support for ECDH encryption using Curve25519 (cv25519)

This increases the minimum versioned dependency on the cryptography
module to 2.5, where the necessary features are exposed.

We also add a mixed RSA + ECDH OepnPGP certificate for testing
purposes.

Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
This commit is contained in:
rot42
2019-07-19 10:16:13 +02:00
committed by Daniel Kahn Gillmor
parent 8cc340d781
commit 53c6c3ba94
12 changed files with 170 additions and 27 deletions

View File

@@ -22,7 +22,7 @@ with open('README.rst') as readme:
_requires = [
'cryptography>=1.5',
'cryptography>=2.5',
'pyasn1',
'six>=1.9.0',
]