aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Add Stateful_RNGJack Lloyd2016-07-172-36/+17
* Switch to HMAC_DRBG for all RNG generation.Jack Lloyd2016-07-174-11/+6025
* Merge GH #531 Add AES/CBC/CTS tests from RFC 3962Jack Lloyd2016-07-112-0/+37
|\
| * Add test vectors for AES-CBC-CS3 aka AES/CBC/CTS from RFC 3962René Korthaus2016-07-112-0/+37
* | Add test vectors for block cipher padding modesRené Korthaus2016-07-112-0/+142
|/
* PKCS11 tests: run ECDSA software verification only if emsa_raw module is avai...Daniel Neus2016-07-051-0/+3
* Merge GH #507 Add PKCS #11 support. Previous merge 360a3a5 missed later commitsJack Lloyd2016-07-042-5/+15
|\
| * check for asn1 and pubkey module presenceDaniel Neus2016-06-281-2/+7
| * fix build with disabled pkcs11 moduleDaniel Neus2016-06-282-3/+8
* | Merge GH #522 Update BSI policy, fix TLSJack Lloyd2016-07-041-0/+3
|\ \
| * | Various fixes with bsi module policyRené Korthaus2016-07-041-0/+3
* | | Merge GH #507 Add PKCS #11 supportJack Lloyd2016-07-047-32/+2525
|\ \ \ | |/ / |/| / | |/
| * add PKCS#11 supportDaniel Neus2016-06-177-32/+2525
* | Add missing override annotation. Fix formatting in ECIES testsJack Lloyd2016-06-301-20/+19
* | Merge GH #504 Add ECKCDSAJack Lloyd2016-06-202-0/+106
|\ \
| * | Add ECKCDSA signature algorithmRené Korthaus2016-06-142-0/+106
| |/
* | Merge GH #483 Add ECIES and KDF1 from ISO 18033Jack Lloyd2016-06-203-0/+446
|\ \
| * | ecies: fix tests for ecies-iso (allow empty ciphertext)Philipp Weber2016-05-301-3/+6
| * | Merge remote-tracking branch 'remotes/origin/master' into eciesPhilipp Weber2016-05-302-0/+24
| |\ \
| * | | ecies review change: test for exception if the ciphertext is invalidPhilipp Weber2016-05-301-0/+8
| * | | ecies review change: add missing ciphertext to test vectorsPhilipp Weber2016-05-232-6/+3
| * | | ecies review change: make constant vector with test data const instead of staticPhilipp Weber2016-05-231-1/+1
| * | | add ecies implementation according to iso-18033Philipp Weber2016-04-273-0/+438
* | | | Merge GH #497 Add StreamCipher::seek and implementation for ChaChaJack Lloyd2016-06-182-1/+511
|\ \ \ \
| * | | | Adding StreamCipher::seek interface, supporting seek in ChaCha, and also addi...SimCog2016-06-182-1/+511
| | |_|/ | |/| |
* | | | Merge GH #487 Remove CVC certificates and EMSA1_BSI signature encodingJack Lloyd2016-06-172-634/+5
|\ \ \ \
| * | | | remove the already bitrotting and probably broken CVC implementationDaniel Neus2016-05-181-611/+0
| * | | | remove all uses of EMSA1_BSIDaniel Neus2016-05-021-23/+5
| | |/ / | |/| |
* | | | Merge GH #495 Add label argument to KDF::derive_keyJack Lloyd2016-06-176-5520/+4495
|\ \ \ \
| * | | | pycryptodome generated test vectors for SP800-56CKai Michaelis2016-05-191-120/+160
| * | | | BouncyCastle generated test vectors for SP800-108Kai Michaelis2016-05-194-5399/+4331
| * | | | add label parameter to KDF::derive_keyKai Michaelis2016-05-192-2/+5
| |/ / /
* | / / fix test failures and seg faults when Botan is configured with --module-poli...René Korthaus2016-06-174-25/+73
| |/ / |/| |
* | | Merge GH #489 Add support probabilistic DSA & ECDSAJack Lloyd2016-06-076-2/+2679
|\ \ \
| * | | Add support probabilistic DSA & ECDSARené Korthaus2016-05-086-2/+2679
| |/ /
* | / Tweak for readability in McEliece testsJack Lloyd2016-06-071-15/+10
| |/ |/|
* | Fix GCM counter incrementJack Lloyd2016-05-231-0/+23
* | Fix for GCC 6Jack Lloyd2016-05-231-0/+1
|/
* Merge GH #475 Remove Transform base classJack Lloyd2016-04-212-17/+17
|\
| * Remove Transform base classJack Lloyd2016-04-212-17/+17
* | Merge GH #481 Add NIST SP800-108 & 56c KDFsJack Lloyd2016-04-214-0/+5640
|\ \
| * | NIST SP800-108 & 56cKai Michaelis2016-04-204-0/+5640
| |/
* / Add ECGDSARené Korthaus2016-04-195-3/+275
|/
* Add support for ChaCha(12)Jack Lloyd2016-04-091-1/+16
* Fix a couple MSVC warnings.Jack Lloyd2016-04-091-3/+3
* Add more tests for ffiRené Korthaus2016-03-253-5/+300
* Fix bug in IETF version of ChaCha20Poly1305Jack Lloyd2016-03-232-7/+45
* Clean up PK decryption encoding.Jack Lloyd2016-03-201-6/+11
* Use rejection sampling in BigInt::random_integerJack Lloyd2016-03-161-5/+2
* Merge GH #454 X.509 name constraintsJack Lloyd2016-03-1612-7/+289
|\