summaryrefslogtreecommitdiff
path: root/lib/ext/status_request.c
Commit message (Expand)AuthorAgeFilesLines
* lib/*: remove unnecessary cast to ssize_ttmp-decr-lenDaiki Ueno2019-09-121-2/+1
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* handshake: do not send TLS extensions under DTLS and vice versatmp-prohibit-tls-dtls-mixNikos Mavrogiannopoulos2018-05-171-1/+2
* cert auth: use a single callback to call for OCSPNikos Mavrogiannopoulos2018-02-191-3/+0
* ocsp: enhanced the OCSP response loading APIsNikos Mavrogiannopoulos2018-02-191-1/+18
* ocsp: moved non-extension related functions to ocsp-api.cNikos Mavrogiannopoulos2018-02-191-249/+0
* gnutls_ocsp_status_request_get2: allow operation under TLS1.3 for server sideNikos Mavrogiannopoulos2018-02-191-2/+3
* gnutls_ocsp_status_request_get2: added functionNikos Mavrogiannopoulos2018-02-191-3/+33
* tls13/certificate: parse OCSP status response and save responses in auth info...Nikos Mavrogiannopoulos2018-02-191-2/+3
* ext/status_request: allow more than a single OCSP response to be receivedNikos Mavrogiannopoulos2018-02-191-90/+75
* extensions: renamed _gnutls_hello_ext_*sdata to _gnutls_hello_ext_*privNikos Mavrogiannopoulos2018-02-191-7/+7
* extensions: separate the hello extensions from othersNikos Mavrogiannopoulos2018-02-191-1/+1
* extensions: files renamed to hello_extNikos Mavrogiannopoulos2018-02-191-1/+1
* extensions: renamed hello extension handling functions appropriatelyNikos Mavrogiannopoulos2018-02-191-7/+7
* extensions: use the low-level extension parsing code for hello parsingNikos Mavrogiannopoulos2018-02-191-1/+1
* extensions: use an internal extension ID independent of the TLS idNikos Mavrogiannopoulos2018-02-191-1/+2
* extensions: mark the message validity of each supported extensionNikos Mavrogiannopoulos2018-02-191-0/+1
* extensions: type renamed to id for clarityNikos Mavrogiannopoulos2018-02-191-1/+1
* doc update [ci skip]Nikos Mavrogiannopoulos2017-10-161-6/+14
* _gnutls_recv_server_certificate_status: use the same type in subtracted valuesNikos Mavrogiannopoulos2017-08-161-2/+2
* TLS extensions: mark each extension which cannot be overridenNikos Mavrogiannopoulos2017-06-141-1/+2
* removed type extension_priv_data_tNikos Mavrogiannopoulos2017-06-141-9/+9
* gnutls_ocsp_status_request_enable_client: removed support for problematic par...Nikos Mavrogiannopoulos2017-05-241-65/+12
* gnutls_ocsp_status_request_enable_client: documented requirements for parametersNikos Mavrogiannopoulos2017-05-241-3/+9
* ext/status_request: Removed the parsing of responder IDs from client extensionNikos Mavrogiannopoulos2017-05-241-52/+16
* ext/status_request: ensure response IDs are properly deinitializedNikos Mavrogiannopoulos2017-05-241-6/+11
* status_request: eliminated leak on error pathNikos Mavrogiannopoulos2017-01-031-5/+10
* Reverted the behavior of sending a status request extension even without a re...Nikos Mavrogiannopoulos2016-10-271-42/+67
* modified the gnutls_certificate_set_key* changeNikos Mavrogiannopoulos2016-10-241-1/+2
* Only send the status request extension on cert authenticationNikos Mavrogiannopoulos2016-09-231-0/+5
* gnutls_certificate_set_ocsp_status_request_file: mention version it was enhancedNikos Mavrogiannopoulos2016-09-131-0/+3
* Added gnutls_certificate_set_ocsp_status_request_function2Nikos Mavrogiannopoulos2016-09-121-59/+108
* doc: clarifications in gnutls_certificate_set_ocsp_status_request_function()Nikos Mavrogiannopoulos2016-09-121-4/+3
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-111-6/+6
* ext: status_request: added more descriptive nameNikos Mavrogiannopoulos2016-06-011-1/+1
* TLS extensions: use more human-friendly namesNikos Mavrogiannopoulos2016-05-301-1/+1
* doc: updated text for gnutls_ocsp_status_request_is_checked()Nikos Mavrogiannopoulos2016-03-141-8/+14
* 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