aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/base/secmem.h
Commit message (Expand)AuthorAgeFilesLines
* Simplify some secmem.h functionsJack Lloyd2020-11-051-50/+7
* Remove support for Visual C++ 2013Jack Lloyd2018-10-011-28/+5
* Spell check the documentationJack Lloyd2018-09-281-1/+1
* Add defensive assert to buffer_insertJack Lloyd2018-04-071-0/+2
* Fix secure_allocator with std::string on VS2013Daniel Neus2017-11-161-5/+21
* In secure_allocator, hide mlock/new usage in a function in mem_opsJack Lloyd2017-09-291-20/+2
* 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
* Further header cleanupsJack Lloyd2017-09-281-1/+1
* Move the SecureVector typedef to secmem.hJack Lloyd2017-09-271-0/+3
* Header file cleanupsJack Lloyd2017-09-211-1/+2
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Fix failure to fully zero memory before freeJack Lloyd2017-07-161-1/+1
* Content:Tomasz Frydrych2017-04-031-3/+11
* Rename zero_mem to secure_scrub_memoryJack Lloyd2016-11-031-1/+1
* Diable static_assert in secure_allocator in MSVC debugSimon Warta2016-10-131-0/+9
* Prevent use of secure_vector with non-integer typesJack Lloyd2016-09-091-0/+3
* prevent massive amount of MSVC C4100 warningsDaniel Neus2016-07-051-0/+5
* Remove alloc module; move secmem.h to base and locking_allocator to utilsJack Lloyd2015-08-291-0/+205