Add regress coverage for X509_ALGOR_*
authortb <tb@openbsd.org>
Wed, 11 Oct 2023 12:49:00 +0000 (12:49 +0000)
committertb <tb@openbsd.org>
Wed, 11 Oct 2023 12:49:00 +0000 (12:49 +0000)
commit414d371c90d03157e1bac395799cea212cc2d512
tree2374927a49e7a7474d29316a99058e7616577e2b
parent1066eb27f89d80c3f343cd7c4ab96671aebfbe2f
Add regress coverage for X509_ALGOR_*

This covers the setters and getters. Serialization and deserialization as
well as comparison is already well covered by the pieces of regress using
certs.

There is currently one printf indicating failure. This will be fixed
shortly.
regress/lib/libcrypto/asn1/Makefile
regress/lib/libcrypto/asn1/x509_algor.c [new file with mode: 0644]