aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Further build/test fixes for restricted configurationsJack Lloyd2017-09-249-1/+32
* More build fixesJack Lloyd2017-09-242-1/+3
* More header cleanupsJack Lloyd2017-09-2312-4/+13
* Fixes for headers missing in certain configurationsJack Lloyd2017-09-231-0/+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-223-18/+21
* 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