aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/misc/cryptobox
Commit message (Collapse)AuthorAgeFilesLines
* Add RAII versions of get_cipher_mode and get_aeadJack Lloyd2018-04-071-2/+2
| | | | See also #1526
* Fix problems with failure to build in various configurationsJack Lloyd2018-03-311-0/+1
|
* Cryptobox doesn't require filters anymoreJack Lloyd2017-12-051-6/+3
|
* Add wrappers for reinterpret_cast between char* and uint8_t*Jack Lloyd2017-10-031-3/+3
| | | | | | | Generally speaking reinterpret_cast is sketchy stuff. But the special case of char*/uint8_t* is both common and safe. By isolating those, the remaining (likely sketchy) cases are easier to grep for.
* Correct Doxygen errorJack Lloyd2017-09-241-1/+0
| | | | [ci skip]
* More header cleanupsJack Lloyd2017-09-232-1/+3
|
* Avoid creating invalid iterator references when input_len == 0Jack Lloyd2017-09-221-4/+10
|
* Update cryptobox decryptionJack Lloyd2017-09-222-39/+77
|
* Cryptobox code modernizationJack Lloyd2017-09-221-42/+35
| | | | Only encrypt so it's easy to verify everything still works.
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
| | | | | | ISO C++ reserves names with double underscores in them Closes #512
* Add API stability annotations.Jack Lloyd2017-09-191-3/+3
| | | | | Defined in build.h, all equal to BOTAN_DLL so ties into existing system for exporting symbols.
* Use constant_time_compare instead of same_memJack Lloyd2017-09-161-1/+1
| | | | New name, same great operation
* Update modern and nist policies with recent additionsJack Lloyd2017-06-301-0/+1
|
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-1/+3
|
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-182-13/+13
| | | | | | Renames a couple of functions for somewhat better name consistency, eg make_u32bit becomes make_uint32. The old typedefs remain for now since probably lots of application code uses them.
* Check missing Pipe::read return valuesJack Lloyd2016-11-091-4/+8
|
* Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-211-1/+0
|
* Internal header cleanupsJack Lloyd2015-09-191-1/+1
| | | | Only user-visible change is the removal of get_byte.h
* lib/misc: Convert &vec[0] to vec.data()Simon Warta2015-06-251-6/+6
|
* Clean up root dir, remove some unneeded dependencieslloyd2015-02-053-0/+231