aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use /Fd flag when building lib with MSVCJack Lloyd2019-02-144-8/+18
* Improve hash function docs. Deprecate SHAKE default output lengths.Jack Lloyd2019-02-132-10/+27
* Support arbitrary key lengths in SHAKE-128 cipherJack Lloyd2019-02-133-22/+70
* Remove redundant call to start_timerJack Lloyd2019-02-131-2/+0
* Update newsJack Lloyd2019-02-111-7/+9
* More todosJack Lloyd2019-02-111-1/+1
* Update newsJack Lloyd2019-02-071-0/+16
* Merge GH #1829 Fix Ed25519 signatures in cliJack Lloyd2019-02-071-14/+33
|\
| * cli: sign and verify emsa default is empty for Ed25519 (fix #1828)Nuno Goncalves2019-02-071-14/+33
|/
* Shush pylintJack Lloyd2019-02-051-0/+2
* Add --extra-cxxflags optionJack Lloyd2019-02-051-4/+10
* Add documentation of all configure.py optionsJack Lloyd2019-02-051-15/+441
* Skip setting -momit-leaf-frame-pointerJack Lloyd2019-02-051-5/+0
* Use threads for Asan tests tooJack Lloyd2019-02-051-1/+1
* Properly detect embedded PowerPCJack Lloyd2019-02-051-1/+6
* Clean up test registration a bitJack Lloyd2019-02-052-24/+31
* Build fixes for GNU/HurdJack Lloyd2019-02-042-0/+3
* Merge GH #1819 Add Thread_Pool and use it for running testsJack Lloyd2019-01-3113-84/+454
|\
| * Add a simple Thread_Pool testJack Lloyd2019-01-312-0/+88
| * Run the tests in multithreaded mode in CIJack Lloyd2019-01-311-2/+5
| * Run the test suite in multiple threadsJack Lloyd2019-01-316-68/+149
| * Add a thread poolJack Lloyd2019-01-315-14/+212
* | Changes to CPUID layout caused ABI breakage, tick sonameJack Lloyd2019-01-311-1/+1
* | Add a couple more ChaCha testsJack Lloyd2019-01-311-0/+9
* | Have set_mem only work for bytesJack Lloyd2019-01-311-4/+3
* | Minor HMAC optimizationsJack Lloyd2019-01-312-15/+31
* | More todosJack Lloyd2019-01-311-1/+2
* | Better document hash function strings [ci skip]Jack Lloyd2019-01-311-3/+29
|/
* Merge GH #1821 Refactor CPUID to be thread safeJack Lloyd2019-01-319-55/+90
|\
| * Refactor CPUID to make it thread safeJack Lloyd2019-01-309-55/+90
* | Recognize BLAKE2b also [ci skip]Jack Lloyd2019-01-311-1/+1
|/
* Compile fixJack Lloyd2019-01-302-2/+2
* Use std::mutex instead of mutex_type hereJack Lloyd2019-01-304-8/+8
* Another mistakeJack Lloyd2019-01-291-2/+8
* Merge GH #1818 Prevent PKCS11 tests from allocating before mainJack Lloyd2019-01-284-98/+94
|\
| * Avoid invoking the mlock allocator before main startsJack Lloyd2019-01-284-98/+94
* | Avoid a harmless data race in RSA decryptionJack Lloyd2019-01-281-0/+7
* | Add todoJack Lloyd2019-01-251-0/+1
|/
* Fix warningJack Lloyd2019-01-241-3/+6
* Update newsJack Lloyd2019-01-241-0/+6
* Doc updatesJack Lloyd2019-01-242-3/+24
* Merge GH #1817 Deprecations and optimizations for BigInt encode/decodeJack Lloyd2019-01-245-104/+131
|\
| * Revamp BigInt encoding and decoding.Jack Lloyd2019-01-245-104/+131
|/
* Fix macro checksJack Lloyd2019-01-241-2/+1
* Split out bcrypt cli util to its own fileJack Lloyd2019-01-222-78/+89
* Make the Memory_Pool MMU operations a compile time optionJack Lloyd2019-01-222-4/+30
* Remove some unnecessary assertsJack Lloyd2019-01-223-34/+0
* Fix XLC sanitizersJack Lloyd2019-01-221-1/+3
* Move hash util to hash.cpp and add --format optionJack Lloyd2019-01-223-65/+127
* Update newsJack Lloyd2019-01-211-0/+23