aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | In TLS CBC padding check, only need to verify last 256 bytesJack Lloyd2017-09-292-10/+42
* | More futzing with the build em all scriptJack Lloyd2017-09-291-31/+36
|/
* Add a test of TLS CBC padding verificationJack Lloyd2017-09-294-9/+88
* Include pk_keys.h in pkcs8.h and x509_key.hJack Lloyd2017-09-292-2/+2
* Fix fuzzer buildJack Lloyd2017-09-291-0/+1
* Require HMAC for HKDFJack Lloyd2017-09-281-0/+4
* Fixes for MSVCJack Lloyd2017-09-282-2/+2
* More build test scriptingJack Lloyd2017-09-281-1/+5
* Expand build test to also cover single-module exclusionsJack Lloyd2017-09-281-9/+13
* Further header cleanupsJack Lloyd2017-09-2830-23/+67
* Add variants of PKCS8::load_key that don't require an RNG argumentJack Lloyd2017-09-282-32/+112
* SpellingJack Lloyd2017-09-281-5/+35
* Disable clcache on AppVeyorJack Lloyd2017-09-282-19/+1
* Build the PDFJack Lloyd2017-09-281-19/+31
* Rewrite website generator script in PythonJack Lloyd2017-09-284-50/+144
* Doxygen commentJack Lloyd2017-09-281-0/+6
* Header cleanupsJack Lloyd2017-09-285-5/+3
* Update newsJack Lloyd2017-09-283-8/+16
* Merge GH #1224 Address side channel in Montgomery exponentiationJack Lloyd2017-09-286-36/+98
|\
| * Add valgrind annotations to check const_time_lookupJack Lloyd2017-09-261-0/+5
| * Use a side channel silent table look up in the Montgomery exponentiationJack Lloyd2017-09-256-36/+93
* | Make poly_dbl.h a submodule of utilsJack Lloyd2017-09-279-2/+28
* | Bump the shared object revisionJack Lloyd2017-09-271-1/+1
* | Update newsJack Lloyd2017-09-271-0/+3
* | Merge GH #1226 Add HKDF-Expand-LabelJack Lloyd2017-09-275-2/+124
|\ \
| * | Add HKDF-Expand-LabelJack Lloyd2017-09-275-2/+124
* | | Remove OutputLen parameter from KDF test dataJack Lloyd2017-09-2712-1405/+3
|/ /
* | Another todoJack Lloyd2017-09-271-0/+1
* | Update deprecated noticeJack Lloyd2017-09-271-0/+7
* | Move the SecureVector typedef to secmem.hJack Lloyd2017-09-273-12/+6
* | 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-249-52/+1687
* 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
* Lint fixJack Lloyd2017-09-241-2/+2
* 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