[openssl-dev] API Problems in current master

Richard Moore rich at kde.org
Sun Mar 13 13:34:45 UTC 2016


I'm currently testing the new release by trying to port Qt to use it (with
the compatibility stuff disabled). Here are the first problems I've hit:

How do we get the certificate serial number? We were doing
x509->cert_info->serialNumber
to get it as an ASN1_INTEGER.

https://www.openssl.org/docs/manmaster/crypto/EVP_PKEY_type.html says:
"EVP_PKEY_type() returns the type of key corresponding to the value type.
The type of a key can be obtained with EVP_PKEY_type(pkey->type)." except
it can't
because the structure is now opaque.

Cheers

Rich.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-dev/attachments/20160313/9becf725/attachment-0001.html>


More information about the openssl-dev mailing list