Re: OSSL_DECODER_CTX_new_for_pkey can't find decoder

2021-10-25 Thread Matt Caswell
On 25/10/2021 10:51, Alex Dankow wrote: Hi everyone, I'm writing a provider for Windows certificates. It generally works like this openssl x509 -in "myuri .." -provider mytest -text OpenSSL fetches a DER encoded certificate from my STORE and prints it. However it doesn't print the publi

OSSL_DECODER_CTX_new_for_pkey can't find decoder

2021-10-25 Thread Alex Dankow
Hi everyone, I'm writing a provider for Windows certificates. It generally works like this openssl x509 -in "myuri .." -provider mytest -text OpenSSL fetches a DER encoded certificate from my STORE and prints it. However it doesn't print the public key itself. The code in x_pubkey.c near OSS