summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bytestring/bytestring.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Zap a trailing spacetb2024-12-051-2/+2
|
* Sync bytestring from libssl.jsing2024-06-221-1/+8
|
* Revise CBS_strdup() documentation.jsing2022-11-091-6/+4
| | | | | | | CBS_strdup() now internally checks if the data contains NUL, failing if it does. Prompted by beck@
* Sync from libssl.jsing2022-01-061-1/+7
|
* Sync bytestring with libssl.jsing2021-12-151-1/+43
|
* Provide the bytestring APIs for libcrypto internal use.jsing2021-11-201-0/+518
Bring a copy of the bytestring APIs (CBB/CBS) from libssl, for use in libcrypto - these are not exposed publicly. Discussed with beck@ and tb@