=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/61.html,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- www/61.html 2017/04/02 16:38:32 1.63 +++ www/61.html 2017/04/02 16:53:22 1.64 @@ -459,7 +459,7 @@ to allow for multiple https sites on a single IP address.
  • ocspheck(8) has been added, and can be used to check the OCSP status of - certificates and save OCSP responses for use in OCSP stapling + certificates. The corresponding responses can be saved for later use in OCSP stapling.
  • httpd(8) supports OCSP stapling via libtls @@ -572,12 +572,12 @@
  • Code cleanups, CBB conversions, further unification of DTLS/SSL handshake code, further ASN1 macro expansion and removal. -
  • Private symbol are now hidden in libssl and libcryto. +
  • Private symbols are now hidden in libssl and libcrypto.
  • Friendly certificate verification error messages in libtls, peer verification is now always enabled. -
  • Added OCSP stapling support to libtls and netcat. +
  • Added OCSP stapling support to libtls and nc.
  • Added ocspcheck utility to validate a certificate against its OCSP responder and save the reply for stapling