CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2017/08/29 13:20:13
Modified files: lib/libssl : ssl_tlsext.c Log message: When OCSP status type is unknown, ignore the extension. This needs to skip past the CBS data or it will be treated as a decode error even though it returns 1. ok jsing@