summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/x509/x509_name_test.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* merge the x509name test into x509_name_test.ctb2025-05-051-1/+122
| | | | | | | | | | | | | Remove the old x509name test and its Makefile rule. Its logic has been fully integrated into x509_name_test.c using a new table-driven approach. Each x509 name entry is added and validated step by step, checking both the string representation produced by X509_NAME_print_ex() and the internal RDN set structure. This makes the test easier to extend and maintain, and eliminates the need for an external .expected file or output diff. From Kenjiro Nakayama (with tiny tweaks)
* Adjust x509_name_regress to the X509_NAME_print() fix in a_strex.c r1.38tb2025-03-191-15/+2
|
* Add regress coverage for X509_NAME_oneline and X509_NAME_printtb2025-03-151-0/+312