Certificate, "ecdsa_with_SHA3-512" signature algorithm

2022-03-27 Thread Mib
Hi, I am trying to create a ECC certificate with ecdsa_with_SHA3-512 signature algorithm. But I am having the below issue When I try to verify it with the X509_Verify api. "error:068000C7:asn1 encoding routines::unknown signature algorithm" As I understand, "ecdsa_with_SHA3-512" signature nid has

Re: Certificate, "ecdsa_with_SHA3-512" signature algorithm

2022-03-28 Thread Mib
Thank you for the clarification. On Mon, Mar 28, 2022 at 12:41 PM Tomas Mraz wrote: > On Mon, 2022-03-28 at 09:24 +0300, Mib wrote: > > Hi, I am trying to create a ECC certificate with ecdsa_with_SHA3-512 > > signature algorithm. > > > > But I am having the below is