summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bytestring (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Zap a trailing spacetb2024-12-051-2/+2
|
* Sync bytestring from libssl.jsing2024-06-222-2/+15
|
* Include <stdint.h> in the bytestring .c filestb2024-05-253-3/+6
| | | | | | They currently depend on bytestring.h pulling that in. discussed with jsing
* 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@