Re: Reissuing problem of X509 DER with newer versions of OpenSSL

2014-01-21 Thread Ermat Kiyomov
Thank you Mr. Henson. -- View this message in context: http://openssl.6102.n7.nabble.com/Reissuing-problem-of-X509-DER-with-newer-versions-of-OpenSSL-tp48201p48233.html Sent from the OpenSSL - User mailing list archive at Nabble.com.

Reissuing problem of X509 DER with newer versions of OpenSSL

2014-01-18 Thread Ermat Kiyomov
I've faced the problem of reissuing X509 DER certificate with newer versions of OpenSSL. I'm parsing X509 DER (signed using my Custom Digest Algorithm (CDA) and Custom Signature Algorithm (CSA)) with d2i_X509 function, ...const byte *p = pbOriginalCert; /* Original DER buffer */X509 *x =

Re: Reissuing problem of X509 DER with newer versions of OpenSSL

2014-01-18 Thread Dr. Stephen Henson
On Fri, Jan 17, 2014, Ermat Kiyomov wrote: I've faced the problem of reissuing X509 DER certificate with newer versions of OpenSSL. I'm parsing X509 DER (signed using my Custom Digest Algorithm (CDA) and Custom Signature Algorithm (CSA)) with d2i_X509 function, ...const byte *p =