Re: SSL and "custom" EVP_KEY

2021-11-02 Thread Matt Caswell
On 02/11/2021 04:42, Alex Dankow wrote: Matt, Thank you very much for your response. I understand that the FIPS certified OpenSSL module is long awaited and the team was quite limited in time to complete all features. I tried Windows certificates +Openssl because it implements the most com

Re: SSL and "custom" EVP_KEY

2021-11-02 Thread Tomas Mraz
On Tue, 2021-11-02 at 11:42 +0700, Alex Dankow wrote: > Matt, > > Thank you very much for your response. I understand that the FIPS > certified OpenSSL module is long awaited and the team was quite > limited in time to complete all features. > I tried Windows certificates +Openssl because it impl

Re: SSL and "custom" EVP_KEY

2021-11-01 Thread Alex Dankow
Matt, Thank you very much for your response. I understand that the FIPS certified OpenSSL module is long awaited and the team was quite limited in time to complete all features. I tried Windows certificates +Openssl because it implements the most common scenario: you can get a certificate to Opens

Re: SSL and "custom" EVP_KEY

2021-10-29 Thread Matt Caswell
Hi Alex, On 29/10/2021 14:32, Alex Dankow wrote: Hi OpenSSL team! I wrote a provider for Windows certificates and implemented "openssl ca". Now, I think it would be fun to see a HTTPS server using certificates installed in Windows storage. Nice! Certificate is loaded using load_cert_pass (

SSL and "custom" EVP_KEY

2021-10-29 Thread Alex Dankow
Hi OpenSSL team! I wrote a provider for Windows certificates and implemented "openssl ca". Now, I think it would be fun to see a HTTPS server using certificates installed in Windows storage. Certificate is loaded using load_cert_pass (taken from apps.c) with custom uri "wincert://11:22:33",