summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dtls-stress: corrected permutation string input on resumed mode [ci skip]dtls-resume-testNikos Mavrogiannopoulos2016-05-151-3/+6
* dtls-stress: added session resumption optionNikos Mavrogiannopoulos2016-05-151-3/+99
* 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
* gnutls_pkcs7_print: avoid warning for signed/unsigned comparison by making ev...Nikos Mavrogiannopoulos2016-05-111-2/+1
* tests: CRL test will not push stderr into output filesNikos Mavrogiannopoulos2016-05-111-2/+2
* pack_srp_auth_info: corrected check for uninitialized usernameNikos Mavrogiannopoulos2016-05-101-1/+5
* call_get_cert_callback: removed dead codeNikos Mavrogiannopoulos2016-05-101-5/+0
* pkcs11: added error check in _gnutls_buffer_append_data()Nikos Mavrogiannopoulos2016-05-101-1/+4
* gnutls_pubkey_verify_data2: simplified return logicNikos Mavrogiannopoulos2016-05-101-3/+1
* gnutls_pkcs7_print: corrected type of unsigned count variableNikos Mavrogiannopoulos2016-05-101-2/+2
* _gnutls_krb5_der_to_principal: fixed invalid deinitialization on cleanupNikos Mavrogiannopoulos2016-05-101-2/+2
* tests: don't run hash-large on freebsdNikos Mavrogiannopoulos2016-05-101-1/+11
* tests: fix mmap usage of hash-large to correctly detect failuresNikos Mavrogiannopoulos2016-05-101-1/+5
* doc: updated documentation for gnutls_x509_crt_get_*_dnNikos Mavrogiannopoulos2016-05-101-4/+6
* certtool: handle empty CNs on verificationNikos Mavrogiannopoulos2016-05-101-3/+8
* Revert "x509: allow empty DNs on parsing for subject DNs"Nikos Mavrogiannopoulos2016-05-106-16/+10
* cert cred: add the CN to the list of known hostnames only if no dns_namesNikos Mavrogiannopoulos2016-05-101-9/+14
* tests: enhanced set_x509*_key to verify that connections succeed with credsNikos Mavrogiannopoulos2016-05-109-201/+459
* gnutls_certificate_set_key: import the DNS names of the certificatesNikos Mavrogiannopoulos2016-05-101-1/+25