[openssl.org #2200] patch: fixed a crash with openssl req

2010-03-23 Thread Marcus Meissner via RT
Our QA found a scenario where openssl req is crashing, this is tracked in https://bugzilla.novell.com/show_bug.cgi?id=430141 It seems a non-asn1 converted string is passed into ASN1_TYPE_set1. We applied the patch attached. Ciao, Marcus Index: openssl-0.9.8h/crypto/x509/x509_att.c

[openssl.org #2200] patch: fixed a crash with openssl req

2010-03-23 Thread Stephen Henson via RT
[meiss...@suse.de - Tue Mar 23 17:06:28 2010]: Our QA found a scenario where openssl req is crashing, this is tracked in https://bugzilla.novell.com/show_bug.cgi?id=430141 It seems a non-asn1 converted string is passed into ASN1_TYPE_set1. We applied the patch attached. That was