Thanks for the clarification David. Your help is much appreciated.
David von Oheimb , 31 Ağu 2021 Sal, 08:50 tarihinde şunu
yazdı:
> Hello Dennis,
>
> here are answers to your questions.
>
>
>- All CRL signatures are (by default) verified - otherwise status
>checking by CRLs would be inse
Hi,
I could see this with openssl version 1.1.1d.
Sure I'll update.
On Tue, Aug 31, 2021 at 1:34 PM Dmitry Belyavsky wrote:
> Hello,
>
> First, may I ask you which version of OpenSSL do you use?
> Secondly, could you please report the issue via GitHub to make sure that
> it will not be lost?
>
Hello,
First, may I ask you which version of OpenSSL do you use?
Secondly, could you please report the issue via GitHub to make sure that it
will not be lost?
On Tue, Aug 31, 2021 at 10:01 AM Brahmaji K wrote:
> Hi Team,
>
> I'm trying to decode the RSA private key which was DER encoded earlier
Hi Team,
I'm trying to decode the RSA private key which was DER encoded earlier
without CRT components (p, q, dmp1, dmq1 and iqmp is NULL). I'm using the
same openssl version for both encoding and decoding, encoding works fine
but decode fails. In decode, we call EVP_PKEY2PKCS8() function, this is