c2i_ASN1_INTEGER function in Openssl 1.1.0

2019-05-30 Thread Swamy J-S
Hi, I recently updated openssl from 1.0.2n to 1.1.0g in linux system. Earlier I was using "ASN1_INTEGER *c2i_ASN1_INTEGER(ASN1_INTEGER **a, const unsigned char **pp, long len) " function. As this function is removed in openssl 1.1.0, now i replaced this with "ASN1_INTEGER *d2i_ASN1_UINTEGE

Re: X509_STORE_CTX_get1_certs

2019-05-30 Thread Jason Schultz
I see. Can anyone summarize what X509_STORE_CTX_get1_certs() is doing so I can make sure my understanding of it is correct? Thanks. From: openssl-users on behalf of Viktor Dukhovni Sent: Wednesday, May 29, 2019 8:21 PM To: openssl-users@openssl.org Subject: Re