summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* When verifying a response and a signer isn't provided assume that the signer ...Nikos Mavrogiannopoulos2014-02-181-75/+92
* When sending a nonce in OCSP check if it is available on the reply.Nikos Mavrogiannopoulos2014-02-185-36/+100
* properly deinitialize name constraints structure.Nikos Mavrogiannopoulos2014-02-181-0/+1
* Verify in example that the sent nonce matches the received nonce.Nikos Mavrogiannopoulos2014-02-181-13/+23
* Added missing fileNikos Mavrogiannopoulos2014-02-181-0/+245
* priority string flag VERIFY_ALLOW_X509_V1_CA_CRT is now a dummyNikos Mavrogiannopoulos2014-02-181-1/+1
* reinitialize the handshake timers when gnutls_handshake() is called.Nikos Mavrogiannopoulos2014-02-182-1/+5
* Improved DTLS rehandshake test to catch a timeout issue in handshake().Nikos Mavrogiannopoulos2014-02-181-0/+1
* doc updateNikos Mavrogiannopoulos2014-02-181-2/+2
* Allow multiple flags in gnutls_x509_crt_get_name_constraints()Nikos Mavrogiannopoulos2014-02-182-5/+8
* Do not deinitialize the constraints structure when reading the constraints fa...Nikos Mavrogiannopoulos2014-02-181-10/+0
* Allow appending name constraints.Nikos Mavrogiannopoulos2014-02-183-5/+15
* Allow setting a non-critical name-constraints extension.Nikos Mavrogiannopoulos2014-02-182-3/+6
* better checking of unsupported constraints.Nikos Mavrogiannopoulos2014-02-181-2/+29
* doc updateNikos Mavrogiannopoulos2014-02-171-0/+13
* Added support for name constraints X.509 extension.Nikos Mavrogiannopoulos2014-02-1711-528/+1334
* depend on p11-kit 0.20.0 or laterNikos Mavrogiannopoulos2014-02-151-1/+1
* changed names for clarityNikos Mavrogiannopoulos2014-02-151-6/+6
* Corrected bug in gnutls_pcert_list_import_x509_raw().Nikos Mavrogiannopoulos2014-02-151-4/+5
* corrected suppressions fileNikos Mavrogiannopoulos2014-02-141-1/+2
* do not mention GNUTLS_VERIFY_ALLOW_X509_V1_CA_CRT in documentationNikos Mavrogiannopoulos2014-02-141-6/+1
* removed deprecated flagNikos Mavrogiannopoulos2014-02-146-16/+13
* added TedNikos Mavrogiannopoulos2014-02-131-1/+1
* Use pre-generated keys for self-tests.Nikos Mavrogiannopoulos2014-02-131-2/+45
* set value to null after releasingNikos Mavrogiannopoulos2014-02-131-0/+1
* generate keys in the acceptable sizes in FIPS140 modeNikos Mavrogiannopoulos2014-02-131-1/+6
* generate 2048 bit keys in RSA modeNikos Mavrogiannopoulos2014-02-131-1/+1
* Added _gnutls_parse_general_name2()Nikos Mavrogiannopoulos2014-02-132-64/+85
* ensure that _gnutls_x509_read_value works as documented.Nikos Mavrogiannopoulos2014-02-131-5/+3
* ensure that the issuer in present in a trusted module.Nikos Mavrogiannopoulos2014-02-131-1/+1
* removed flag GNUTLS_PKCS11_TOKEN_TRUSTED_UINTNikos Mavrogiannopoulos2014-02-132-27/+1
* Added flag GNUTLS_PKCS11_TOKEN_TRUSTED for gnutls_pkcs11_token_get_flags().Nikos Mavrogiannopoulos2014-02-132-2/+11
* Use the GNUTLS_PKCS11_OBJ_FLAG_PRESENT_IN_TRUSTED_MODULE to ensure that only ...Nikos Mavrogiannopoulos2014-02-131-19/+2
* Added flag GNUTLS_PKCS11_OBJ_FLAG_PRESENT_IN_TRUSTED_MODULE.Nikos Mavrogiannopoulos2014-02-133-8/+19
* mark trusted p11-kit modules as trusted.Nikos Mavrogiannopoulos2014-02-131-0/+6
* fixed socket existance checkingMarcus Meissner2014-02-121-2/+4
* Applied part of Ted Zlatanov's patch.Nikos Mavrogiannopoulos2014-02-121-6/+9
* Added test for pathlen constraints.Nikos Mavrogiannopoulos2014-02-121-0/+60
* Added check for v1 intermediate CA certificateNikos Mavrogiannopoulos2014-02-121-0/+109
* Fix bug that prevented the rejection of v1 intermediate CA certificates.Nikos Mavrogiannopoulos2014-02-121-1/+4
* removed unused functionNikos Mavrogiannopoulos2014-02-122-12/+0
* doc updateNikos Mavrogiannopoulos2014-02-111-0/+3
* Use longer timestamps for serial numbers.Nikos Mavrogiannopoulos2014-02-113-29/+75
* updated indent cmdNikos Mavrogiannopoulos2014-02-101-2/+2
* corrected indent parametersNikos Mavrogiannopoulos2014-02-101-1/+1
* do not redefine the _gnutls_x86_cpuid_s symbolNikos Mavrogiannopoulos2014-02-103-5/+2
* Adjusted the security levels of PFS, SECURE128 and SECURE192 keywords.Nikos Mavrogiannopoulos2014-02-072-11/+18
* reduced security levels of SECURE128 and SECURE192 strings.Nikos Mavrogiannopoulos2014-02-071-4/+7
* only test libz if it is availableNikos Mavrogiannopoulos2014-02-061-0/+5
* check errors from gnutls_priority_set_direct().Nikos Mavrogiannopoulos2014-02-061-2/+12