Provide regress for SSL public APIs.
authorjsing <jsing@openbsd.org>
Wed, 5 Jan 2022 09:59:39 +0000 (09:59 +0000)
committerjsing <jsing@openbsd.org>
Wed, 5 Jan 2022 09:59:39 +0000 (09:59 +0000)
commit142fd3e3359fd805134b4048f2143781c3773800
tree18e30307c7bd2f6f8612ea347b9bb5bd9efab6e3
parent4ce7a7487f954a4086b053f44c4f5f10e4e02f16
Provide regress for SSL public APIs.

This will largely test curly and inconsistent APIs that are not covered by
other regress tests. Currently, this tests the wonder that is
SSL_get_peer_cert_chain().
regress/lib/libssl/Makefile
regress/lib/libssl/api/Makefile [new file with mode: 0644]
regress/lib/libssl/api/apitest.c [new file with mode: 0644]