summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bytestring/bs_cbb.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Sync bytestring from libssl.jsing2024-06-221-1/+7
|
* Include <stdint.h> in the bytestring .c filestb2024-05-251-1/+2
| | | | | | They currently depend on bytestring.h pulling that in. discussed with jsing
* Sync bs_cbb.c with libssl.tb2022-07-071-1/+4
| | | | ok jsing
* Sync from libssl.jsing2022-01-061-1/+14
|
* Sync bytestring with libssl.jsing2021-12-151-1/+1
|
* Provide the bytestring APIs for libcrypto internal use.jsing2021-11-201-0/+467
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@