summaryrefslogtreecommitdiff
path: root/lib/cert-session.c
Commit message (Expand)AuthorAgeFilesLines
* Adds a new API gnutls_session_set_verify_output_function() that allows TLS ap...Sahana Prasad2020-11-101-8/+19
* Merge branch 'tmp-ocsp-resp-status' into 'master'Daiki Ueno2020-08-201-0/+21
|\
| * cert-session: check OCSP error responsestmp-ocsp-resp-statusDaiki Ueno2020-08-141-0/+21
* | cert-session: fail hard if mandatory stapling is not honoredDaiki Ueno2020-08-121-0/+1
|/
* Merge branch 'tmp-ocsp-revocation' into 'master'Daiki Ueno2020-01-101-0/+8
|\
| * ocsp: set GNUTLS_CERT_INVALID if OCSP response indicates revocationDaiki Ueno2020-01-101-0/+8
* | Provide flag to identify sessions that an OCSP response was requestedNikos Mavrogiannopoulos2019-12-151-2/+1
|/
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* Implemented support for raw public-key functionality (RFC7250).Tom Vrancken2018-12-151-3/+15
* Renamed CHECK_AUTH macro to CHECK_AUTH_TYPE to be more clear what it checks.Tom Vrancken2018-10-181-6/+6
* Implemented RFC7250 certificate type negotiation extensions.Tom Vrancken2018-08-201-22/+20
* doc: few improvements over certificate validation textNikos Mavrogiannopoulos2018-08-071-5/+21
* tests: check various parameters on resumptionNikos Mavrogiannopoulos2018-05-261-2/+7
* check_ocsp_response: print OCSP response actual error on debug logNikos Mavrogiannopoulos2018-02-191-0/+5
* x509/cert: reorganizedNikos Mavrogiannopoulos2018-02-191-2/+627
* handshake: use hsk_flags in TLS1.2 and TLS1.3Nikos Mavrogiannopoulos2018-02-191-2/+3
* dh params: document DH param setting functions as deprecatedNikos Mavrogiannopoulos2017-08-221-0/+5
* Removed support for openpgp certificates and keysNikos Mavrogiannopoulos2017-06-161-32/+0
* handshake: reset cert request state on handshake initNikos Mavrogiannopoulos2017-03-211-2/+3
* gnutls_certificate_get_peers may return an unsorted listNikos Mavrogiannopoulos2016-07-281-3/+6
* split certificate credentials functions from ui.cNikos Mavrogiannopoulos2015-12-311-0/+240