aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Add a Callbacks function for ALPNJack Lloyd2016-08-161-4/+6
* Changes to TLS::Callbacks for GH PR #457Jack Lloyd2016-08-161-34/+59
* Removed TLS::Session::PropertiesMatthias Gierlings2016-06-191-8/+6
* Extended TLS Unit TestsMatthias Gierlings2016-06-191-251/+326
* Added virtual Callback InterfaceMatthias Gierlings2016-06-191-13/+13
* Implemented Feedback on GH #457Matthias Gierlings2016-06-191-1/+1
* Reduction of code complexity in TLS classes.Matthias Gierlings2016-06-191-22/+30
* 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
|\
| * Changes from GH #454 reviewJack Lloyd2016-03-161-0/+0
| * X.509 Name ConstraintsKai Michaelis2016-03-1013-7/+289
* | Fix off by one in ressolJack Lloyd2016-03-151-0/+43
* | Trivial warning fixesJack Lloyd2016-03-091-3/+3
* | Merge GH #446 add --module-policy optionJack Lloyd2016-03-062-9/+18
|\ \
| * | Add option --module-policyJack Lloyd2016-03-062-9/+18
* | | Remaining cppcheck fixes that are not covered by GH #444Daniel Neus2016-03-053-5/+66
|/ /
* | cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-053-5/+5
* | Skip bzip2 compression in entropy tests on OS X due to GH #394Jack Lloyd2016-03-021-0/+7
|/
* Add more tests for modular inverseJack Lloyd2016-02-212-4/+475
* For odd moduli use a input-independent modular inverse algorithm.Jack Lloyd2016-02-202-2/+44
* Add tests and timings for inverse_modJack Lloyd2016-02-202-2/+52
* Split up BigInt testsJack Lloyd2016-02-1713-2727/+2408
* Add constant time conditional swap, add, sub for bigint wordsJack Lloyd2016-02-172-0/+130
* Check result of dynamic_castJack Lloyd2016-02-091-10/+17
* Removes randomization from choice of keys in X509 test.Jack Lloyd2016-02-091-17/+15