x509_acert: Add simple API tests
authorDamian Hobson-Garcia <dhobsong@igel.co.jp>
Fri, 5 Apr 2024 16:33:40 +0000 (12:33 -0400)
committerMatt Caswell <matt@openssl.org>
Wed, 24 Apr 2024 13:05:35 +0000 (14:05 +0100)
commitf90d97caab451a49613742c09d3ec1e4e2dcf6bc
treee429ed4468a24fd6b41ea374a47031ccd562ded3
parent0e8020a45b2f24e85769cd2c66c41f0b7ffa21e4
x509_acert: Add simple API tests

Add a some simple API tests for reading, printing, signing
and verifying attribute certificates.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15857)
test/build.info
test/certs/acert.pem [new file with mode: 0644]
test/certs/acert_ietf.pem [new file with mode: 0644]
test/recipes/60-test_x509_acert.t [new file with mode: 0644]
test/x509_acert_test.c [new file with mode: 0644]