This is a discussion on pkcs12 friendly name segfault in 0.9.8h - Openssl ; In 0.9.8g (the Debian package of it, anyway), this works: openssl pkcs12 -export -name "name" -inkey 1215091299.pem -in certs.pem -out p12.p12 (where those files have appropriate types, and certs.pem contains a user certificate and a CA certificate.) In 0.9.8h which ...
In 0.9.8g (the Debian package of it, anyway), this works:
openssl pkcs12 -export -name "name" -inkey 1215091299.pem -in certs.pem -out p12.p12
(where those files have appropriate types, and certs.pem contains a
user certificate and a CA certificate.)
In 0.9.8h which I just built, it segfaults. -caname seems to be fine.
(The test suite completes apparently without an error, so I guess
there's no test for this.)
__________________________________________________ ____________________
OpenSSL Project http://www.openssl.org
Development Mailing List openssl-dev@openssl.org
Automated List Manager majordomo@openssl.org