pyca / pyopenssl

A Python wrapper around the OpenSSL library
https://pyopenssl.org/
Apache License 2.0
889 stars 419 forks source link

Deprecated passing X509 objects to `add_client_ca` #1347

Closed alex closed 3 months ago

alex commented 3 months ago

Added support for passing cryptography.x509.Certificate

Refs https://github.com/pyca/pyopenssl/issues/1321

alex commented 3 months ago

(If this LGTY, please merge :-))

mhils commented 3 months ago

Thought I did that, thanks. :)