On Tue, 22 Jun 2021 04:23:06 +0200,
Michael Richardson wrote:
>
> WTF is libssl3.so? I still don't know, but:
>
> %dpkg -S /usr/lib/x86_64-linux-gnu/libssl3.so
> libnss3:amd64: /usr/lib/x86_64-linux-gnu/libssl3.so
> something up there that should be concerning, because maybe it will cause
> con
On Tue, Jun 22, 2021 at 02:53:07PM +0200, Tomas Mraz wrote:
> On Tue, 2021-06-22 at 14:12 +0200, Thomas Deutschmann wrote:
> > Hi,
> >
> > with OpenSSL 3 defaulting to TLS security level 1, applications
> > trying
> > to make a TLSv1/1.1 connection will fail.
> >
> > I wonder if there is a prope
On Tue, 2021-06-22 at 14:12 +0200, Thomas Deutschmann wrote:
> Hi,
>
> with OpenSSL 3 defaulting to TLS security level 1, applications
> trying
> to make a TLSv1/1.1 connection will fail.
>
> I wonder if there is a proper way to detect current security level.
>
> I.e. how about test suites whic
Hi,
with OpenSSL 3 defaulting to TLS security level 1, applications trying
to make a TLSv1/1.1 connection will fail.
I wonder if there is a proper way to detect current security level.
I.e. how about test suites which need to know if they have to skip a
test or not?
For example, I am curre