Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change header guard format to BOTAN_FOO_H_ | Jack Lloyd | 2017-09-20 | 1 | -2/+2 |
| | | | | | | ISO C++ reserves names with double underscores in them Closes #512 | ||||
* | Add API stability annotations. | Jack Lloyd | 2017-09-19 | 1 | -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_mem | Jack Lloyd | 2017-09-16 | 1 | -1/+1 |
| | | | | New name, same great operation | ||||
* | Update modern and nist policies with recent additions | Jack Lloyd | 2017-06-30 | 1 | -0/+1 |
| | |||||
* | Remove "Dirty hack" for multiple defines in lex_me_harder() | Simon Warta | 2017-04-02 | 1 | -1/+3 |
| | |||||
* | Convert to using standard uintN_t integer types | Jack Lloyd | 2016-12-18 | 2 | -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 values | Jack Lloyd | 2016-11-09 | 1 | -4/+8 |
| | |||||
* | Remove use of lookup.h in favor of new T::create API. | Jack Lloyd | 2015-09-21 | 1 | -1/+0 |
| | |||||
* | Internal header cleanups | Jack Lloyd | 2015-09-19 | 1 | -1/+1 |
| | | | | Only user-visible change is the removal of get_byte.h | ||||
* | lib/misc: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-25 | 1 | -6/+6 |
| | |||||
* | Clean up root dir, remove some unneeded dependencies | lloyd | 2015-02-05 | 3 | -0/+231 |