<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><div>Hi everyone, <br><br></div>I'm writing a provider for Windows certificates.<br></div></div><div>It generally works like this<br></div><div dir="ltr"><br>openssl x509 -in "myuri ......" -provider mytest -text</div><div dir="ltr"><br></div><div>OpenSSL fetches a DER encoded certificate from my STORE and prints it. <br></div><div>However it doesn't print the public key itself.</div><div>The code in x_pubkey.c near OSSL_DECODER_CTX_new_for_pkey "DER", "SubjectPublicKeyInfo" fails to find a decoder. The rest is decoded by OpenSSL<br></div><div><br></div><div>But if I add provider "default" in the command line:</div><div>openssl x509 -in "myuri ......" -provider mytest -provider default -text</div><div>It works completely. <br></div><div></div><div><br></div><div>Am I missing something orĀ  is it a bug ?<br></div><div><br></div><div>--</div><div>Best Regards</div><div>Alex Dankow<br></div><div><br></div></div></div></div></div></div>