support for Ed25519 signatures

This increases the versioned dependency on the cryptography module to
2.6, since that is the version that provides the necessary ed25519
functionality.

We also add a "pure" 25519 OpenPGP certificate for testing purposes.

Closes #221, #222, #247

Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
This commit is contained in:
rot42
2019-07-20 00:30:25 +02:00
committed by Daniel Kahn Gillmor
parent 53c6c3ba94
commit d601655c27
14 changed files with 206 additions and 16 deletions

View File

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