CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/02/11 10:41:55
Modified files:
lib/libcrypto/x509: x509_alt.c
Log message:
Fix length check of IP addresses for name constraints
An IP address in a name constraint is actually an IP address concatenated
with a netmask, so it is twice as long as usual.
This fixes a third bug introduced in r1.3 and reported by Volker Schlecht
ok jsing
