need help with X509_STORE_CTX structure.

2022-05-06 Thread Srinivas, Saketh (c)
HI, i need to set the current_issuer field in an object of the X509_STORE_CTX structure. Can any suggest the setter function for this. current_crl_score and current_reasons also are needed to be 0 for me. Can you suggest setters for these variables. Thanks, Saketh. Notice: This e-mail

Re: [EXTERNAL] Using openssl-rsautl for verifying signatures.

2022-05-06 Thread Tomas Mraz
Please look at demos/signature/rsa_pss_direct.c If you want to use the old PKCS1 v1.5 padding then just replace RSA_PKCS1_PSS_PADDING with RSA_PKCS1_PADDING. Tomas On Thu, 2022-05-05 at 10:35 -0600, Philip Prindeville wrote: > Bonjour.  Et milles mercis. > > That was helpful. > > One more

Re: [EXTERNAL] Using openssl-rsautl for verifying signatures.

2022-05-06 Thread Philip Prindeville
Ah, that worked, thanks. https://gerrit.asterisk.org/c/asterisk/+/18534 > On May 6, 2022, at 12:43 AM, Tomas Mraz wrote: > > Please look at > demos/signature/rsa_pss_direct.c > > If you want to use the old PKCS1 v1.5 padding then just replace > RSA_PKCS1_PSS_PADDING with RSA_PKCS1_PADDING.

stunnel 5.64 released

2022-05-06 Thread Michał Trojnara via openssl-users
Dear Users, I have released version 5.64 of stunnel. This release only includes Windows fixes and improvements. ### Version 5.64, 2022.05.06, urgency: MEDIUM * Security bugfixes   - OpenSSL DLLs updated to version 3.0.3. * New features   - Updated the pkcs11 engine for Windows. * Bugfixes   -

Compiling OpenSSL using a different SDK

2022-05-06 Thread ~ Kunal Sharma ~
Hi friends, My objective is to compile OpenSSL 1.0.2u on a Ubuntu development server but not using the system's development infra. Instead, I need to use a separate SDK, which in this case is WindRiver Linux SDK available on the same server. I'm having a hard time figuring out which config