Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include <stdint.h> in the bytestring .c files | tb | 2024-05-25 | 1 | -1/+2 |
| | | | | | | They currently depend on bytestring.h pulling that in. discussed with jsing | ||||
* | Sync bytestring with libssl. | jsing | 2021-12-15 | 1 | -1/+106 |
| | |||||
* | Provide the bytestring APIs for libcrypto internal use. | jsing | 2021-11-20 | 1 | -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@ |