And then we rewrote all this code in Python and were much happier.
(Not as happy as I’ll be when all the C is rewritten in Rust, but as long as we all port a little code every day, we’ll be there before too long!)
exarkun used to give me some great advice on IRC back when I was neck deep in twister/pyopenssl/mem_bio/session resumption. pyOpenSSL changed to use cffi or something right?
Yes, nowadays pyOpenSSL uses the cffi bindings to OpenSSL via the cryptography package.
And then we rewrote all this code in Python and were much happier.
(Not as happy as I’ll be when all the C is rewritten in Rust, but as long as we all port a little code every day, we’ll be there before too long!)
exarkun used to give me some great advice on IRC back when I was neck deep in twister/pyopenssl/mem_bio/session resumption. pyOpenSSL changed to use cffi or something right?
Yes, nowadays pyOpenSSL uses the cffi bindings to OpenSSL via the cryptography package.