Replacement for BIO_get_port(), BIO_get_host_ip()

2021-09-23 Thread Shivakumar Poojari
Hi BIO_get_port(), BIO_get_host_ip(), were deprecated in OpenSSL 1.1.0. Trying for replacement for OpenSSl 3.0 Gone through the below man page, but not found alternative function. https://www.openssl.org/docs/manmaster/man3/BIO_connect.html please suggest, Thanks, Shiva kumar Notice: This e-

Re: FIPS validation and documents

2021-09-23 Thread Matt Caswell
On 23/09/2021 18:24, Zeke Evans wrote: I noticed the OpenSSL FIPS Provider is not listed on the CMVP Modules In Process List.  Assuming this is the 3.0 FIPS module that was just released.  Nice work on getting to this point.  Which platforms is the module being validated on?  I haven’t seen

FIPS validation and documents

2021-09-23 Thread Zeke Evans
I noticed the OpenSSL FIPS Provider is not listed on the CMVP Modules In Process List. Assuming this is the 3.0 FIPS module that was just released. Nice work on getting to this point. Which platforms is the module being validated on? I haven't seen an official list if that was published some

Replacement for BIO_get_port(), BIO_get_host_ip()

2021-09-23 Thread Shivakumar Poojari
Hi BIO_get_port(), BIO_get_host_ip(), were deprecated in OpenSSL 1.1.0. Trying for replacement for OpenSSl 3.0 Gone through the below man page, with suggested function how do i get port& host_ip https://www.openssl.org/docs/manmaster/man3/BIO_connect.html please suggest, Thanks, Shiva kumar

OpenSSL and GCM mode

2021-09-23 Thread Truc, Christophe
Hi, I was wondering why it is currently impossible to encrypt a private key using GCM mode (eg using aes-256-gcm). This cannot be done using the openssl command line tool or using the library and API. This was not doable in version 1.0.2 and is still not possible with version 3. Is this a limit