OpenSSL 3.0 hangs at exit with FIPS provider

2020-07-15 Thread Thomas Dwyer III
Platform: Linux x86_64 I understand this is still alpha but how complete is the FIPS provider right now? I'm following the documentation at https://wiki.openssl.org/index.php/OpenSSL_3.0 but I'm having a problem where my application hangs during exit() when I use the "fips" provider. I reduced my

Re: minimum viable CSR?

2020-07-15 Thread Felipe Gasper
> On Jul 15, 2020, at 7:16 AM, Hubert Kario wrote: > > On Tuesday, 14 July 2020 21:18:53 CEST, Felipe Gasper wrote: >> Hello, >> >> I have domains whose length exceeds the commonName maximum. To create a >> signing request for such a domain, then, I can’t put the domain in the CSR’s >>

Re: minimum viable CSR?

2020-07-15 Thread Hubert Kario
On Tuesday, 14 July 2020 21:18:53 CEST, Felipe Gasper wrote: Hello, I have domains whose length exceeds the commonName maximum. To create a signing request for such a domain, then, I can’t put the domain in the CSR’s subject. Assuming that I’m interested in just a DV certificate--such tha