Re: Creating a CSR using OpenSSL v1.1.1

2021-04-29 Thread Joe Eremita
the ECDSA signature, however I do not see any way to for converting it to an ANSI_BIT_STRING type. Is there a method or process for performing this? Thanks Again, Joe On Thu, Apr 29, 2021 at 10:15 AM Matt Caswell wrote: > > > On 29/04/2021 15:04, Joe Eremita wrote: > > datasig_len

Creating a CSR using OpenSSL v1.1.1

2021-04-29 Thread Joe Eremita
Hello all, I am developing a library that uses an HSM, and I need to create a CSR to send to the CA. I have some examples using the X509_REQ to set the public key and attributes. I 've also seen examples of signing the CSR, which finds the req_info that is needed to sign the CSR: EVP_PKEY_a