summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bytestring/bs_cbs.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Sync bytestring with libssl.jsing2021-12-151-1/+106
|
* Provide the bytestring APIs for libcrypto internal use.jsing2021-11-201-0/+510
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@