pyca / pyopenssl

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

Add support for converting sessions to / from ASN1 representation #1373

Open mdulaney opened 1 month ago

mdulaney commented 1 month ago

Resolves #891 by providing d2i_ssl_session and i2d_ssl_session equivalents. I have corresponding changes to pyca/cryptography as well.