| Commit message (Expand) | Author | Age | Files | Lines |
* | assert.h is often misused. It should not be used in a library | beck | 2019-01-23 | 1 | -5/+2 |
* | Stop using BUF_memdup() within the LibreSSL code base - it is correctly | jsing | 2015-06-24 | 1 | -3/+4 |
* | Change CBS_dup() to also sync the offset. | doug | 2015-06-23 | 1 | -1/+2 |
* | Replace internal call to CRYPTO_memcmp with timingsafe_memcmp. | doug | 2015-06-20 | 1 | -2/+2 |
* | Add CBS_dup() to initialize a new CBS with the same values. | doug | 2015-06-19 | 1 | -1/+7 |
* | Use explicit int in bs_cbs.c. | doug | 2015-06-17 | 1 | -12/+13 |
* | Add CBS_write_bytes() to copy the remaining CBS bytes to the caller. | doug | 2015-06-17 | 1 | -1/+15 |
* | Add a new function CBS_offset() to report the current offset in the data. | doug | 2015-06-17 | 1 | -1/+8 |
* | Simplify cbs_get_any_asn1_element_internal based on comments from jsing@ | doug | 2015-06-16 | 1 | -15/+11 |
* | Make CBS_get_any_asn1_element() more compliant with DER encoding. | doug | 2015-06-15 | 1 | -17/+51 |
* | Reject long-form tags in CBS_peek_asn1_tag. | doug | 2015-06-13 | 1 | -1/+8 |
* | Add whitespace and replace OPENSSL_free with free in documentation. | doug | 2015-04-29 | 1 | -3/+3 |
* | Avoid NULL deref in CBS_get_any_asn1_element(). | doug | 2015-04-29 | 1 | -2/+3 |
* | Added error checking for len argument in cbs_get_u(). | doug | 2015-04-29 | 1 | -1/+4 |
* | free() can handle NULL. | doug | 2015-04-29 | 1 | -8/+4 |
* | Check for invalid leading zeros in CBS_get_asn1_uint64. | doug | 2015-04-25 | 1 | -3/+8 |
* | KNF bytestring files. | doug | 2015-02-06 | 1 | -307/+356 |
* | Import BoringSSL's crypto bytestring and crypto bytebuilder APIs. | doug | 2015-02-06 | 1 | -0/+390 |