I have some fairly basic code that is now segfaulting reliably with 1.0.0.
It has worked for years with all 0.9.8 releases.

1 - Did something change that I should know about?  Before I compile
openssl for debug and step through it, is there something I should look
for?

2 - The meta-question:  Is there an 0.9.8 -> 1.0.0 porting guide.  I'm
debugging, but it looks like a long chore.

        RSA *rsa;
        EVP_PKEY pkey;
        ...
        (software that constructs the RSA key structure)
        ...
        OpenSSL_add_all_algorithms();
        EVP_PKEY_assign_RSA(&pkey, rsa);

--
Ken Goldman   kg...@watson.ibm.com
914-784-7646 (863-7646)

Reply via email to