internetarchive / warcprox

WARC writing MITM HTTP/S proxy
380 stars 54 forks source link

Replace PyOpenSSL with cryptography #200

Closed vbanos closed 3 months ago

vbanos commented 3 months ago

PyOpenSSL is deprecated. We replace it with cryptography following their recommendation at: https://pypi.org/project/pyOpenSSL/

We drop the pyopenssl dependency.