1. 13
  1.  

  2. 2

    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!)

    1. 1

      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?

      1. 2

        Yes, nowadays pyOpenSSL uses the cffi bindings to OpenSSL via the cryptography package.