commit | 8543286168ed3bb234395d66fb401714495ff198 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Mon Nov 18 09:20:29 2019 +0800 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Sun Nov 17 20:20:29 2019 -0500 |
tree | e0bc1e55dae0e6722a01885d206747bd9e46bbbb | |
parent | fc802df5c10f0d1cd9749c94887d652fa26db6fb [diff] |
bump the minimum cryptography version (#875) Users with older cryptography (and hence potentially older asn1crypto, a transitive dependency) are seeing a serious bug on macOS catalina due to the way older asn1crypto loads a shared library. While this isn't a pyOpenSSL bug bumping this dep might prevent the bug from impacting some users.