Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Zap a trailing space | tb | 2024-12-05 | 1 | -2/+2 |
| | |||||
* | Sync bytestring from libssl. | jsing | 2024-06-22 | 2 | -2/+15 |
| | |||||
* | Include <stdint.h> in the bytestring .c files | tb | 2024-05-25 | 3 | -3/+6 |
| | | | | | | They currently depend on bytestring.h pulling that in. discussed with jsing | ||||
* | Revise CBS_strdup() documentation. | jsing | 2022-11-09 | 1 | -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. | tb | 2022-07-07 | 1 | -1/+4 |
| | | | | ok jsing | ||||
* | Sync from libssl. | jsing | 2022-01-06 | 2 | -2/+21 |
| | |||||
* | Sync bytestring with libssl. | jsing | 2021-12-15 | 4 | -4/+151 |
| | |||||
* | Provide the bytestring APIs for libcrypto internal use. | jsing | 2021-11-20 | 4 | -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@ |