summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/a_string.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Indent goto labels for diffability.jsing2021-12-251-4/+4
| | | | Whitespace change only.
* Move more ASN1_STRING_* functions to a_string.c.jsing2021-12-251-1/+60
| | | | No functional change.
* Reorder some functions.jsing2021-12-241-46/+46
| | | | No functional change.
* Consolidate various ASN.1 code.jsing2021-12-151-0/+333
Rather than having multiple files per type (with minimal code per file), use one file per type (a_<type>.c). No functional change. Discussed with tb@