aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | You can't have attributes on a template typedef, apparently.Jack Lloyd2017-09-261-1/+0
* | Add some more includes to botan.hJack Lloyd2017-09-261-10/+34
|/
* Add a GCD testJack Lloyd2017-09-253-0/+34
* Improve test coverage slightly and correct macroJack Lloyd2017-09-251-8/+3
* Fix for threadless buildsJack Lloyd2017-09-251-0/+5
* Share the _static dir between both Sphinx instancesJack Lloyd2017-09-241-0/+2
* Make it possible to build the website from outside src dirJack Lloyd2017-09-242-19/+30
* Correct Doxygen errorJack Lloyd2017-09-241-1/+0
* Avoid debug iterator errorJack Lloyd2017-09-241-6/+12
* Missing includeJack Lloyd2017-09-241-0/+1
* Test SIV multi-AD functionJack Lloyd2017-09-243-2/+104
* Better tests for SIVJack Lloyd2017-09-248-51/+1686
* Move passhash9 and bcrypt tests to passhash/ subdirJack Lloyd2017-09-243-2/+2
* Move ocb test data to ocb/ subdirJack Lloyd2017-09-244-3/+3
* Reindent [ci skip]Jack Lloyd2017-09-241-1/+1
* Add script that runs build+test across many configs, reports errorsJack Lloyd2017-09-241-0/+88
* Further build/test fixes for restricted configurationsJack Lloyd2017-09-2426-30/+158
* More build fixesJack Lloyd2017-09-242-1/+3
* Refactor how test RNG is createdJack Lloyd2017-09-241-81/+82
* Test fixesJack Lloyd2017-09-242-1/+4
* More header cleanupsJack Lloyd2017-09-2312-4/+13
* Fixes for headers missing in certain configurationsJack Lloyd2017-09-232-0/+2
* Additional test fixesJack Lloyd2017-09-231-8/+8
* Fix test compile error when filters is enabled but codec_filt is notRené Korthaus2017-09-231-1/+1
* It's easier to use calloc hereJack Lloyd2017-09-221-8/+2
* Refer to free in std::Jack Lloyd2017-09-221-1/+1
* Attempt to make MSVC happyJack Lloyd2017-09-221-0/+12
* Avoid creating invalid iterator references when input_len == 0Jack Lloyd2017-09-221-4/+10
* Avoid deprecated warning in tls_blocking.cppJack Lloyd2017-09-221-0/+6
* Deprecate modification of Pipe objectsJack Lloyd2017-09-224-29/+44
* Avoid GCC signed-overflow warningJack Lloyd2017-09-221-2/+2
* Refactor to avoid explicit delete in BER_DecoderJack Lloyd2017-09-222-26/+12
* Avoid new/delete in BearSSL ECDSA codeJack Lloyd2017-09-221-17/+10
* LZMA - there is no reason for new or delete hereJack Lloyd2017-09-221-6/+6
* RAII for Power_Mod classJack Lloyd2017-09-222-26/+11
* More RAII - death to explicit deleteJack Lloyd2017-09-224-18/+7
* Use RAII, avoid explicit deleteJack Lloyd2017-09-222-16/+4
* Avoid explicit deleteJack Lloyd2017-09-222-5/+5
* Avoid creating hash objects directly in TSS codeJack Lloyd2017-09-221-8/+7
* Reject very small inputs to the package transformJack Lloyd2017-09-222-30/+35
* Update cryptobox decryptionJack Lloyd2017-09-223-44/+98
* Cryptobox code modernizationJack Lloyd2017-09-225-66/+78
* Avoid including HMAC directlyJack Lloyd2017-09-221-3/+2
* Small header cleanupsJack Lloyd2017-09-222-2/+3
* Slight improvements to RNG testsJack Lloyd2017-09-222-5/+5
* Improve compression tests slightlyJack Lloyd2017-09-222-2/+20
* Test reading an invalid message number from a PipeJack Lloyd2017-09-221-0/+4
* Test a couple more functions of PKCS11_RNGJack Lloyd2017-09-221-1/+9
* Test a couple of SecureQueue functionsJack Lloyd2017-09-221-0/+4
* Avoid using namespace in testJack Lloyd2017-09-221-5/+3