Re: X509_sign_ctx and ENGINE

2021-04-13 Thread Ron Kundla
Thanks Jan, I'll check it out and let you know how it goes. Regards, Ron On Tue, Apr 13, 2021 at 12:18 PM Jan Just Keijser wrote: > > Hi, > > On 13/04/21 17:05, Ron Kundla wrote: > > Hello, > > > > I am trying to adapt a piece of software to use an nCipher HSM using > > OpenSSL 1.1.1j along with

Re: X509_sign_ctx and ENGINE

2021-04-13 Thread Jan Just Keijser
Hi, On 13/04/21 17:05, Ron Kundla wrote: Hello, I am trying to adapt a piece of software to use an nCipher HSM using OpenSSL 1.1.1j along with the nfkm.dll engine library from nCipher. One function uses X509_sign_ctx() to calculate a SHA256 digest and sign a X509 certificate using RSA-PSS. I

X509_sign_ctx and ENGINE

2021-04-13 Thread Ron Kundla
Hello, I am trying to adapt a piece of software to use an nCipher HSM using OpenSSL 1.1.1j along with the nfkm.dll engine library from nCipher. One function uses X509_sign_ctx() to calculate a SHA256 digest and sign a X509 certificate using RSA-PSS. I am running a debug version of x64 on Windows

Re: PKCS7_decrypt vs RSA OAEP padding

2021-04-13 Thread Michal Moravec
Hey Eliot, Thank you for the PKCS7 vs CMS info. # The test you might try wrapping this stuff in PHP I don't use PHP so I decided to do it C. I was able to confirm my suspicion about PKCS7_decrypt not being able to decrypt message where RSA is used with OAEP padding! There are two programs att

RE: Help with i2d_CMS_bio_stream from OpenSSL 1.0 to OpenSSL 1.1.1j

2021-04-13 Thread Floodeenjr, Thomas
Hello, Are there any clues for you here? https://wiki.tizen.org/Security/Tizen_5.X_Migration_from_OpenSSL_1.0.2_to_OpenSSL_1.1.1_guide -Tom From: openssl-users On Behalf Of Fabio Sent: Tuesday, April 13, 2021 12:59 AM To: openssl-users@openssl.org Subject: Re: Help with i2d_CMS_bio_stream from