CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2021/12/03 09:46:50
Modified files: lib/libcrypto/asn1: x_pubkey.c lib/libcrypto/x509: x_all.c Log message: Convert {i2d,d2i}_{,EC_,DSA_,RSA_}PUBKEY{,_bio,_fp}() to templated ASN1 These functions previously used the old ASN1_{d2i,i2d}_{bio,fp}() interfaces. ok inoguchi@ tb@