summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "tests: client-fastopen: removed wait on terminate()"tmp-build-checkNikos Mavrogiannopoulos2017-11-241-0/+1
* added debugNikos Mavrogiannopoulos2017-11-241-0/+2
* tests: client-fastopen: introduce child signal handlerNikos Mavrogiannopoulos2017-11-241-0/+6
* removed all builds except freebsdNikos Mavrogiannopoulos2017-11-241-420/+0
* tests: client-fastopen: removed wait on terminate()Nikos Mavrogiannopoulos2017-11-241-1/+0
* x509/cert: reorganized and split credentials and session certificate functionsNikos Mavrogiannopoulos2017-11-234-670/+672
* updated auto-generated filesNikos Mavrogiannopoulos2017-11-227-197/+269
* tests: updated ocsp response checks for new behavior on expired staplesNikos Mavrogiannopoulos2017-11-221-1/+18
* tests: call gnutls_certificate_get_ocsp_expirationNikos Mavrogiannopoulos2017-11-222-3/+230
* ocsp: introduced gnutls_certificate_get_ocsp_expiration()Nikos Mavrogiannopoulos2017-11-224-7/+94
* ocsp: set functions return the number of responses loadedNikos Mavrogiannopoulos2017-11-222-7/+18
* tests: added multi OCSP PEM response loadingNikos Mavrogiannopoulos2017-11-223-1/+248
* tests: added ocsptool sanity check programNikos Mavrogiannopoulos2017-11-224-1/+165
* tests: generate OCSP files in advanceNikos Mavrogiannopoulos2017-11-222-11/+12
* ocsptool: import and export OCSP responses in PEM formatNikos Mavrogiannopoulos2017-11-222-3/+39
* ocsp: do not use revoked or expired OCSP responsesNikos Mavrogiannopoulos2017-11-226-12/+115
* ocsp: enhanced the OCSP response loading APIsNikos Mavrogiannopoulos2017-11-225-52/+224
* ocsp: introduced gnutls_ocsp_resp_import2 and gnutls_ocsp_resp_export2Nikos Mavrogiannopoulos2017-11-223-11/+99
* doc: updated text on OCSP stapled responsesNikos Mavrogiannopoulos2017-11-221-9/+18
* tests: added test to verify setting multiple OCSP responses by fileNikos Mavrogiannopoulos2017-11-204-3/+730
* tests: modified to account for checking in OCSP responsesNikos Mavrogiannopoulos2017-11-205-7/+16
* gnutls-serv: allow loading multiple OCSP responsesNikos Mavrogiannopoulos2017-11-202-10/+25
* doc: document the new behavior of gnutls_certificate_set_ocsp_status_request_...Nikos Mavrogiannopoulos2017-11-201-0/+5
* cert: introduced flag GNUTLS_CERTIFICATE_SKIP_OCSP_RESPONSE_CHECKNikos Mavrogiannopoulos2017-11-202-1/+20
* gnutls.h.in: corrected error code valueNikos Mavrogiannopoulos2017-11-201-2/+1
* gnutls_certificate_set_ocsp_status_request_file: match input response to cert...Nikos Mavrogiannopoulos2017-11-205-10/+107
* tests: check operation of gnutls_certificate_set_ocsp_status_request_function3Nikos Mavrogiannopoulos2017-11-202-1/+240
* ocsp: moved non-extension related functions to ocsp-api.cNikos Mavrogiannopoulos2017-11-203-351/+388
* doc updateNikos Mavrogiannopoulos2017-11-201-0/+4
* tests: verify that OCSP status responses can be sent by client under TLS1.3Nikos Mavrogiannopoulos2017-11-204-1/+259
* tests: enhanced OCSP extension tests to run under TLS1.2 and TLS1.3Nikos Mavrogiannopoulos2017-11-203-8/+17
* tests: verify whether multiple OCSP responses are received in client sideNikos Mavrogiannopoulos2017-11-202-0/+237
* gnutls_ocsp_status_request_get2: allow operation under TLS1.3 for server sideNikos Mavrogiannopoulos2017-11-201-2/+3
* certificate request: corrected parsing of signature algorithmsNikos Mavrogiannopoulos2017-11-201-0/+10
* select_sign_algorithm: check KX type only on pre-TLS1.3Nikos Mavrogiannopoulos2017-11-201-1/+1
* cert auth: use a single callback to call for OCSPNikos Mavrogiannopoulos2017-11-203-27/+39
* _gnutls_selected_certs_set -> selected_certs_setNikos Mavrogiannopoulos2017-11-201-30/+30
* ocsp: call the new response callback under TLS1.3Nikos Mavrogiannopoulos2017-11-203-13/+118
* ocsp: introduced a new OCSP response callbackNikos Mavrogiannopoulos2017-11-206-27/+155
* _gnutls_x509_cert_verify_peers: verify all received OCSP responsesNikos Mavrogiannopoulos2017-11-201-22/+29
* gnutls_ocsp_status_request_get2: added functionNikos Mavrogiannopoulos2017-11-203-3/+39
* tls13/certificate: parse OCSP status response and save responses in auth info...Nikos Mavrogiannopoulos2017-11-203-42/+81
* ext/status_response: store peer's OCSP list to auth structureNikos Mavrogiannopoulos2017-11-205-99/+136
* _gnutls_copy_certificate_auth_info: simplified and avoid multiple allocationsNikos Mavrogiannopoulos2017-11-203-33/+17
* session state: use the right type for send_cert_req variabletmp-draft-ietf-tls-tls13-21-nmav-backports5Nikos Mavrogiannopoulos2017-11-191-1/+1
* session state: combined srp and dh prime bits variablesNikos Mavrogiannopoulos2017-11-193-9/+9
* session state: mark mod_auth_st_int as constantNikos Mavrogiannopoulos2017-11-191-1/+1
* dtls: cookie is stored dynamically when needed rather than in pre-allocated sizeNikos Mavrogiannopoulos2017-11-193-6/+11
* removed legacy/unused rsa-related structures/functionsNikos Mavrogiannopoulos2017-11-192-15/+0
* lib: simplify adding groups according to priorititesDmitry Eremin-Solenikov2017-11-191-21/+12