Re: [openssl-users] Un-signed CSRs

2017-09-21 Thread Ellie Daw
Right, I’m just trying to fill it out in steps and wanted to check to be sure I wasn’t missing a trick with the API before I implement any “workaround”. Thanks for your response! > On Sep 21, 2017, at 11:26 AM, Salz, Rich via openssl-users > wrote: > > > Ø Has

Re: [openssl-users] Un-signed CSRs

2017-09-21 Thread Salz, Rich via openssl-users
Ø Has anyone had success parsing un-signed CSRs? By its definition a CSR is signed. So this will not work. -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

[openssl-users] Un-signed CSRs

2017-09-21 Thread Ellie Daw
Has anyone had success parsing un-signed CSRs? Based on some research and the errors I’m seeing while trying to get my code working, it seems like the d2i_X509_REQ_bio (and more directly the asn1_parse) API choke on un-signed CSRs… this is the error dump: OSSL error: