summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bytestring (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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 bs_cbb.c with libssl.tb2022-07-071-1/+4
| | | | ok jsing
* Sync from libssl.jsing2022-01-062-2/+21
|
* Sync bytestring with libssl.jsing2021-12-154-4/+151
|
* Provide the bytestring APIs for libcrypto internal use.jsing2021-11-204-0/+1764
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@