summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bumped versiongnutls_3_3_9Nikos Mavrogiannopoulos2014-10-133-3/+3
* doc updateNikos Mavrogiannopoulos2014-10-131-0/+4
* updated to libopts 5.18.4Nikos Mavrogiannopoulos2014-10-1121-55/+536
* place all rusage variables into HAVE_GETRUSAGE blockNikos Mavrogiannopoulos2014-10-111-1/+1
* doc updateNikos Mavrogiannopoulos2014-10-111-0/+3
* rnd: if RUSAGE_THREAD fails try RUSAGE_SELFNikos Mavrogiannopoulos2014-10-111-4/+19
* tests: pkcs11-combo: use unique db fileNikos Mavrogiannopoulos2014-10-101-3/+4
* doc updateNikos Mavrogiannopoulos2014-10-101-0/+3
* use wait and retransmit when receiving session ticketsNikos Mavrogiannopoulos2014-10-101-0/+12
* tests: added -r option to dtls-stressNikos Mavrogiannopoulos2014-10-102-0/+24
* forbid heartbeat messages during a handshakeNikos Mavrogiannopoulos2014-10-091-0/+3
* added internal variable to track handshake statusNikos Mavrogiannopoulos2014-10-093-0/+5
* more files to ignoreNikos Mavrogiannopoulos2014-10-091-0/+5
* tests: updated time in pkcs11-is-knownNikos Mavrogiannopoulos2014-10-091-1/+1
* pkcs11: handle errors from override_cert_exts as fatalNikos Mavrogiannopoulos2014-10-091-1/+1
* tests: allow running specific chainverify tests on fixed datesNikos Mavrogiannopoulos2014-10-093-11/+24
* _gnutls_check_valid_key_id: corrected activation/expiration checkNikos Mavrogiannopoulos2014-10-091-1/+1
* pkcs11: simplified and optimized loopNikos Mavrogiannopoulos2014-10-093-44/+66
* mention nettle as the recommended crypto backendNikos Mavrogiannopoulos2014-10-091-1/+2
* tests: Added check to ensure that trust list combination with extra certifica...Nikos Mavrogiannopoulos2014-10-092-2/+504
* doc updateNikos Mavrogiannopoulos2014-10-091-0/+3
* when both a trust module and additional CAs are present account the latter as...Nikos Mavrogiannopoulos2014-10-091-42/+50
* simplify the handling of trust_list_get_issuer() when GNUTLS_TL_GET_COPY is n...Nikos Mavrogiannopoulos2014-10-092-21/+58
* corrected assignmentNikos Mavrogiannopoulos2014-10-081-1/+1
* corrected the name of exported functionNikos Mavrogiannopoulos2014-10-081-1/+1
* doc updateNikos Mavrogiannopoulos2014-10-071-0/+3
* tests: corrected test for v1 cert signing (removed bogus authorityIdentifier)Nikos Mavrogiannopoulos2014-10-071-31/+31
* certtool: only set the authority key identifier, if there is a corresponding ...Nikos Mavrogiannopoulos2014-10-071-13/+0
* pkcs11: do not shortcut checks when GNUTLS_PKCS11_OBJ_FLAG_COMPARE_KEY is spe...Nikos Mavrogiannopoulos2014-10-071-1/+2
* pkcs11: always check for a valid subjectKeyIdentifier matchNikos Mavrogiannopoulos2014-10-073-6/+15
* Return an error if multiple PKCS11 URLs are added to a trust listArmin Burgmeier2014-10-071-0/+2
* pkcs11: when no CKA_ID can be relied on fallback on checking the SubjectKeyId...Nikos Mavrogiannopoulos2014-10-073-0/+42
* report the FIPS140-2 modeNikos Mavrogiannopoulos2014-10-071-0/+1
* added FIPS140-2 ECDH verification functionsNikos Mavrogiannopoulos2014-10-072-1/+143
* added FIPS140-2 DH verification functionsNikos Mavrogiannopoulos2014-10-072-3/+108
* tests: corrected check with gnutls_x509_trust_list_get_issuerNikos Mavrogiannopoulos2014-10-071-108/+112
* corrected remove_pkcs11_url()Nikos Mavrogiannopoulos2014-10-061-46/+4
* tests: check gnutls_pkcs11_crt_is_known() when multiple same DNs are presentNikos Mavrogiannopoulos2014-10-062-2/+463
* pkcs11: when checking for presence do not give up on the first mismatchNikos Mavrogiannopoulos2014-10-061-23/+26
* address memory leak in gnutls_pkcs11_crt_is_known()Nikos Mavrogiannopoulos2014-10-061-2/+5
* doc update: clarifications in gnutls_x509_trust_list_add_trust_fileNikos Mavrogiannopoulos2014-10-051-2/+5
* corrected compilation for non-pkcs11; reported by David Woodhouse.Nikos Mavrogiannopoulos2014-10-021-1/+1
* corrected typoNikos Mavrogiannopoulos2014-10-021-1/+1
* doc updateNikos Mavrogiannopoulos2014-10-011-0/+4
* tests: added check for GNUTLS_TL_GET_COPYNikos Mavrogiannopoulos2014-10-012-0/+14
* Added GNUTLS_TL_GET_COPY flag and documented the limitations of gnutls_x509_t...Nikos Mavrogiannopoulos2014-10-015-11/+47
* opencdk: changed filter_fnct_t to match the actual function prototypesNikos Mavrogiannopoulos2014-09-301-1/+1
* doc updateNikos Mavrogiannopoulos2014-09-301-0/+3
* do not allow GNUTLS_E_LARGE_PACKET to be returned from non-DTLS sessionsNikos Mavrogiannopoulos2014-09-262-8/+13
* gnutls_x509_trust_list_add_system_trust() will not allow duplicate entriesNikos Mavrogiannopoulos2014-09-251-2/+4