Test ASN1_STRING_copy(3).
authorschwarze <schwarze@openbsd.org>
Sat, 13 Nov 2021 20:50:14 +0000 (20:50 +0000)
committerschwarze <schwarze@openbsd.org>
Sat, 13 Nov 2021 20:50:14 +0000 (20:50 +0000)
commit9b5d42b302d4b98328e10acc422ef046f4cb1d63
tree22a2989e20e2ecfaeefeeab573a7d6339fb52f57
parentfeb138ef8af09e31ca863424c7c9df1aac0d016c
Test ASN1_STRING_copy(3).

As a side effect, this also tests various aspects of ASN1_STRING_new(3),
ASN1_STRING_set(3), ASN1_STRING_length_set(3), ASN1_STRING_get0_data(3),
ASN1_STRING_length(3), and ASN1_STRING_type(3).
regress/lib/libcrypto/asn1/Makefile
regress/lib/libcrypto/asn1/asn1string_copy.c [new file with mode: 0644]