Re: [Twisted-Python] twisted.web HTTPS client certificate

2021-07-13 Thread Glyph

> On Jul 13, 2021, at 2:09 AM, Barry Scott  wrote:
> 
> On Monday, 12 July 2021 09:27:19 BST Glyph wrote:
>> FWIW I would avoid calling the pyOpenSSL APIs for this, since hopefully 
>> we'll manage to move away from OpenSSL and at least somewhat abstract away 
>> the transition. 
> 
> Are you thinking to use the Windows and macOS provided crypto API and only 
> use openssl on Unix systems?
> 
> Barry

It would be nice to have a system for backends so that we could do this when 
certain specific situations call for it (usually related to TLS clients, rather 
than servers, although having both would be great), but no, the main motivation 
is to drop OpenSSL entirely in favor of Rustls, as recommended by the ISRG: 
>.

-g___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python


Re: [Twisted-Python] twisted.web HTTPS client certificate

2021-07-13 Thread Barry Scott
On Monday, 12 July 2021 09:27:19 BST Glyph wrote:
> FWIW I would avoid calling the pyOpenSSL APIs for this, since hopefully we'll 
> manage to move away from OpenSSL and at least somewhat abstract away the 
> transition. 

Are you thinking to use the Windows and macOS provided crypto API and only use 
openssl on Unix systems?

Barry




___
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python