Re: openssl 3.0 - id2_x509() now fails

2021-08-09 Thread Tomas Mraz
On Mon, 2021-08-09 at 09:48 -0400, Ken Goldman wrote: > On 8/9/2021 3:50 AM, Tomas Mraz wrote: > > On Fri, 2021-08-06 at 18:06 -0400, Ken Goldman wrote: > > > On 8/6/2021 1:11 PM, Ken Goldman wrote: > > > > I have an application where I have to create a partial x509 > > > > certificate.  It gets se

Re: openssl 3.0 - id2_x509() now fails

2021-08-09 Thread Ken Goldman
On 8/9/2021 3:50 AM, Tomas Mraz wrote: On Fri, 2021-08-06 at 18:06 -0400, Ken Goldman wrote: On 8/6/2021 1:11 PM, Ken Goldman wrote: I have an application where I have to create a partial x509 certificate.  It gets sent to an HSM, which fills in the public key and signs it. I was calling    

Re: openssl 3.0 - id2_x509() now fails

2021-08-09 Thread Tomas Mraz
On Fri, 2021-08-06 at 18:06 -0400, Ken Goldman wrote: > On 8/6/2021 1:11 PM, Ken Goldman wrote: > > I have an application where I have to create a partial x509 > > certificate.  It gets sent to an HSM, which fills in the public key > > and signs it. > > > > I was calling > > > >  X509_new > >

Re: openssl 3.0 - id2_x509() now fails

2021-08-06 Thread Ken Goldman
On 8/6/2021 1:11 PM, Ken Goldman wrote: I have an application where I have to create a partial x509 certificate.  It gets sent to an HSM, which fills in the public key and signs it. I was calling X509_new X509_set_version X509_set_issuer_name X509_get_notBefore X509_ge

openssl 3.0 - id2_x509() now fails

2021-08-06 Thread Ken Goldman
I have an application where I have to create a partial x509 certificate. It gets sent to an HSM, which fills in the public key and signs it. I was calling X509_new X509_set_version X509_set_issuer_name X509_get_notBefore X509_get_notAfter X509_se