summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bytestring (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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@