RSA private key DER decode fails without CRT components

2021-08-31 Thread Brahmaji K
but decode fails? Thanks and Regards, Brahmaji K

Re: RSA private key DER decode fails without CRT components

2021-08-31 Thread Brahmaji K
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 >> without CRT components (p, q, dmp1, dmq1 and iqmp is NULL). I'm using the >> sam

Passing Cert chain file as RAW buffer

2022-02-23 Thread Brahmaji K
Hi Team, I have cert chain file as shown below: - BEGIN the CERTIFICATE - : : - the END the CERTIFICATE - - BEGIN the CERTIFICATE - : : - the END the CERTIFICATE - - BEGIN the CERTIFICATE - : : - the END the CERTIFICATE - Is it possible to convert th

Re: Passing Cert chain file as RAW buffer

2022-02-23 Thread Brahmaji K
Hi Team, My question was on openssl version 1.1.1d. On Wed, Feb 23, 2022 at 10:25 PM Brahmaji K wrote: > Hi Team, > > I have cert chain file as shown below: > - BEGIN the CERTIFICATE - > : > : > - the END the CERTIFICATE - > - BEGIN the CERTIFICATE -

Openssl v1.1.1d: pubkey_cb() returning SUCCESS for x509_pubkey_decode() Failure

2022-03-28 Thread Brahmaji K
Hi Team, I'm trying to store the invalid EC certificate as a negative test for my application. My application calls the X509_STORE_load_locations() to load the certificate from a specific path. For invalid EC certificate it is expected to FAIL but it is returning the SUCCESS. I have done some deb

Re: Openssl v1.1.1d: pubkey_cb() returning SUCCESS for x509_pubkey_decode() Failure

2022-03-28 Thread Brahmaji K
Got it, thank you Matt. On Mon, Mar 28, 2022 at 6:29 PM Matt Caswell wrote: > > > On 28/03/2022 13:11, Brahmaji K wrote: > > Hi Team, > > > > I'm trying to store the invalid EC certificate as a negative test for my > > application. My application ca