CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2021/09/02 06:41:44
Modified files: lib/libcrypto/asn1: x_x509.c lib/libcrypto/x509: ext_dat.h x509.h x509_purp.c x509v3.h Added files: lib/libcrypto/x509: x509_addr.c x509_asid.c Log message: Lay groundwork to support X.509 v3 extensions for IP Addresses and AS Identifiers These extensions are defined in RFC 3779 and used in the RPKI (RFC 6482, RFC 8360). Imported from OpenSSL 1.1.1j (aaf2fcb575cdf6491b98ab4829abf78a3dec8402b8b81efc8f23c00d443981bf) This changeset is a no-op, as there are 10+ issues and at least 2 security issues. Work will continue in-tree. OK tb@, discussed with beck@