[openssl-users] OpenSSL Read and Write in different threads

2019-01-02 Thread NJ
Hi, I am using OpenSSL in multi threaded application where I call SSL_read and SSL_write from two different threads. I am first establishing DTLS connection over wireless connection to communicate and to send encrypted messages using OpenSSL. I am successfully able to send and receive data but

Re: [openssl-users] tls1_change_cipher_state

2019-01-02 Thread Steffen Nurpmeso
Dennis Clarke wrote in <73f913f0-c7d0-2805-d28c-2273fc8c2...@blastwave.org>: |On 1/2/19 5:14 AM, Jakob Bohm via openssl-users wrote: |> On 02/01/2019 10:41, Matt Caswell wrote: |>> |>> On 27/12/2018 08:37, Dmitry Belyavsky wrote: |>>> Hello, |>>> |>>> Am I right supposing that local

Re: [openssl-users] tls1_change_cipher_state

2019-01-02 Thread Jakob Bohm via openssl-users
On 02/01/2019 11:18, Dennis Clarke wrote: On 1/2/19 5:14 AM, Jakob Bohm via openssl-users wrote: On 02/01/2019 10:41, Matt Caswell wrote: On 27/12/2018 08:37, Dmitry Belyavsky wrote: Hello, Am I right supposing that local variables tmp1, tmp2, iv1, and iv2 are unused in this function?

Re: [openssl-users] tls1_change_cipher_state

2019-01-02 Thread Matt Caswell
On 02/01/2019 10:14, Jakob Bohm via openssl-users wrote: > On 02/01/2019 10:41, Matt Caswell wrote: >> >> On 27/12/2018 08:37, Dmitry Belyavsky wrote: >>> Hello, >>> >>> Am I right supposing that local variables tmp1, tmp2, iv1, and iv2 are >>> unused in >>> this function? >> Looks that way.

Re: [openssl-users] tls1_change_cipher_state

2019-01-02 Thread Dmitry Belyavsky
Hello, On Wed, Jan 2, 2019 at 12:41 PM Matt Caswell wrote: > > > On 27/12/2018 08:37, Dmitry Belyavsky wrote: > > Hello, > > > > Am I right supposing that local variables tmp1, tmp2, iv1, and iv2 are > unused in > > this function? > > Looks that way. They should be removed. > #7971 -- SY,

Re: [openssl-users] tls1_change_cipher_state

2019-01-02 Thread Dennis Clarke
On 1/2/19 5:14 AM, Jakob Bohm via openssl-users wrote: On 02/01/2019 10:41, Matt Caswell wrote: On 27/12/2018 08:37, Dmitry Belyavsky wrote: Hello, Am I right supposing that local variables tmp1, tmp2, iv1, and iv2 are unused in this function? Looks that way. They should be removed. By

Re: [openssl-users] tls1_change_cipher_state

2019-01-02 Thread Dmitry Belyavsky
Dear Jakob, On Wed, Jan 2, 2019 at 1:14 PM Jakob Bohm via openssl-users < openssl-users@openssl.org> wrote: > On 02/01/2019 10:41, Matt Caswell wrote: > > > > On 27/12/2018 08:37, Dmitry Belyavsky wrote: > >> Hello, > >> > >> Am I right supposing that local variables tmp1, tmp2, iv1, and iv2 are

Re: [openssl-users] tls1_change_cipher_state

2019-01-02 Thread Jakob Bohm via openssl-users
On 02/01/2019 10:41, Matt Caswell wrote: On 27/12/2018 08:37, Dmitry Belyavsky wrote: Hello, Am I right supposing that local variables tmp1, tmp2, iv1, and iv2 are unused in this function? Looks that way. They should be removed. By the way, why aren't any of your test compilers configured

Re: [openssl-users] Openssl async support

2019-01-02 Thread Matt Caswell
On 27/12/2018 15:07, ASHIQUE CK wrote: > Hi all, > >           Thanks for the earlier reply. But still Iam facing issue regarding > the > asynchronous job operation. > >            I have implemented asynchronous job operation partially. I am now > getting requests asynchronously ie. getting

Re: [openssl-users] Authentication over ECDHE

2019-01-02 Thread Jakob Bohm via openssl-users
On 29/12/2018 22:33, Richard Levitte wrote: In message <20181229.170846.804158981742723988.levi...@openssl.org> on Sat, 29 Dec 2018 17:08:46 +0100 (CET), Richard Levitte said: In message <38b97114-0c66-40ed-f631-58aa20940...@gmx.de> on Sat, 29 Dec 2018 14:19:47 +0100, "C.Wehrmeyer" said:

Re: [openssl-users] tls1_change_cipher_state

2019-01-02 Thread Matt Caswell
On 27/12/2018 08:37, Dmitry Belyavsky wrote: > Hello, > > Am I right supposing that local variables tmp1, tmp2, iv1, and iv2 are unused > in > this function? Looks that way. They should be removed. Matt -- openssl-users mailing list To unsubscribe: