--===============0722030694085857627== Content-Type: multipart/alternative; boundary=001a114f865033fc89052dee3ab8 --001a114f865033fc89052dee3ab8 Content-Type: text/plain; charset=UTF-8 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. --001a114f865033fc89052dee3ab8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I'm currently testing the new release by trying to port Qt = to use it (with the compatibility stuff disabled). Here are the first probl= ems I've hit:

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

&qu= ot;EVP_PKEY_type() returns the type of key corresponding to the value type.= The=C2=A0type of a k= ey can be obtained with EVP_PKEY_type(pkey->type)." except it can&#= 39;t
because the structure is now opaque.

Cheers
Rich.

--001a114f865033fc89052dee3ab8-- --===============0722030694085857627== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev --===============0722030694085857627==--