CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2021/11/13 13:50:14
Modified files: regress/lib/libcrypto/asn1: Makefile Added files: regress/lib/libcrypto/asn1: asn1string_copy.c Log message: 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).