aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* s/as_string/to_string/Jack Lloyd2019-03-0118-28/+41
* 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
* Fix some warnings from PVS-StudioJack Lloyd2019-01-1711-14/+23
* Merge GH #1808 Add sandbox feature to CLIJack Lloyd2019-01-141-0/+1
|\
| * Sandboxing feature from CLI pov.David Carlier2019-01-142-24/+0
| * Proposal of sandboxing feature.David Carlier2019-01-062-0/+25
* | Remove unused fieldsJack Lloyd2019-01-131-3/+0
* | Remove trailing whitespaceJack Lloyd2019-01-1312-57/+55
|/
* Fix indent [ci skip]Jack Lloyd2019-01-051-7/+7
* Revert #1798Jack Lloyd2019-01-051-4/+14
* Add a fast range check and inline some thingsJack Lloyd2019-01-052-78/+89
* Split up allocations into pagesJack Lloyd2019-01-056-169/+188
* New Memory_Pool implementationJack Lloyd2019-01-043-131/+335
* Some cleanups in McEliece keygenJack Lloyd2019-01-031-15/+17
* Add cast for MSVCJack Lloyd2019-01-031-1/+4
* Use memcpy instead of strcpy here to shut up MSVC warningJack Lloyd2019-01-031-1/+1
* Add VC 2019 preview buildJack Lloyd2019-01-023-2/+2