summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc: documented the GNUTLS_KEYLOGFILE environment variablekeylogNikos Mavrogiannopoulos2016-05-182-0/+9
* Write session keys into a file when GNUTLS_KEYLOGFILE is exportedNikos Mavrogiannopoulos2016-05-181-0/+43
* doc updateNikos Mavrogiannopoulos2016-05-181-1/+6
* systemkey: corrected help outputNikos Mavrogiannopoulos2016-05-182-10/+8
* doc: document the systems supported via systemkeys APINikos Mavrogiannopoulos2016-05-181-0/+6
* doc update [ci skip]Nikos Mavrogiannopoulos2016-05-172-6/+13
* gnutls-cli: corrected check for OCSP verification successNikos Mavrogiannopoulos2016-05-171-1/+1
* Test case for gnutls-cli --ocspThomas Klute2016-05-1713-6/+330
* INSTALL.md: no longer reference libgcryptNikos Mavrogiannopoulos2016-05-171-2/+0
* doc: updated README filesNikos Mavrogiannopoulos2016-05-173-7/+2
* tests: renamed cert-callback checks for simplicityNikos Mavrogiannopoulos2016-05-173-2/+2
* tests: added check with the legacy cert verification callbackNikos Mavrogiannopoulos2016-05-172-1/+386
* doc updateNikos Mavrogiannopoulos2016-05-171-1/+1
* tests: cert-callbacks check now checks the server-side callback operation as ...Nikos Mavrogiannopoulos2016-05-171-201/+112
* tests: dtls-stress: fix debug argument accountingNikos Mavrogiannopoulos2016-05-161-1/+2
* tests: re-disabled dtls-nb check; it had random failuresNikos Mavrogiannopoulos2016-05-161-1/+1
* tests: added DTLS test suite when in session resumptionNikos Mavrogiannopoulos2016-05-163-2/+49
* dtls-stress: added session resumption optionNikos Mavrogiannopoulos2016-05-161-62/+360
* tests: dtls: removed excessive debugging output from testNikos Mavrogiannopoulos2016-05-151-1/+1
* tests: dtls-stress: corrected parsing of -d optionNikos Mavrogiannopoulos2016-05-151-4/+8
* record.c: removed superfluous debuggingNikos Mavrogiannopoulos2016-05-151-2/+1
* gnutls_assert_val: corrected regression from 78ee98e06c7862df38131b12083adc1a...Nikos Mavrogiannopoulos2016-05-151-4/+4
* gnutls_assert_val: was modified to be in line with gnutls_assert()Nikos Mavrogiannopoulos2016-05-151-1/+1
* .gitlab-ci.yml: added new build target without SSL 3.0Nikos Mavrogiannopoulos2016-05-141-4/+15
* .gitignore: more files to ignoreNikos Mavrogiannopoulos2016-05-141-0/+7
* tests: added key exchange checks for all DTLS protocolsNikos Mavrogiannopoulos2016-05-145-1/+298
* doc: prefer the usage of VERS-ALL in documentationNikos Mavrogiannopoulos2016-05-141-2/+2
* ext master secret: don't enable when SSL 3.0 is the only protocolNikos Mavrogiannopoulos2016-05-141-3/+13
* tests: separated the key exchange checksNikos Mavrogiannopoulos2016-05-147-2/+492
* doc: mention the TLS 1.2 restriction of sign algo functionsNikos Mavrogiannopoulos2016-05-141-2/+4
* Allow for conditional compilation of SSL 3.0 protocolNikos Mavrogiannopoulos2016-05-1420-75/+232
* Makefile.am: include renamed files into distributionNikos Mavrogiannopoulos2016-05-144-8/+6
* README-alpha.md: refer to CONTRIBUTING.md [ci skip]Nikos Mavrogiannopoulos2016-05-141-1/+1
* LICENSE: mention that documentation is under GNU FDLNikos Mavrogiannopoulos2016-05-141-0/+2
* Leave only LICENSE in the root directory and move licenses to doc/Nikos Mavrogiannopoulos2016-05-143-1/+1
* Added a LICENSE file [ci skip]Nikos Mavrogiannopoulos2016-05-142-16/+23
* Moved coding style and contribution guide to CONTRIBUTION.mdNikos Mavrogiannopoulos2016-05-142-126/+143
* tests: include unistd.h in tests which call _exit()Nikos Mavrogiannopoulos2016-05-132-0/+2
* tests: simplified server launching processNikos Mavrogiannopoulos2016-05-139-156/+250
* tests: avoid calling exit() from signal handlersNikos Mavrogiannopoulos2016-05-133-4/+3
* memmem.m4: don't call exit() from signal handlerNikos Mavrogiannopoulos2016-05-131-1/+1
* tests: enhance SNI checking with invalid UTF8 and embedded NULL caseNikos Mavrogiannopoulos2016-05-121-12/+30
* Introduce _gnutls_server_name_set_rawNikos Mavrogiannopoulos2016-05-122-47/+64
* errors: include GNUTLS_E_IDNA_ERROR to the listNikos Mavrogiannopoulos2016-05-121-0/+2
* server_name: only save the supported server names in the sessionNikos Mavrogiannopoulos2016-05-121-11/+14
* gnutls_server_name_get: mention GNUTLS_E_IDNA_ERROR being returnedNikos Mavrogiannopoulos2016-05-121-2/+3
* doc: clarify that 'hmac' in the name of functions is only for legacy reasonsNikos Mavrogiannopoulos2016-05-121-1/+2
* tests: introduce delay between server restarts in testsrn.shNikos Mavrogiannopoulos2016-05-111-0/+2
* tests: CRL test will separate stderr output from stdoutNikos Mavrogiannopoulos2016-05-111-9/+11
* Revert "tests: CRL test will not push stderr into output files"Nikos Mavrogiannopoulos2016-05-111-2/+2