=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/61.html,v retrieving revision 1.62 retrieving revision 1.63 diff -c -r1.62 -r1.63 *** www/61.html 2017/04/02 01:00:51 1.62 --- www/61.html 2017/04/02 16:38:32 1.63 *************** *** 453,458 **** --- 453,472 ---- that ATAPI or UFI devices have only 1 LUN.
  • scsi(4) now correctly detects end of tape on LTO5 devices. +
  • httpd(8) supports + SNI + via libtls + 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 +
  • httpd(8) supports + OCSP stapling + via libtls + to permit OCSP responses to be stapled to the tls handshake +
  • nc(1) now also + supports OCSP stapling server side, and will show the stapling information + client side.
  • ...