Re: Question about OpenSSL 3.0 and static linking

2022-02-23 Thread Shunichi Shinohara
Thank you very much for your quick and great replies, Pauli, Richard and Matt!! > ./config --prefix=$HOME/local/openssl-3.0.1 no-shared no-module With this options, it works perfectly! Thanks again, Shino 2022年2月22日(火) 17:46 Richard Levitte : > > 'no-module' will do what you want. I

Re: error with cipher EVP_des_ede3_cbc in openssl 3.0

2022-02-23 Thread Matt Caswell
3DES is in the default provider - only normal DES is in the legacy provider. So you should not need to load the legacy provider for this to work. Matt On 23/02/2022 06:20, pa...@openssl.org wrote: Have you loaded the legacy provider before trying this? Pauli On 23/2/22 5:03 pm, Srinivas,

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 - > : > : > - the

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

Re: Need additional control over async stack allocation

2022-02-23 Thread Arran Cudbard-Bell
PR is now available here: https://github.com/openssl/openssl/pull/17762 -Arran > On Feb 22, 2022, at 11:10 AM, Arran Cudbard-Bell > wrote: > > In our application we use the OpenSSL ASYNC_* API to jump out of verification > and session load/store callbacks. > > On the POSIX side, when