summaryrefslogtreecommitdiff
path: root/test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update command handler in test.cppJeffrey Walton2022-08-241-1/+4
* Update command handler in test.cppJeffrey Walton2022-08-241-3/+3
* Fix segfault with no-arg invocation of cryptest program (GH #1141)Jeffrey Walton2022-08-081-1/+1
* Update test programJeffrey Walton2022-08-071-2/+2
* Add LSH-256 and LSH-512 hash functions (GH #1025, PR #1026)Jeffrey Walton2021-04-161-1/+2
* Add additional ASN.1 self testsJeffrey Walton2021-03-211-3/+4
* Fix MinGW compileJeffrey Walton2020-01-271-1/+11
* Revert BlowfishCompat changes (PR #877)Jeffrey Walton2019-10-121-1/+0
* Add XTS block cipher mode of operation (GH #891, PR #892)Jeffrey Walton2019-10-121-9/+11
* Add support for Mcrypt's blowfish-compat (PR #877)Răzvan Cojocaru2019-09-291-0/+1
* Fix .Net 2002 compileJeffrey Walton2019-08-271-1/+1
* Fix RDSEED hang on x86 (GH #872) (#873)Jeffrey Walton2019-08-061-3/+2
* Fix ECP leakage in Add() and Double() (GH #869, PR #871)Jeffrey Walton2019-08-051-27/+50
* Enable extended output in SHAKE-128 and SHAKE-256 (GH #805, PR #806)Jeffrey Walton2019-02-131-0/+5
* Add ChaChaTLS implementation (GH #265)Jeffrey Walton2019-01-241-4/+5
* Whitespace check-inJeffrey Walton2019-01-221-1/+1
* Use #pragma omp simd for OpenMP 3.0 compilers (GH #787)Jeffrey Walton2019-01-221-1/+2
* Fix compile on MinGW32Jeffrey Walton2019-01-161-1/+1
* Update distclean rule in cryptest.nmakeJeffrey Walton2019-01-091-4/+4
* Clear unused variable warning with GCCJeffrey Walton2019-01-081-1/+1
* Fix compile when NO_OS_DEPENDENCE is definedJeffrey Walton2019-01-081-12/+11
* Use _NSGetExecutablePath on OS X (GH #760)Jeffrey Walton2019-01-021-4/+75
* Use _get_pgmptr on Windows (GH #760)Jeffrey Walton2019-01-021-10/+23
* Use getexecname() on Solaris (GH #)Jeffrey Walton2019-01-021-0/+2
* Cache DataDir when C++11 dynamic init is available (GH #760)Jeffrey Walton2019-01-021-0/+11
* Fix Debug PowerPC buildJeffrey Walton2018-12-261-1/+1
* Add additional self testsJeffrey Walton2018-12-251-0/+4
* Add Langley's curve25519 (GH #761, PR# 762)Jeffrey Walton2018-12-111-3/+4
* Handle test vectors with extensionsJeffrey Walton2018-12-071-3/+5
* Add search for test vectors and test data (GH #760)Jeffrey Walton2018-12-071-1/+1
* Add ChaCha to self tests (GH #732)Jeffrey Walton2018-11-081-21/+22
* Add SIMON and SPECK to validation suiteJeffrey Walton2018-10-141-2/+4
* Fix test scripts on ancient BashJeffrey Walton2018-09-121-0/+6
* Remove Thread and Socket classes (GH #208, PR #703)Jeffrey Walton2018-08-171-83/+0
* Update commentsJeffrey Walton2018-08-091-1/+0
* Add VectorLoad and VectorStore test codeJeffrey Walton2018-08-061-0/+4
* Add ARM AES asm implementation from Cryptogams (GH #683)Jeffrey Walton2018-07-111-8/+8
* Cleanup datatest.cppJeffrey Walton2018-07-101-4/+0
* Use OS rng as alternate test generatorJeffrey Walton2018-07-101-22/+39
* Increase use of ptrdiff_t when performing pointer mathJeffrey Walton2018-07-101-1/+11
* Add HC-256 stream cipher (GH #680)Jeffrey Walton2018-07-051-14/+15
* Add HC-128 stream cipher (GH #679)Jeffrey Walton2018-07-051-14/+15
* Add Rabbit stream cipher (GH #678)Jeffrey Walton2018-07-041-14/+15
* Add additional SIMECK tests (GH #675)Jeffrey Walton2018-06-301-1/+2
* Add CHAM lightweight block cipher (PR #670)Jeffrey Walton2018-06-171-0/+1
* Add scrypt key derivation function (GH #613, PR #626)Jeffrey Walton2018-03-311-23/+24
* Fix incorrect InverseMod (GH #602) (#603)Jeffrey Walton2018-03-251-3/+5
* Remove AsymmetricAlgorithm::BERDecode (GH #569)Jeffrey Walton2018-01-211-2/+3
* Add interface to TweetNaCl library (#566)Jeffrey Walton2018-01-171-0/+1
* Add thorough param to ValidateECGDSAJeffrey Walton2017-11-251-1/+1