The answer hasn't changed: there is no firm date.
Progress is being made however.
Pauli
--
Oracle
Dr Paul Dale | Cryptographer | Network Security & Encryption
Phone +61 7 3031 7217
Oracle Australia
From: Jason Schultz [mailto:jetso...@hotmail.com]
Sent: Wednesday, 13 February 20
Just wondering if there is a time frame for the availability of the FIPS Module
for OpenSSL 1.1.1? Q3 2019? Q4?
I realize this has been asked before, but the most recent answer I found was
from several months ago, so I thought there might be new information.
Thanks in advance.
--
openssl-users
On Tue, Feb 12, 2019 at 11:22:47PM +0100, Jakob Bohm via openssl-users wrote:
> At least in older versions of OpenSSL, you could create a custom BIO
> that buffers the socket data and lets you look at it before passing
> it to the SSL/TLS layer or directly to your code according to the
> contents.
Is there a better place for things like this?
Please add X509_verify_cert_error_string to the SEE ALSO section of the man
page for SSL_get_verify_result
Thanks.
--
These are my opinions. I hate spam.
--
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/o
On 12/02/2019 21:23, Paul Smith wrote:
Hi all.
We have a service that currently implements a home-grown secure
connection model based on SRP using AES as the cipher. We want to add
support for TLS 1.2/1.3 as well, but we have to maintain backward-
compatibility. Our app is in C++ and using Ope
Hi all.
We have a service that currently implements a home-grown secure
connection model based on SRP using AES as the cipher. We want to add
support for TLS 1.2/1.3 as well, but we have to maintain backward-
compatibility. Our app is in C++ and using OpenSSL 1.1.1.
We really don't want to crea