Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add KDF::new_object | Jack Lloyd | 2021-04-03 | 1 | -3/+5 |
| | |||||
* | Remove the KDF truncation behavior | Jack Lloyd | 2020-11-28 | 1 | -4/+4 |
| | | | | Closes GH #2347 | ||||
* | Remove deprecated headers, make more headers internal | Jack Lloyd | 2020-11-06 | 1 | -3/+1 |
| | | | | | | | | | Now modules default to internal headers instead of defaulting to public; making a new public API should be a visible and intentional choice. Brings the public header count from over 300 to around 150. Also removes the deprecated tls_blocking interface | ||||
* | Deprecate many publically available headers | Jack Lloyd | 2019-09-06 | 1 | -0/+2 |
| | |||||
* | Use explicit on more single-argument constructors | Jack Lloyd | 2017-09-30 | 1 | -1/+1 |
| | |||||
* | Apply final annotations to the library also | Jack Lloyd | 2017-09-22 | 1 | -1/+1 |
| | | | | | Done by a perl script which converted all classes to final, followed by selective reversion where it caused compilation failures. | ||||
* | 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 | -1/+1 |
| | | | | | Defined in build.h, all equal to BOTAN_DLL so ties into existing system for exporting symbols. | ||||
* | Convert to using standard uintN_t integer types | Jack Lloyd | 2016-12-18 | 1 | -4/+4 |
| | | | | | | 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. | ||||
* | Minor doxygen fixes [ci skip] | René Korthaus | 2016-10-19 | 1 | -1/+1 |
| | |||||
* | Improve kdf doxygen [ci skip] | René Korthaus | 2016-10-19 | 1 | -0/+3 |
| | |||||
* | Add test vectors for KDF1/ISO18033 | René Korthaus | 2016-07-15 | 1 | -2/+2 |
| | |||||
* | Update KDF1-ISO 18033 with KDF label argument | Jack Lloyd | 2016-06-20 | 1 | -1/+2 |
| | |||||
* | add kdf1 implementation according to iso-18033 (preparation for ecies) | Philipp Weber | 2016-04-27 | 1 | -0/+37 |