Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use explicit int in bs_cbs.c. | doug | 2015-06-17 | 1 | -10/+11 |
* | Add CBS_write_bytes() to copy the remaining CBS bytes to the caller. | doug | 2015-06-17 | 1 | -1/+9 |
* | Add a new function CBS_offset() to report the current offset in the data. | doug | 2015-06-17 | 1 | -1/+7 |
* | Be more strict about BER and DER terminology. | doug | 2015-06-16 | 1 | -9/+10 |
* | Simplify cbs_get_any_asn1_element_internal based on comments from jsing@ | doug | 2015-06-16 | 1 | -2/+2 |
* | Make CBS_get_any_asn1_element() more compliant with DER encoding. | doug | 2015-06-15 | 1 | -4/+16 |
* | Add comments about how the CBS constants are constructed. | doug | 2015-06-13 | 1 | -12/+43 |
* | Add whitespace and replace OPENSSL_free with free in documentation. | doug | 2015-04-29 | 1 | -6/+6 |
* | Don't allow tag number 31 in CBB_add_asn1(). | doug | 2015-02-07 | 1 | -2/+4 |
* | Fix typo and ASN.1 tag number range comment in bytestring.h. | doug | 2015-02-07 | 1 | -4/+4 |
* | KNF bytestring files. | doug | 2015-02-06 | 1 | -121/+219 |
* | Import BoringSSL's crypto bytestring and crypto bytebuilder APIs. | doug | 2015-02-06 | 1 | -0/+346 |