Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove ASN1{_const,}_check_infinite_end | tb | 2022-01-14 | 1 | -27/+1 |
| | | | | | | Suggested by schwarze ok inoguchi jsing | ||||
* | Rewrite ASN.1 identifier/length parsing in CBS. | jsing | 2021-12-25 | 1 | -89/+40 |
| | | | | | | | | | Provide internal asn1_get_identifier_cbs() and asn1_get_length_cbs() functions that are called from asn1_get_object_cbs(). Convert the existing ASN1_get_object() function so that it calls asn1_get_object_cbs(), before mapping the result into the API that it implements. ok tb@ | ||||
* | Rename asn1_lib.c to asn1_old_lib.c | jsing | 2021-12-15 | 1 | -0/+286 |
This will allow us to add a new asn1_lib.c while replacing the code that is in currently in asn1_old_lib.c. Discussed with tb@ |