[openssl-dev] [openssl.org #3230] Deficiency in the Perl script openssl/crypto/objects/objects.pl

2015-06-02 Thread Rich Salz via RT
OpenSSL_1_0_1-stable 32b2ad7 RT3230: Better test for C identifier OpenSSL_1_0_2-stable fb22f74 RT3230: Better test for C identifier master 591b7ae RT3230: Better test for C identifier Author: Annie Yousar a.you...@informatik.hu-berlin.de Date: Sun May 3 09:05:47 2015 -0400 RT3230: Better test

Re: [openssl-dev] [openssl.org #3891] [PATCH] Fix undefined behavior executed through OpenSSL tests

2015-06-02 Thread Salz, Rich via RT
Generally, these look good. I have concerns about three (that you raised); quoting from your README. Any comments from others? + err.c.patch The 'int_thread_del_item' function calls 'int_thread_release' that accesses (*hash), but this is invalid because 'int_thread_del_item' frees

[openssl-dev] RT is down, will be up again within the hour

2015-06-02 Thread Richard Levitte
Hi, OpenSSL's request tracker is down for the moment being, but will rise again within the hour, in a new box and updated software. What has happened is that the request tracker is moving to a new and hopefully more powerful box (*). That new box has had a slave database server that's been

[openssl-dev] [openssl.org #3893] Bug in openssl-1.0.2a when disabling DES

2015-06-02 Thread Osvaldo Calles via RT
Self-test report generated by 'make report' - testlog attached Application Details (name, version) - openssl-1.0.2a Problem Description ./Configure linux-x86_64 no-des make depend make ../libcrypto.a(cms_kari.o): In function `cms_RecipientInfo_kari_encrypt': cms_kari.c:(.text+0xa21):

[openssl-dev] [openssl.org #3808] BUG: corrupted ssl session id

2015-06-02 Thread Matt Caswell via RT
Fixes to this pushed to all branches. Thanks for your report. Matt ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #3888] BUG: BIO_CTRL_DGRAM_SET_DONT_FRAG does nothing on IPv4/Linux

2015-06-02 Thread Matt Caswell via RT
Patch applied. Many thanks. Matt ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #3891] [PATCH] Fix undefined behavior executed through OpenSSL tests

2015-06-02 Thread Pascal Cuoq via RT
The attached archive contains a collection of patches for undefined behaviors that happen while the tests in directory tests/ are executed, with a recent (as of June 2015) OpenSSL git version. Each undefined behavior really happens for at least one execution, the execution of the test. In other

[openssl-dev] [openssl.org #832] ocsp and dsa key+socket option SO_REUSEADDR for responder

2015-06-02 Thread Rich Salz via RT
fixed in master master 366e2a6 RT832: Use REUSEADDR in ocsp responder Author: Rich Salz rs...@akamai.com Date: Sat May 2 10:44:31 2015 -0400 RT832: Use REUSEADDR in ocsp responder I also re-ordered some of #ifdef's. Reviewed-by: Matt Caswell m...@openssl.org -- Rich Salz, OpenSSL dev team;

[openssl-dev] [openssl.org #3848] [PATCH] Fix memory leak caused by not calling SSL_COMP_free_compression_methods()

2015-06-02 Thread Rich Salz via RT
Thanks! Applied. commit 45d051c82563a75b07ec54b63e3a5bbad388ab67 Author: Gunnar Kudrjavets gunna...@exchange.microsoft.com Date: Wed May 13 15:13:55 2015 -0400 RT3848: Call SSL_COMP_free_compression_methods Signed-off-by: Rich Salz rs...@akamai.com Reviewed-by: Matt Caswell m...@openssl.org --

[openssl-dev] [openssl.org #3472] PATCH: Update info on PKCS8 command and -iter option

2015-06-02 Thread Rich Salz via RT
fixed thanks commit f20bb4eb18b01979cb23b2ae4a60675c83c4ba91 Author: Jeffrey Walton noloa...@gmail.com Date: Wed May 13 15:27:57 2015 -0400 RT3472: Doc pkcs8 -iter flag is in OpenSSL 1.1 Reviewed-by: Matt Caswell m...@openssl.org -- Rich Salz, OpenSSL dev team; rs...@openssl.org