Re: [openssl-dev] Suspicious crash in 1.0.2

2015-03-02 Thread Matt Caswell
On 02/03/15 01:54, Erik Forsberg wrote: This patch fixes the issue. I had a similar fix, but yours is more complete. Thanks. Another thought. As I looked at this multiblock code I realize it will have some impact on memory usage. Thinking it might be good to have an option to disable the

Re: [openssl-dev] openssl x509 -text incorrectly displays non-latin (non-ansi) symbols (missed '-utf8 option?)

2015-03-02 Thread Erwann Abalea
Bonjour, Probably an openssl-users question. Use openssl x509 -text -in localhost-server.crt -nameopt oneline,utf8,-esc_msb Your terminal must be able to display UTF8 sequences. I sometimes add the show_type nameopt option, to check things. -- Erwann ABALEA Le 02/03/2015 06:58, Ikonta a

[openssl-dev] [openssl.org #3708] segfault while generating a certificate signing request based on a malformed certificate

2015-03-02 Thread Stephen Henson via RT
Fixed now, thanks for the report. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org ___ openssl-dev mailing list To unsubscribe:

[openssl-dev] [openssl.org #3726] Cocoapods install BUG

2015-03-02 Thread Alex Sklyar via RT
Hello guys. There is a issue with openssl pod installing with cocoapods tool. The URL «https://www.openssl.org/source/openssl-1.0.2.tar.gz» is dead. Downloading dependencies - Installing OpenSSL (1.0.200) Http download $ /usr/bin/curl -f -L -o

Re: [openssl-dev] [openssl.org #3726] Cocoapods install BUG

2015-03-02 Thread Erwann Abalea
It seems all the tarballs have disappeared. -- Erwann ABALEA Le 02/03/2015 18:06, Alex Sklyar via RT a écrit : Hello guys. There is a issue with openssl pod installing with cocoapods tool. The URL «https://www.openssl.org/source/openssl-1.0.2.tar.gz» is dead.

Re: [openssl-dev] [openssl.org #3721] Patch for additional checking of self-signed certificates

2015-03-02 Thread Short, Todd via RT
This code is currently being used by Akamai to check for the validity of certificates. I find it highly unusual for multiple certificates to have the same SubjectDN to be valid simultaneously. All those certificates would need to have a unique serial number; but the Issuer’s serial number is

Re: [openssl-dev] [openssl.org #3721] Patch for additional checking of self-signed certificates

2015-03-02 Thread Short, Todd
This code is currently being used by Akamai to check for the validity of certificates. I find it highly unusual for multiple certificates to have the same SubjectDN to be valid simultaneously. All those certificates would need to have a unique serial number; but the Issuer’s serial number is

Re: [openssl-dev] [openssl.org #3726] Cocoapods install BUG

2015-03-02 Thread Jeremy Farrell
And the table linking to the latest releases on https://www.openssl.org/source/ is empty. On 02/03/2015 17:27, Erwann Abalea wrote: It seems all the tarballs have disappeared. Le 02/03/2015 18:06, Alex Sklyar via RT a écrit : Hello guys. There is a issue with openssl pod installing with

Re: [openssl-dev] [openssl.org #3726] Cocoapods install BUG

2015-03-02 Thread Matt Caswell
On 02/03/15 17:50, Jeremy Farrell wrote: And the table linking to the latest releases on https://www.openssl.org/source/ is empty. On 02/03/2015 17:27, Erwann Abalea wrote: It seems all the tarballs have disappeared. Le 02/03/2015 18:06, Alex Sklyar via RT a écrit : Hello guys. There

Re: [openssl-dev] [openssl.org #3721] Patch for additional checking of self-signed certificates

2015-03-02 Thread Viktor Dukhovni
On Fri, Feb 27, 2015 at 09:14:08PM +0100, Short, Todd via RT wrote: Hello OpenSSL Org: This is a change that Akamai has made to its implementation of OpenSSL. Version: master branch Description: Additional checking of self-signed certificates. Check that in matching issuer/subject