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