=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/68.html,v retrieving revision 1.83 retrieving revision 1.84 diff -u -r1.83 -r1.84 --- www/68.html 2020/11/19 20:15:16 1.83 +++ www/68.html 2020/11/25 17:07:35 1.84 @@ -565,7 +565,7 @@
  • Correctly handle ssl_cert_dup() failure in SSL_set_SSL_CTX(3).
  • Fail on receiving an invalid NID in X509_ATTRIBUTE_create(3) instead of constructing a broken objects that may cause NULL pointer accesses.
  • Fix SSL_shutdown(3) behavior in TLSv1.3 to match the legacy stack. The previous behavior could cause a hang. -
  • Modify "openssl x509" to display invalid certificate times as invalid, and correctly deal with the failing return case from X509_cmp_time(3) so that a certificate with an invalid NotAfter does not appear valid. +
  • Modify "openssl x509" to display invalid certificate times as invalid, and correctly deal with the failing return case from X509_cmp_time(3) so that a certificate with an invalid NotAfter does not appear valid.