summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/a_string.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Garbage collect the unused asn1_add_error()tb2022-11-281-7/+1
* Make internal header file names consistenttb2022-11-261-2/+2
* Drop *out == NULL check in ASN1_STRING_to_UTF8()tb2022-05-201-2/+6
* Clean up and fix ASN1_STRING_to_UTF8()tb2022-05-161-12/+23
* Remove a stray spacetb2022-05-161-2/+2
* Avoid use of uninitialized in ASN1_STRING_to_UTF8()tb2022-05-161-4/+3
* Rework ASN1_STRING_set()jsing2022-03-171-14/+21
* Factor out ASN1_STRING clearing code.jsing2022-03-141-4/+15
* First pass clean up of ASN1_STRING code.jsing2022-03-141-74/+87
* Indent goto labels for diffability.jsing2021-12-251-4/+4
* Move more ASN1_STRING_* functions to a_string.c.jsing2021-12-251-1/+60
* Reorder some functions.jsing2021-12-241-46/+46
* Consolidate various ASN.1 code.jsing2021-12-151-0/+333