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