summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/x509/x509_asn1.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* x509_asn1: avoid lookup table that makes some compilers whinetb2023-12-131-59/+37
* Fix copy+paste error in x509 asn regressjob2023-06-051-3/+3
* Make X509_NAME_get_text_by[NID|OBJ] safer.beck2023-05-291-2/+77
* Revert utf-8 fix for X509_NAME_get_index_by_NID to avoid libtlsbeck2023-05-031-77/+2
* Change X509_NAME_get_index_by[NID|OBJ] to be safer.beck2023-05-021-2/+77
* Make warnings more precisejob2023-05-011-4/+4
* x509_asn1: make this test pass again after reinstating DER preservationtb2023-04-301-5/+5
* Free all libcrypto global state memory before returningjob2023-04-281-1/+3
* Return a non-zero error exit code on any DER cache discrepanciesjob2023-04-281-3/+3
* Fix leaks reported by ASANtb2023-04-281-5/+1
* Rearrange freeing of memory in the regress testjob2023-04-281-13/+9
* Add X509_REQ_add_extensions and to X509_REQ_add1_attr to DER cache testjob2023-04-281-1/+139
* Add test for invalidation of DER cache for X509_CRL_* setter functionsjob2023-04-261-15/+171
* Clean up X509 memory before exitjob2023-04-261-1/+4
* Add lookup name+function pointer table for improved diagnosticsjob2023-04-261-4/+29
* Parameter names are not neededjob2023-04-261-4/+4
* Remove unneeded parenthesesjob2023-04-261-4/+4
* No need to pass around const pointer cpder2job2023-04-261-18/+16
* Shrink signature as cpder is only needed as local variablejob2023-04-261-14/+15
* Replace macros with functionsjob2023-04-261-99/+115
* Rename dercache regress test to x509_asn1job2023-04-261-0/+195