Re: [openssl-dev] API Problems in current master

2016-03-14 Thread Rainer Jung
Am 13.03.2016 um 23:42 schrieb Richard Moore: By the way, the serial number accessors are missing from the docs too or is that just a problem with the website? Fixed by Steve today as https://github.com/openssl/openssl/commit/bae26b582e6cbff4bce5edc46907e6f331bc19e5. Regards, Rainer -- open

Re: [openssl-dev] API Problems in current master

2016-03-13 Thread Richard Moore
By the way, the serial number accessors are missing from the docs too or is that just a problem with the website? Cheers Rich. On 13 March 2016 at 22:30, Richard Moore wrote: > On 13 March 2016 at 21:34, Viktor Dukhovni > wrote: > >> >> > On Mar 13, 2016, at 10:41 AM, Rainer Jung >> wrote: >

Re: [openssl-dev] API Problems in current master

2016-03-13 Thread Richard Moore
On 13 March 2016 at 21:34, Viktor Dukhovni wrote: > > > On Mar 13, 2016, at 10:41 AM, Rainer Jung > wrote: > > > > The docs should be fixed, but there's: > > > > int EVP_PKEY_id(const EVP_PKEY *pkey); > > int EVP_PKEY_base_id(const EVP_PKEY *pkey); > > Thanks for the nudge: > > > https://github.

Re: [openssl-dev] API Problems in current master

2016-03-13 Thread Richard Moore
That's great, thanks Rainer. I'll give those a try. Rich. On 13 March 2016 at 14:41, Rainer Jung wrote: > Am 13.03.2016 um 14:34 schrieb Richard Moore: > >> I'm currently testing the new release by trying to port Qt to use it >> (with the compatibility stuff disabled). Here are the first proble

Re: [openssl-dev] API Problems in current master

2016-03-13 Thread Viktor Dukhovni
> On Mar 13, 2016, at 10:41 AM, Rainer Jung wrote: > > The docs should be fixed, but there's: > > int EVP_PKEY_id(const EVP_PKEY *pkey); > int EVP_PKEY_base_id(const EVP_PKEY *pkey); Thanks for the nudge: https://github.com/openssl/openssl/commit/b36a2efd55078a5fff32b2755046b23cb3c5d8a3 --

Re: [openssl-dev] API Problems in current master

2016-03-13 Thread Rainer Jung
Am 13.03.2016 um 14:34 schrieb Richard Moore: 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

[openssl-dev] API Problems in current master

2016-03-13 Thread Richard Moore
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/m