Add support for OCSP MUST staple
It is important for certificate issuers to restrict certificates only to servers which send OCSP stapled responses into a TLS handshake. That is, servers which minimize the burden of clients having to connect to an OCSP server in order to check the certificate validity. This can be done with the OCSP MUST-staple extension as in RFC7633.
This has to be combined with some mechanism for administrators to be notified early if they have such certificates but they have set no OCSP staple on their credentials (possibly by returning an error to such sessions).
There is already an initial implementation at: http://comments.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/8401