Re: Setter methods for X509_REQ signature attributes

2019-04-04 Thread Viktor Dukhovni
On Thu, Apr 04, 2019 at 01:26:01PM +0200, Enrico Scholz via openssl-users wrote: > What is the recommended way to create an X509 REQ with OpenSSL 1.1 when > all the crypto has been done in the outside and I need only the ASN.1 > structure? See also the related:

Setter methods for X509_REQ signature attributes

2019-04-04 Thread Enrico Scholz via openssl-users
Hello, I want to use OpenSSL to create an X509 request where the signature has been calculated by an external device (ATMEL ATECC508A). With OpenSSL 1.0 I used X509_REQ *req; req = X509_REQ_new(); algor = X509_ALGOR_new(); algor->algorithm =