Re: [openssl-users] Converting DER encoded unsigned CSR to internal OpenSSL format

2015-11-13 Thread Peter P.
Hi Wim, I'll give this a shot, thank you for the suggestion! -Peter On Wed, Nov 11, 2015 at 5:05 PM, Wim Lewis wrote: > > On Nov 9, 2015, at 3:46 PM, Peter P. wrote: > > I'm writing an application using Openssl 1.0.2d where I am trying to > take a DER encoded unsigne

Re: [openssl-users] Converting DER encoded unsigned CSR to internal OpenSSL format

2015-11-10 Thread Peter P.
Hi Dr. Henson, Thank you for your reply. To work around this issue in my application, I have considered attempting to re-sign an already signed CSR. Is this possible with OpenSSL? Thank you again, Peter On Tue, Nov 10, 2015 at 9:18 AM, Dr. Stephen Henson wrote: > On Mon, Nov 09, 2015, Pe

[openssl-users] Converting DER encoded unsigned CSR to internal OpenSSL format

2015-11-09 Thread Peter P.
Hi, I'm writing an application using Openssl 1.0.2d where I am trying to take a DER encoded unsigned CSR and read it into an X509_REQ data structure via the d2i_X509_REQ_bio() function. This function errors out during when I attempt to read in my unsigned CSR and I would like to know if there is an