cocagne / pysrp

Python implementation of the Secure Remote Password protocol (SRP)
MIT License
113 stars 42 forks source link

Don't try to load BN_init and BN_CTX_init from OpenSSL #41

Closed tuedel closed 4 years ago

tuedel commented 4 years ago

Both functions were removed in OpenSSL 1.1.0, and aren't being used anyway.