pyca / cryptography

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
https://cryptography.io
Other
6.43k stars 1.48k forks source link

ED448 and ED25519 restriction to OpenSSL 1.1.1b+ #5164

Closed schwabe closed 4 years ago

schwabe commented 4 years ago

Hey,

I am trying to figure out why the restriction to limit ed448 and ed25519 to OpenSSL 1.1.1b and later was put into cryptography:

So I wondering if I am missing something or should make a PR to change the 1.1.1b requirement to 1.1.1

alex commented 4 years ago

It was because of https://github.com/openssl/openssl/issues/7706 and https://github.com/openssl/openssl/issues/7693