summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/a_string.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'tb_20250414'.tb_20250414cvs2svn2025-04-141-450/+0
* Zap extra parenstb2023-08-151-2/+2
* Fix typo in previoustb2023-08-151-2/+2
* Avoid undefined behavior with memcmp(NULL, x, 0) in ASN1_STRING_cmp()tb2023-08-151-4/+6
* Hide symbols in asn1 and biobeck2023-07-051-1/+18
* 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