aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/psk_db
Commit message (Collapse)AuthorAgeFilesLines
* Fix clang-tidy performance warningsJack Lloyd2022-02-062-2/+2
|
* Use new_object instead of cloneJack Lloyd2021-04-031-2/+2
|
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-062-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.hJack Lloyd2020-11-043-23/+28
|
* Rename Integrity_Failure to Invalid_Authentication_TagJack Lloyd2019-01-181-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 widelyJack Lloyd2018-05-131-0/+1
|
* Use helper for char to uint8_t conversions.Jack Lloyd2018-01-021-2/+2
|
* PSK_DB requires base64 [ci skip]Jack Lloyd2017-12-231-0/+1
|
* Fix DoxygenJack Lloyd2017-11-261-1/+1
|
* PSK DatabaseJack Lloyd2017-11-265-0/+363