summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* when verifying account for all responses available via RFC6961 status request...ocsp2Nikos Mavrogiannopoulos2015-02-054-31/+70
* gnutls_ocsp_status_request_get_multi: properly detect an empty stats v2 requestNikos Mavrogiannopoulos2015-02-041-3/+4
* do not allow an index > 0 for plain status requests in gnutls_ocsp_status_req...Nikos Mavrogiannopoulos2015-02-041-0/+3
* exported gnutls_ocsp_status_request_get_multiNikos Mavrogiannopoulos2015-02-041-0/+1
* gnutls_ocsp_status_request_is_checked: use gnutls_ocsp_status_request_get_multiNikos Mavrogiannopoulos2015-02-041-1/+1
* corrected the sending of status request v2Nikos Mavrogiannopoulos2015-02-041-3/+15
* Added support to read and send the RFC6961 status request.Nikos Mavrogiannopoulos2015-02-048-80/+481
* handle differently OCSP responses that are revoked and of unknown statusNikos Mavrogiannopoulos2015-02-041-1/+6
* compilation fix with return on void function; reported by David MarxNikos Mavrogiannopoulos2015-02-011-1/+1
* doc updateNikos Mavrogiannopoulos2015-01-291-0/+3
* set the appropriate direction when _gnutls_io_write_flush() is calledNikos Mavrogiannopoulos2015-01-291-0/+1
* tests: added check for operation under different threads and DTLSNikos Mavrogiannopoulos2015-01-282-1/+396
* tests: added check for operation under different processes and DTLSNikos Mavrogiannopoulos2015-01-282-1/+386
* Revert "doc update"Nikos Mavrogiannopoulos2015-01-281-1/+0
* Revert "Added gnutls_record_is_async()"Nikos Mavrogiannopoulos2015-01-283-31/+0
* documented using a session with fork or multiple threadsNikos Mavrogiannopoulos2015-01-281-2/+21
* doc updateNikos Mavrogiannopoulos2015-01-271-0/+1
* Added gnutls_record_is_async()Nikos Mavrogiannopoulos2015-01-273-0/+31
* print errno in a more uniform wayNikos Mavrogiannopoulos2015-01-251-4/+4
* doc updateNikos Mavrogiannopoulos2015-01-252-2/+4
* exported gnutls_system_recv_timeout()Nikos Mavrogiannopoulos2015-01-258-10/+24
* simplified _gnutls_writev() by requiring the total lengthNikos Mavrogiannopoulos2015-01-251-11/+9
* opencdk: small fixed to reduce warningsNikos Mavrogiannopoulos2015-01-202-2/+1
* doc updateNikos Mavrogiannopoulos2015-01-191-1/+1
* don't be so verbose about the OCSP nonce; it is universally unsupportedNikos Mavrogiannopoulos2015-01-193-4/+6
* OCSP check the whole cert chainTim Ruehsen2015-01-192-57/+67
* on certificate import check whether the two signature algorithms matchNikos Mavrogiannopoulos2015-01-191-1/+18
* cross.mk: use 3.3.12Nikos Mavrogiannopoulos2015-01-171-1/+1
* doc updateNikos Mavrogiannopoulos2015-01-171-3/+3
* Added configure option --disable-toolsLuke Dashjr2015-01-163-28/+53
* corrected typosNikos Mavrogiannopoulos2015-01-161-2/+2
* Added the notion of obsolete versionsNikos Mavrogiannopoulos2015-01-162-10/+18
* ocsptool: follow the documented process for gnutls_x509_crt_get_authority_inf...Nikos Mavrogiannopoulos2015-01-161-2/+2
* gnutls_x509_crt_get_authority_info_access: doc updateNikos Mavrogiannopoulos2015-01-161-2/+5
* ocsptool-common: iterate through all AIA items prior to decidig the OCSP serverNikos Mavrogiannopoulos2015-01-151-8/+17
* use a FIPS key that agree's with fedora's fipshmacNikos Mavrogiannopoulos2015-01-151-1/+1
* DCO: Added Luke DashjrNikos Mavrogiannopoulos2015-01-141-0/+4
* simplified text for inline-commands-prefixNikos Mavrogiannopoulos2015-01-131-3/+2
* gnutls-cli: added --starttls-proto optionNikos Mavrogiannopoulos2015-01-123-1/+26
* pkcs11: cleanup the name of typesNikos Mavrogiannopoulos2015-01-121-30/+30
* tests: updates in softhsm detectionNikos Mavrogiannopoulos2015-01-121-2/+5
* pkcs11: when importing a public key, import it's data as well (version 2 fix)Nikos Mavrogiannopoulos2015-01-121-10/+5
* doc updateNikos Mavrogiannopoulos2015-01-121-0/+3
* testpkcs11: do not ignore the failure to write a trusted CANikos Mavrogiannopoulos2015-01-121-1/+1
* removed gnutls_pubkey_get_pk_* from the exported function listNikos Mavrogiannopoulos2015-01-121-4/+0
* tests: key-import-export: enhanced to test gnutls_pubkey_*_ecc_x962Nikos Mavrogiannopoulos2015-01-121-0/+38
* gnutls_pubkey_t: allow the import of another parameter set without a leakNikos Mavrogiannopoulos2015-01-121-0/+17
* removed ABI-compatibility functionsNikos Mavrogiannopoulos2015-01-121-55/+0
* doc updateNikos Mavrogiannopoulos2015-01-121-1/+1
* testpkcs11: modified to support both softhsmv1 and v2Nikos Mavrogiannopoulos2015-01-111-9/+23