Re: How to query current settings/policies?

2021-06-22 Thread Mark H. Wood
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

Re: How to query current settings/policies?

2021-06-22 Thread Tomas Mraz
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

How to query current settings/policies?

2021-06-22 Thread Thomas Deutschmann
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