aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge GH #1864 Use thread pool for XMSS signaturesJack Lloyd2019-03-285-172/+48
|\
| * Remove unnecessary cmath includesJack Lloyd2019-03-262-6/+9
| * Remove previous runtime testing for thread countersJack Lloyd2019-03-262-132/+0
| * Use the global thread pool for XMSS signaturesJack Lloyd2019-03-262-34/+39
* | Fix some extra semicolonsJack Lloyd2019-03-273-3/+3
* | Rename 'darwin' target to 'macos'Jack Lloyd2019-03-277-14/+14
|/
* Work around problem with GCC 4.8Jack Lloyd2019-03-262-2/+4
* Fix some warnings from GCC 9Jack Lloyd2019-03-253-3/+3
* Avoid a warning when building in single file amalgamation modeJack Lloyd2019-03-131-1/+1
* Replace upper_bound with lower_bound in pgp_s2kEvgeny Pokhilko2019-03-111-1/+1
* Fix Coverity warningsJack Lloyd2019-03-072-20/+38
* Add references for these addition chains [ci skip]Jack Lloyd2019-03-071-0/+4
* Merge GH #1849 Prefer to_string over as_stringJack Lloyd2019-03-0318-28/+41
|\
| * Fix MSVC and avoid deprecated function callJack Lloyd2019-03-011-1/+1
| * s/as_string/to_string/Jack Lloyd2019-03-0118-28/+41
* | Handle invalid public key length in Ed25519Jack Lloyd2019-03-032-14/+20
|/
* Constify a few things in X509_Certificate::to_string()Jack Lloyd2019-03-011-5/+12
* Split CLI utils.cpp into more partsJack Lloyd2019-02-281-4/+7
* Prevent a warning with old GCCJack Lloyd2019-02-271-4/+5
* s/Blake2b/BLAKE2b/Jack Lloyd2019-02-222-18/+20
* Unroll SHA-3Jack Lloyd2019-02-212-132/+158
* Merge GH #1830 Add MacOS certificate storeJack Lloyd2019-02-193-0/+569
|\
| * add an adaptor for certificate keychain access on macOSRené Meusel2019-02-183-0/+569
* | Default McEliece and XMSS to SIV modeJack Lloyd2019-02-181-2/+10
* | Add additional annotations for malloc functionsJack Lloyd2019-02-171-1/+1
* | Fixes for minimized buildsJack Lloyd2019-02-165-6/+20
* | Renamed m_handle to m_prov as this is the variable name used elsewhere.Ricardo Martins2019-02-151-1/+1
* | Support arbitrary key lengths in SHAKE-128 cipherJack Lloyd2019-02-132-22/+14
|/
* Build fixes for GNU/HurdJack Lloyd2019-02-041-0/+1
* Merge GH #1819 Add Thread_Pool and use it for running testsJack Lloyd2019-01-315-14/+212
|\
| * Add a thread poolJack Lloyd2019-01-315-14/+212
* | Have set_mem only work for bytesJack Lloyd2019-01-311-4/+3
* | Minor HMAC optimizationsJack Lloyd2019-01-312-15/+31
|/
* Merge GH #1821 Refactor CPUID to be thread safeJack Lloyd2019-01-317-54/+83
|\
| * Refactor CPUID to make it thread safeJack Lloyd2019-01-307-54/+83
* | 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
* Avoid a harmless data race in RSA decryptionJack Lloyd2019-01-281-0/+7
* Fix warningJack Lloyd2019-01-241-3/+6
* Doc updatesJack Lloyd2019-01-241-1/+3
* Revamp BigInt encoding and decoding.Jack Lloyd2019-01-245-104/+131
* Make the Memory_Pool MMU operations a compile time optionJack Lloyd2019-01-221-4/+16
* Remove some unnecessary assertsJack Lloyd2019-01-223-34/+0
* Merge GH #1816 Rename Integrity_Failure to Invalid_Authentication_TagJack Lloyd2019-01-2121-33/+50
|\
| * Rename Integrity_Failure to Invalid_Authentication_TagJack Lloyd2019-01-1821-33/+50
* | Add BMI2 variants for SHA-512 and SHA-3Jack Lloyd2019-01-1810-10/+413
|/
* Fix init ordering warningJack Lloyd2019-01-181-1/+1
* Remove use of std::filesystem / boost::filesystemJack Lloyd2019-01-172-69/+8
* Define BOTAN_IF_CONSTEXPRJack Lloyd2019-01-174-8/+25