Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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@ |