Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix clang-tidy performance warnings | Jack Lloyd | 2022-02-06 | 2 | -2/+2 |
| | |||||
* | Use new_object instead of clone | Jack Lloyd | 2021-04-03 | 1 | -2/+2 |
| | |||||
* | Remove deprecated headers, make more headers internal | Jack Lloyd | 2020-11-06 | 2 | -13/+4 |
| | | | | | | | | | 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 | ||||
* | Merge psk_db_sql.h into psk_db.h | Jack Lloyd | 2020-11-04 | 3 | -23/+28 |
| | |||||
* | Rename Integrity_Failure to Invalid_Authentication_Tag | Jack Lloyd | 2019-01-18 | 1 | -1/+1 |
| | | | | | | | | | This makes the meaning and usage more clear. Add a specific error type so invalid tags can be distinguished without having to catch that specific type. See also #1813 | ||||
* | Add message to BOTAN_ARG_CHECK and use it more widely | Jack Lloyd | 2018-05-13 | 1 | -0/+1 |
| | |||||
* | Use helper for char to uint8_t conversions. | Jack Lloyd | 2018-01-02 | 1 | -2/+2 |
| | |||||
* | PSK_DB requires base64 [ci skip] | Jack Lloyd | 2017-12-23 | 1 | -0/+1 |
| | |||||
* | Fix Doxygen | Jack Lloyd | 2017-11-26 | 1 | -1/+1 |
| | |||||
* | PSK Database | Jack Lloyd | 2017-11-26 | 5 | -0/+363 |