Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sync inclusion of <stdlib.h> from libcrypto | tb | 2024-05-25 | 1 | -1/+2 |
* | Fix formatting of multi-line license comment per style(9). | jsing | 2021-05-16 | 1 | -2/+3 |
* | Remove unnecessary includes from the bytestring APIs. | jsing | 2021-05-16 | 1 | -3/+1 |
* | Avoid signed vs unsigned warnings from clang by adding two casts, | jsing | 2016-12-03 | 1 | -2/+4 |
* | Check for failure with CBB_init() in bs_ber.c. | doug | 2015-06-21 | 1 | -2/+3 |
* | Use explicit int in bs_ber.c. | doug | 2015-06-17 | 1 | -8/+8 |
* | Be more strict about BER and DER terminology. | doug | 2015-06-16 | 1 | -19/+23 |
* | Make CBS_get_any_asn1_element() more compliant with DER encoding. | doug | 2015-06-15 | 1 | -7/+19 |
* | Add whitespace and replace OPENSSL_free with free in documentation. | doug | 2015-04-29 | 1 | -2/+2 |
* | Call CBS_mem_equal() rather than reimplementing it. | doug | 2015-04-29 | 1 | -3/+2 |
* | KNF bytestring files. | doug | 2015-02-06 | 1 | -179/+211 |
* | Import BoringSSL's crypto bytestring and crypto bytebuilder APIs. | doug | 2015-02-06 | 1 | -0/+220 |