From cf9a875b09cbb6aa6e9bcff0fafc7ee1fe7259ed Mon Sep 17 00:00:00 2001 From: tb <> Date: Mon, 5 May 2025 06:33:35 +0000 Subject: merge the x509name test into x509_name_test.c 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) --- src/regress/lib/libcrypto/x509/x509name.expected | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 src/regress/lib/libcrypto/x509/x509name.expected (limited to 'src/regress/lib/libcrypto/x509/x509name.expected') diff --git a/src/regress/lib/libcrypto/x509/x509name.expected b/src/regress/lib/libcrypto/x509/x509name.expected deleted file mode 100644 index 6cee7cc435..0000000000 --- a/src/regress/lib/libcrypto/x509/x509name.expected +++ /dev/null @@ -1,3 +0,0 @@ -0:1: ST=BaWue, O=KIT -0:1:2: ST=BaWue, L=Karlsruhe, O=KIT -0:0:1:2: C=DE + ST=BaWue, L=Karlsruhe, O=KIT -- cgit v1.2.3-55-g6feb