CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2021/12/28 13:58:05
Modified files: lib/libcrypto/x509: x509_addr.c Log message: Validate AFIs before sorting in X509v3_adr_canonize() Again, we're dealing with necessarily not fully validated data here, so a check up front seems prudent. ok jsing