aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid using namespace in FFI headersJack Lloyd2017-10-025-7/+3
* Prefix names in global namespace with ::Jack Lloyd2017-10-023-7/+7
* Remove redundant "virtual override" declarations.Jack Lloyd2017-10-028-36/+34
* Fix some cast warnings from SonarJack Lloyd2017-10-015-6/+6
* Use explicit :: or std:: to refer to functions in namespacesJack Lloyd2017-10-011-1/+1
* Use explicit_bzero on OpenBSDJack Lloyd2017-09-301-2/+7
* Remove unused namespaceJack Lloyd2017-09-301-4/+0
* Avoid -size_tJack Lloyd2017-09-301-1/+1
* Guard against self-assignmentJack Lloyd2017-09-302-0/+6
* Change this code so Sonar understands div by zero can't happenJack Lloyd2017-09-301-2/+3
* Another FFI struct vs class fixJack Lloyd2017-09-301-1/+1
* Retract explicit on OIDJack Lloyd2017-09-301-1/+1
* FFI objects have to be structs because we expose them to CJack Lloyd2017-09-302-5/+4
* Use explicit on more single-argument constructorsJack Lloyd2017-09-3014-20/+23
* Avoid bogus declarations in GMACJack Lloyd2017-09-301-25/+3
* Address some MSVC warningsJack Lloyd2017-09-307-134/+139
* Use class instead of struct for objects with member functionsJack Lloyd2017-09-3013-156/+183
* Add annotation so GCC/Clang/MSVC know it is an allocation function.Jack Lloyd2017-09-302-1/+12
* Merge GH #1231 Hide secure_allocator allocate in a functionJack Lloyd2017-09-305-22/+55
|\
| * Missing include, noticed by OS XJack Lloyd2017-09-291-0/+1
| * In secure_allocator, hide mlock/new usage in a function in mem_opsJack Lloyd2017-09-295-22/+54
* | Thinko fixJack Lloyd2017-09-301-1/+1
* | Compat typedef PBKDF -> S2KJack Lloyd2017-09-291-1/+12
|/
* Avoid throwing in pool allocator deallocation pathJack Lloyd2017-09-291-8/+1
* Merge GH #1229 Simplify allocator and avoid MSVC perf issueJack Lloyd2017-09-291-37/+5
|\
| * Add back size_type typedefJack Lloyd2017-09-291-0/+1
| * Of course MSVC 2013 has to be specialJack Lloyd2017-09-291-0/+7
| * Simplifiy secure_allocatorJack Lloyd2017-09-291-44/+4
* | In TLS CBC padding check, only need to verify last 256 bytesJack Lloyd2017-09-291-8/+16
|/
* Add a test of TLS CBC padding verificationJack Lloyd2017-09-292-9/+12
* Include pk_keys.h in pkcs8.h and x509_key.hJack Lloyd2017-09-292-2/+2
* Require HMAC for HKDFJack Lloyd2017-09-281-0/+4
* Fixes for MSVCJack Lloyd2017-09-282-2/+2
* Further header cleanupsJack Lloyd2017-09-2817-9/+29
* Add variants of PKCS8::load_key that don't require an RNG argumentJack Lloyd2017-09-282-32/+112
* Doxygen commentJack Lloyd2017-09-281-0/+6
* Header cleanupsJack Lloyd2017-09-285-5/+3
* 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-278-1/+20
* | Add HKDF-Expand-LabelJack Lloyd2017-09-273-2/+62
* | Move the SecureVector typedef to secmem.hJack Lloyd2017-09-272-12/+3
* | 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
|/
* 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-241-2/+2
* Better tests for SIVJack Lloyd2017-09-246-39/+55