summaryrefslogtreecommitdiff
path: root/lib/ext/status_request.c
Commit message (Expand)AuthorAgeFilesLines
* doc: corrected typo [ci skip]Nikos Mavrogiannopoulos2016-03-071-1/+1
* gnutls_ocsp_status_request_is_checked: document the version the flag was intr...Nikos Mavrogiannopoulos2016-03-071-1/+1
* Fix memory leak in gnutls_certificate_set_ocsp_status_request_file()Attila Molnar2016-02-101-0/+1
* split OCSP functionality from ui.cNikos Mavrogiannopoulos2015-12-311-0/+37
* marked all extensions structures as constantNikos Mavrogiannopoulos2015-11-211-1/+1
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-5/+5
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-3/+3
* added gnutls_ext_set_data() and gnutls_ext_get_data()Nikos Mavrogiannopoulos2015-03-201-12/+12
* certificate status requestion response is optional according to RFC6066Nikos Mavrogiannopoulos2014-11-131-1/+1
* removed legacy code.Nikos Mavrogiannopoulos2014-05-101-1/+1
* Addressed memory leak in status request extension handling during rehandshake.Nikos Mavrogiannopoulos2014-05-091-7/+20
* fixed gdoc documentationNikos Mavrogiannopoulos2014-03-271-1/+1
* increased code disabled from disable-ocsp and disable-openpgp optionsNikos Mavrogiannopoulos2014-03-051-0/+4
* Fix CERTIFICATE STATUS processing when using non-blocking I/ONils Maier2014-01-071-2/+2
* simplified gnutls_handshake_allocNikos Mavrogiannopoulos2013-12-251-1/+1
* reindented codeNikos Mavrogiannopoulos2013-11-081-382/+385
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-031-1/+1
* Added correct sinceNikos Mavrogiannopoulos2013-01-051-0/+8
* session->key no longer needs to be an allocated structure.Nikos Mavrogiannopoulos2012-10-101-1/+1
* The OCSP response file is now set on the credentials and other additions.Nikos Mavrogiannopoulos2012-09-301-68/+57
* Verify callback is run in either side.Nikos Mavrogiannopoulos2012-09-301-4/+2
* Pack and unpack the status request extension data on resumption.Nikos Mavrogiannopoulos2012-09-301-5/+33
* The certificate verification callback is being run after the certificate stat...Nikos Mavrogiannopoulos2012-09-281-3/+2
* updated OCSP status request.Nikos Mavrogiannopoulos2012-09-281-71/+263
* Implement status_request OCSP extension.Simon Josefsson2012-09-281-0/+413