[openssl-dev] why TLSv1 need two tls1_enc to get decrypted data while TLSv1.1/TLSv1.2 need one in OpenSSL1.1.0f?

2017-09-27 Thread Ma chunhui
Hi, I met one problem when using OpenSSL1.1.0f with protocol TLSv1. In brief, when using TLSv1, after server side received encrypted data, and after function tls1_enc finished, the decrypted data is not put in result buffer, after another tls1_enc, the decrypted data is put in result buffer. Whil

Re: [openssl-dev] why TLSv1 need two tls1_enc to get decrypted data while TLSv1.1/TLSv1.2 need one in OpenSSL1.1.0f?

2017-09-28 Thread Ma chunhui
gt;Subject: Re: [openssl-dev] why TLSv1 need two tls1_enc to get >decrypted data while TLSv1.1/TLSv1.2 need one in OpenSSL1.1.0f? >Message-ID: <0890716d-2a3c-a659-f74e-7f2a5a89e...@openssl.org> >Content-Type: text/plain; charset=utf-8 > > > >On 27/09/17 15:44, Ma

Re: [openssl-dev] why TLSv1 need two tls1_enc to get decrypted data while TLSv1.1/TLSv1.2 need one in OpenSSL1.1.0f?

2017-09-29 Thread Ma chunhui
mrpipes", could you please explain a bit more about the change of numrpipes? And it looks like there is a bug for me because it seems the numrpipes is not set to 0 correctly. Thanks. On Thu, Sep 28, 2017 at 11:19 PM, Matt Caswell wrote: > > > On 28/09/17 14:38, Ma chunhui wrote

[openssl-dev] a possible bug for certain usage of openSSL1.1.0 with TLSv1

2017-11-02 Thread Ma chunhui
Hi, Openssl team After we upgrade openSSL from 1.0.2 to 1.1.0f, we met an error which might be a bug. 1. our usage We're using java application, and using JNI call to call OpenSSL API.(In fact, we're using an opensource project named wildfly-openssl) After context and ssl is created, for one reco