Re: [openssl-dev] DTLS session resumption with DTLS_ANY_VERSION

2016-05-17 Thread Matt Caswell
On 17/05/16 17:43, Rajeswari K wrote: > Hi Matt, > > Can you share s3_srvr.c file which is based on 1.1.0 release where DTLS > session resumption works? I tried downloading 1.1.0-pre5 but i didnt see > any file related with s3_srvr.c. See the tls_process_client_hello() function in

Re: [openssl-dev] DTLS session resumption with DTLS_ANY_VERSION

2016-05-17 Thread Rajeswari K
Hi Matt, Can you share s3_srvr.c file which is based on 1.1.0 release where DTLS session resumption works? I tried downloading 1.1.0-pre5 but i didnt see any file related with s3_srvr.c. Thanks, Rajeswari. On Mon, May 16, 2016 at 11:20 AM, Rajeswari K wrote: > Hi

[openssl-dev] [openssl.org #4541] Re: [PATCH] Fix Uninitialized Values in OpenSSL 1.0.1o

2016-05-17 Thread Tim Culhane via RT
Hi Michael, Apologies for contacting you directly, but I had a query about a patch you submitted to OpenSSL recently. I recently upgraded the version of OpenSSL we are using in our mail server to 1.0.2g. I then noticed valgrind errors like the below, which seem similar to a patch

[openssl-dev] [openssl.org #2534] Hardcoded MIN_LEN prevents using VALID passphrase from stdin

2016-05-17 Thread Richard Levitte via RT
Fixed in master and 1.0.2 branches Thank you On Fri May 27 07:38:24 2011, saschae...@neurodiverse.org wrote: > Affects OpenSSL since at least v 0.9.8g. > Originally reported as Debian Bug # 533365 > Problem Cause: Hardcoded "MIN_LEN=4" in source file > crypto/pem/pem_lib.c > > One can generate

[openssl-dev] [openssl.org #2616] Missing initialization in the CHIL engine

2016-05-17 Thread Richard Levitte via RT
Fixed in master and 1.0.2 branches Thank you On Tue Sep 27 07:24:41 2011, tm...@redhat.com wrote: > There is a missing initialization of a variable in the CHIL engine. In > case the uninitialized value of the variable answer is 'C' and there is > no prompt, the engine startup will erroneously

[openssl-dev] [openssl.org #2558] [patch] make windres controllable via build env var settings

2016-05-17 Thread Richard Levitte via RT
Done, both in master branch and the 1.0.2 branch. Thank you. On Wed Jul 13 18:43:19 2011, vap...@gentoo.org wrote: > atm, the windres code in openssl is only usable via the cross-compile > prefix > option unlike all the other build tools. so add support for the > standard $RC > / $WINDRES env