diff options
| author | J08nY | 2018-10-21 13:52:11 +0200 |
|---|---|---|
| committer | J08nY | 2018-10-21 13:52:11 +0200 |
| commit | c3474ab145fc1975b68949f3abd40ea4ee6dd73c (patch) | |
| tree | 4539d38f2c72c3860e71f3e4de704df6c6de38b9 /README.md | |
| parent | ba5cfcc98d7bf5107e6aac3a4e5c7416ab7b76a7 (diff) | |
| download | ECTester-feature/gcrypt.tar.gz ECTester-feature/gcrypt.tar.zst ECTester-feature/gcrypt.zip | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -222,14 +222,15 @@ If you are interested in testing support for other JavaCard algorithms, please v ## Standalone library testing Currently supported libraries include: - - BouncyCastle - - SunEC - - OpenSSL - - BoringSSL - - Crypto++ - - libtomcrypt - - botan - - Microsoft CNG + - [BouncyCastle](https://bouncycastle.org/java.html) + - [Sun EC](https://docs.oracle.com/javase/7/docs/technotes/guides/security/SunProviders.html#SunEC) + - [OpenSSL](https://www.openssl.org/) + - [BoringSSL](https://boringssl.googlesource.com/boringssl) + - [Crypto++](https://cryptopp.com/) + - [libtomcrypt](http://www.libtom.net/LibTomCrypt/) + - [libgcrypt](https://www.gnupg.org/related_software/libgcrypt/) + - [Botan](https://botan.randombit.net/) + - [Microsoft CNG](https://msdn.microsoft.com/en-us/library/windows/desktop/aa376210(v=vs.85).aspx) For more information on ECC libraries see [LIBS](docs/LIBS.md). |
