wolfSSL / wolfcrypt-py

A Python wrapper that encapsulates wolfSSL's wolfCrypt API.
https://wolfssl.github.io/wolfcrypt-py
31 stars 19 forks source link

Ed25519 support #2

Closed danielinux closed 5 years ago

danielinux commented 5 years ago

Added Ed25519 cipher for DSA + tests. wolfSSL version updated to v4.0.0

danielinux commented 5 years ago

@ejohnstown @cconlon could anyone have a look at this? I would really like to have ed25519 DSA in wolfcrypt-py

danielinux commented 5 years ago

OK, I fixed the CI test. Travis was failing to install anything from pip, or upgrade pip itself, because pip v9 was still using TLS1.0. Manual bootstrap of pip using curl in the test fixed the problem.

Please review and consider for merge. Thanks!