summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc updategnutls_3_5_1Nikos Mavrogiannopoulos2016-06-141-0/+5
* doc updateNikos Mavrogiannopoulos2016-06-141-1/+4
* released 3.5.1Nikos Mavrogiannopoulos2016-06-141-1/+1
* tests: added missing filesNikos Mavrogiannopoulos2016-06-141-1/+1
* updated auto-generated filesNikos Mavrogiannopoulos2016-06-143-0/+52
* tests: fixed the path of cert-tests files and added missing files in Makefile.amNikos Mavrogiannopoulos2016-06-141-4/+4
* more files to ignoreNikos Mavrogiannopoulos2016-06-141-0/+12
* tests: verify the resilience of the TLSFeature handling functions on large nu...Nikos Mavrogiannopoulos2016-06-141-0/+52
* tlsfeature: impose a maximum number of supported TLS featuresNikos Mavrogiannopoulos2016-06-143-29/+18
* tests: added unit test for gnutls_x509_tlsfeatures_check_crtNikos Mavrogiannopoulos2016-06-142-1/+101
* During PKIX chain verification check the TLSFeatures complianceNikos Mavrogiannopoulos2016-06-1411-206/+374
* verify_crt: moved all verification state into a common structureNikos Mavrogiannopoulos2016-06-141-33/+37
* tests: added chain verification with TLS featuresNikos Mavrogiannopoulos2016-06-141-0/+493
* bumped versionNikos Mavrogiannopoulos2016-06-142-3/+3
* doc updateNikos Mavrogiannopoulos2016-06-141-0/+4
* doc updateNikos Mavrogiannopoulos2016-06-141-0/+1
* tests: verify the operation of honor_crq_ext template optionNikos Mavrogiannopoulos2016-06-144-2/+60
* tests: common.sh will export the required TZ for datefudge testsNikos Mavrogiannopoulos2016-06-141-0/+2
* tools: avoid using deprecated typesNikos Mavrogiannopoulos2016-06-142-2/+2
* certtool: allow copying specific certificate request extensions to certificateNikos Mavrogiannopoulos2016-06-144-4/+34
* tests: added check on gnutls_x509_crt_set_crq_extension_by_oid()Nikos Mavrogiannopoulos2016-06-141-28/+137
* Added gnutls_x509_crt_set_crq_extension_by_oid()Nikos Mavrogiannopoulos2016-06-143-7/+39
* tests: moved check for datefudge in scripts/common.shNikos Mavrogiannopoulos2016-06-148-49/+30
* tests: cert-tests: moved all data files in separate subdirNikos Mavrogiannopoulos2016-06-1478-127/+129
* tests: cert-tests: moved templates into subdirNikos Mavrogiannopoulos2016-06-1421-31/+36
* tests: test trailing comma in system prioritiesDaniel P. Berrange2016-06-101-1/+5
* tests: added check of DTLS rehandshake for upgradeNikos Mavrogiannopoulos2016-06-102-1/+400
* tests: added check of DTLS rehandshake when using PKIX certsNikos Mavrogiannopoulos2016-06-102-1/+389
* tests: document some details in system-prio-file [ci skip]Nikos Mavrogiannopoulos2016-06-091-0/+5
* doc: mention the usage of the _gnutls_resolve_priorities function in testsuiteNikos Mavrogiannopoulos2016-06-091-0/+2
* doc: mention the fallback keyword support in manualNikos Mavrogiannopoulos2016-06-091-0/+3
* tests: added checks for system priority file fallback mechanismNikos Mavrogiannopoulos2016-06-091-0/+9
* gnutls_priority_init: multiple @KEYWORD lookups with fallbackDaniel P. Berrange2016-06-091-32/+66
* tests: enhanced system priority file testingNikos Mavrogiannopoulos2016-06-091-1/+2
* doc updateNikos Mavrogiannopoulos2016-06-091-3/+3
* doc: remove all references to openpgp auth exampleNikos Mavrogiannopoulos2016-06-092-2/+1
* doc updateNikos Mavrogiannopoulos2016-06-091-0/+3
* _gnutls_resolve_priorities: always try to re-read sys priority fileDaniel P. Berrange2016-06-091-10/+45
* doc: remove references to GNUTLS_KEYLOGFILENikos Mavrogiannopoulos2016-06-081-1/+1
* tests: renamed rehandshake checks for clarityNikos Mavrogiannopoulos2016-06-064-4/+4
* doc updateNikos Mavrogiannopoulos2016-06-061-4/+4
* keylogfile: only consider the SSLKEYLOGFILE variableNikos Mavrogiannopoulos2016-06-064-11/+9
* lib: eliminated the use of deprecated variablesNikos Mavrogiannopoulos2016-06-068-12/+12
* doc: removed OpenPGP examplesNikos Mavrogiannopoulos2016-06-043-194/+0
* pkcs12: corrected return type of gnutls_pkcs12_bag_get_type()Nikos Mavrogiannopoulos2016-06-042-4/+3
* tests: move pkcs11-cert-import-url4-exts with the other pkcs11 testsNikos Mavrogiannopoulos2016-06-031-2/+3
* doc clarify the version since when GNUTLS_PKCS11_OBJ_FLAG_OVERWRITE_TRUSTMOD_...Nikos Mavrogiannopoulos2016-06-031-2/+2
* tests: corrected typo in crl-testNikos Mavrogiannopoulos2016-06-031-1/+1
* tests: check gnutls_pkcs11_obj_list_import_url4() with GNUTLS_PKCS11_OBJ_FLAG...Nikos Mavrogiannopoulos2016-06-032-1/+169
* gnutls_pkcs11_obj_list_import_url4: accepts the GNUTLS_PKCS11_OBJ_FLAG_OVERWR...Nikos Mavrogiannopoulos2016-06-031-3/+30