summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tlsfuzzer: updated to latest mastertmp-draft-ietf-tls-tls13-21-nmav-updated-ocspNikos Mavrogiannopoulos2017-12-043-1/+1
* updated auto-generated filesNikos Mavrogiannopoulos2017-12-047-197/+273
* tests: added unit test for gnutls_ocsp_resp_list_import2Nikos Mavrogiannopoulos2017-12-042-1/+262
* gnutls_ocsp_resp_list_import2: introducedNikos Mavrogiannopoulos2017-12-046-12/+153
* doc updateNikos Mavrogiannopoulos2017-12-041-5/+7
* x509/cert: reorganized and split credentials and session certificate functionsNikos Mavrogiannopoulos2017-12-044-670/+672
* tests: updated ocsp response checks for new behavior on expired staplesNikos Mavrogiannopoulos2017-12-041-1/+18
* tests: call gnutls_certificate_get_ocsp_expirationNikos Mavrogiannopoulos2017-12-042-3/+230
* ocsp: introduced gnutls_certificate_get_ocsp_expiration()Nikos Mavrogiannopoulos2017-12-044-7/+94
* tests: added multi OCSP PEM response loadingNikos Mavrogiannopoulos2017-12-043-1/+263
* tests: added ocsptool sanity check programNikos Mavrogiannopoulos2017-12-044-1/+165
* tests: generate OCSP files in advanceNikos Mavrogiannopoulos2017-12-042-11/+12
* ocsptool: import and export OCSP responses in PEM formatNikos Mavrogiannopoulos2017-12-042-3/+39
* ocsp: enhanced the OCSP response loading APIsNikos Mavrogiannopoulos2017-12-049-58/+357
* ocsp: introduced gnutls_ocsp_resp_import2 and gnutls_ocsp_resp_export2Nikos Mavrogiannopoulos2017-12-043-11/+99
* doc: updated text on OCSP stapled responsesNikos Mavrogiannopoulos2017-12-041-9/+18
* tests: added test to verify setting multiple OCSP responses by fileNikos Mavrogiannopoulos2017-12-044-3/+730
* tests: modified to account for checking in OCSP responsesNikos Mavrogiannopoulos2017-12-045-7/+16
* gnutls-serv: allow loading multiple OCSP responsesNikos Mavrogiannopoulos2017-12-042-10/+25
* doc: document the new behavior of gnutls_certificate_set_ocsp_status_request_...Nikos Mavrogiannopoulos2017-12-041-0/+5
* cert: introduced flag GNUTLS_CERTIFICATE_SKIP_OCSP_RESPONSE_CHECKNikos Mavrogiannopoulos2017-12-042-1/+20
* gnutls.h.in: corrected error code valueNikos Mavrogiannopoulos2017-12-041-2/+1
* gnutls_certificate_set_ocsp_status_request_file: match input response to cert...Nikos Mavrogiannopoulos2017-12-045-10/+107
* tests: check operation of gnutls_certificate_set_ocsp_status_request_function3Nikos Mavrogiannopoulos2017-12-042-1/+240
* ocsp: moved non-extension related functions to ocsp-api.cNikos Mavrogiannopoulos2017-12-043-351/+388
* doc updateNikos Mavrogiannopoulos2017-12-041-0/+4
* tests: verify that OCSP status responses can be sent by client under TLS1.3Nikos Mavrogiannopoulos2017-12-044-1/+259
* tests: enhanced OCSP extension tests to run under TLS1.2 and TLS1.3Nikos Mavrogiannopoulos2017-12-043-8/+17
* tests: verify whether multiple OCSP responses are received in client sideNikos Mavrogiannopoulos2017-12-042-0/+237
* gnutls_ocsp_status_request_get2: allow operation under TLS1.3 for server sideNikos Mavrogiannopoulos2017-12-041-2/+3
* certificate request: corrected parsing of signature algorithmsNikos Mavrogiannopoulos2017-12-041-0/+10
* select_sign_algorithm: check KX type only on pre-TLS1.3Nikos Mavrogiannopoulos2017-12-041-1/+1
* cert auth: use a single callback to call for OCSPNikos Mavrogiannopoulos2017-12-043-32/+39
* _gnutls_selected_certs_set -> selected_certs_setNikos Mavrogiannopoulos2017-12-041-30/+30
* ocsp: call the new response callback under TLS1.3Nikos Mavrogiannopoulos2017-12-043-13/+118
* ocsp: introduced a new OCSP response callbackNikos Mavrogiannopoulos2017-12-046-27/+155
* _gnutls_x509_cert_verify_peers: verify all received OCSP responsesNikos Mavrogiannopoulos2017-12-041-22/+29
* gnutls_ocsp_status_request_get2: added functionNikos Mavrogiannopoulos2017-12-043-3/+39
* tls13/certificate: parse OCSP status response and save responses in auth info...Nikos Mavrogiannopoulos2017-12-043-42/+81
* ext/status_response: store peer's OCSP list to auth structureNikos Mavrogiannopoulos2017-12-045-99/+136
* _gnutls_copy_certificate_auth_info: simplified and avoid multiple allocationsNikos Mavrogiannopoulos2017-12-043-33/+17
* gnutls_record_set_state: use const for seq_numbertmp-nmav-draft-ietf-tls-tls13-21-key-limitsNikos Mavrogiannopoulos2017-12-042-2/+2
* tests: added test suite on key limitsNikos Mavrogiannopoulos2017-12-042-0/+342
* gnutls_record_get_state: doc updateNikos Mavrogiannopoulos2017-12-041-2/+3
* Introduce key usage limits under TLS1.3Nikos Mavrogiannopoulos2017-12-044-1/+18
* updated auto-generated filestmp-draft-ietf-tls-tls13-21-nmav-backports7Nikos Mavrogiannopoulos2017-12-033-0/+4
* tests: removed unused variables and introduced temporal vars in macrosNikos Mavrogiannopoulos2017-12-038-42/+34
* tests: check gnutls_rehandshake() and gnutls_handshake() under TLS1.3Nikos Mavrogiannopoulos2017-12-033-4/+209
* gnutls_*handshake: wrap gnutls_session_key_update under TLS 1.3Nikos Mavrogiannopoulos2017-12-031-41/+68
* tests: added unit tests with TLS1.3 key updateNikos Mavrogiannopoulos2017-12-033-0/+250