CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/03/20 10:16:59
Modified files:
lib/libcrypto/x509v3: v3_utl.c
Log message:
If X509_check_{host,email}() are called with a length of zero, use strlen()
to determine the length. This is the documented behaviour and matches the
OpenSSL implementation.
Issue found by Michael Gmelin <freebsd at grem dot de>.
ok tb@
