[openssl-dev] [openssl.org #3811] [BUG REPORT] - Missing register name in aes-x86_64.s

2015-04-18 Thread Jeremy Huddleston Sequoia via RT
The suggested fix for #3759: [PATCH] crypto: use bigint in x86-64 perl addresses some issues but not all issues with the generation of the asm from the perl scripts. Using the provided patch, one still fails with: /usr/bin/perl asm/aes-x86_64.pl macosx aes-x86_64.s

[openssl-dev] OpenSSL fails to connect to Google on OS X 10.10.3 (Bug Report)

2015-04-18 Thread Dominyk Tiller
Apologies that this is kinda badly written. Detailed bug reports aren't my forte. Feel free to ping back questions if detail isn't clear/useful/etc. OS X 10.10.3’s release changed some certs in the Keychain. There’s a full list of changes here: https://gist.github.cok/DomT4/f86618bdfe2f27c8d66a

[openssl-dev] Fwd: OpenSSL fails to connect to Google on OS X 10.10.3 (Bug Report)

2015-04-18 Thread Dominyk Tiller
Apologies. Either I'm an idiot or autocorrect is feeling amusing today. I meant https://gist.github.com/DomT4/f86618bdfe2f27c8d66a rather than https://gist.github.cok/DomT4/f86618bdfe2f27c8d66a. Sent from OS X. If you wish to communicate more securely my PGP Public Key is 0x872524db9d74326c.

[openssl-dev] [openssl.org #3812] asn1parse -genconf may cause access to uninitialized variable

2015-04-18 Thread Hanno Boeck via RT
When calling asn1parse -genconf with a nonexistent file this will cause an access to an uninitialized variable. Test: valgrind -q openssl asn1parse -genconf nonexistingfile The reason is this code in asn1pars.c: conferr: if (errline 0) BIO_printf(bio, Error on line %ld of config