[openssl.org #3289] base64 BIO decoding bug - patch supplied + examples

2014-06-01 Thread Stephen Henson via RT
Fixed now, resolving ticket. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org __ OpenSSL Project

[openssl.org #3289] base64 BIO decoding bug - patch supplied + examples

2014-05-06 Thread Tim Hudson via RT
Re-opening item. See https://rt.openssl.org/Ticket/Display.html?id=3345 This patch introduced an uninitialised read. A num=0 initialisation is required prior to the for loop. __ OpenSSL Project

[openssl.org #3289] base64 BIO decoding bug - patch supplied + examples

2014-04-29 Thread Tim Hudson via RT
On Wed Apr 02 19:22:14 2014, e...@pobox.com wrote: Fixing one of my own bugs, there since SSLeay days I belive :-) Closing item as resolved. SteveH committed the fix across all branches ... https://github.com/openssl/openssl/commit/10378fb5f4c67270b800e8f7c600cd0548874811

[openssl.org #3289] base64 BIO decoding bug - patch supplied + examples

2014-04-02 Thread Eric Young via RT
Fixing one of my own bugs, there since SSLeay days I belive :-) If a short PEM encoded sequence is passed to the BIO, and the file has 2 \n following, it will fail. openssl asn1parse -in f2.bad where f2.bad = EOF -BEGIN PARAMETERS- MA0GByqGSM49AQECAgD/ -END PARAMETERS- EOF The