[gnutls-help] ocsp stapling

Jeremy Harris jgh at wizmail.org
Wed Aug 28 18:56:00 CEST 2019


The current docs at

  https://www.gnutls.org/manual/gnutls.html#OCSP-stapling

list  gnutls_ocsp_status_request_is_checked()  as being usable
server-side.  However, the function description at


https://www.gnutls.org/manual/gnutls.html#gnutls_005focsp_005fstatus_005frequest_005fis_005fchecked

reads as if it is aimed at client-side support.  The implementation
calls gnutls_ocsp_status_request_get() for the _SR_IS_AVAIL case,
which is documented as "response received from the TLS server" -
ie. client-side only.



What should be used for observability of stapling request and
presented response status, server side?
-- 
Cheers,
  Jeremy



More information about the Gnutls-help mailing list