Re: [RFC PATCH v2 1/8] dtoc: openssl: Add GetHexOctet method

2023-10-03 Thread Manorit Chawdhry
Hi Simon, On 19:17-20231001, Simon Glass wrote: > Hi Manorit, > > On Tue, 26 Sept 2023 at 01:58, Manorit Chawdhry wrote: > > > > HexOctet format is used by openssl for FORMAT:HEX,OCT property in x509 > > certificates. Add a helper function to extract the integer numbers in > > HEX,OCT format to

Re: [RFC PATCH v2 1/8] dtoc: openssl: Add GetHexOctet method

2023-10-01 Thread Simon Glass
Hi Manorit, On Tue, 26 Sept 2023 at 01:58, Manorit Chawdhry wrote: > > HexOctet format is used by openssl for FORMAT:HEX,OCT property in x509 > certificates. Add a helper function to extract the integer numbers in > HEX,OCT format to pass to openssl directly. > > Signed-off-by: Manorit Chawdhry