summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests: backported alert-related checkstmp-gnutls_2_12_x-alert-restrictionsNikos Mavrogiannopoulos2016-10-254-1/+1593
* restrict the validity of handshake messages during handshake processNikos Mavrogiannopoulos2016-10-254-2/+24
* gnutls_priority: corrected typo in the cipher performance prioritiesNikos Mavrogiannopoulos2016-10-251-1/+0
* documentation updatesNikos Mavrogiannopoulos2016-10-258-143/+329
* Restrict the allowed signature algorithms for SKE to the enabled onesNikos Mavrogiannopoulos2016-10-213-5/+12
* gnutls-cli: prefer IPv4 addresses in connectionNikos Mavrogiannopoulos2016-10-191-3/+9
* doc updateNikos Mavrogiannopoulos2016-10-171-5/+9
* signature algorithms: only forbid non-SHA1 or non-SHA256 hashes for Certifica...Nikos Mavrogiannopoulos2016-10-173-18/+25
* gcrypt: don't use gcry_thread_cbs in 1.6.x and laterNikos Mavrogiannopoulos2016-10-121-0/+4
* Removed the unused _gnutls_atfork() function.tmp-gnutls-2-12-x-no-atforkNikos Mavrogiannopoulos2016-10-053-24/+2
* priority strings: allow as no-op the ARCFOUR-40 and RSA-EXPORT stringsNikos Mavrogiannopoulos2016-09-201-1/+12
* Increased the maximum size allowed for handshake messages to 128kbNikos Mavrogiannopoulos2016-09-192-2/+2
* removed ARCFOUR-128 from all default priority listsNikos Mavrogiannopoulos2016-09-182-7/+1
* .gitlab-ci.yml: removed the cat tests/test-suite.log linesNikos Mavrogiannopoulos2016-09-161-4/+0
* .gitlab-ci.yml: added libgcrypt build on centos6Nikos Mavrogiannopoulos2016-09-161-0/+21
* .gitlab-ci.yml: use the shared runnersNikos Mavrogiannopoulos2016-09-161-8/+14
* gnutls-cli-debug: removed export ciphersuitesNikos Mavrogiannopoulos2016-09-163-100/+2
* tests: eliminated memory leak in openpgpselfgnutls_2_12_x-psk-fixNikos Mavrogiannopoulos2016-08-241-1/+2
* p11tool: backported fixes in load_secret_key()Nikos Mavrogiannopoulos2016-08-241-1/+1
* doc updateNikos Mavrogiannopoulos2016-08-241-0/+2
* tests: updated pskself to check the hint in all PSK ciphersuitesNikos Mavrogiannopoulos2016-08-241-266/+245
* PSK: set and read the hint in DHE-PSK ciphersuitesNikos Mavrogiannopoulos2016-08-246-26/+68
* doc updateNikos Mavrogiannopoulos2016-08-241-0/+3
* introduced priority strings from later gnutls versions to enhance compatibilityNikos Mavrogiannopoulos2016-08-241-2/+11
* gcrypt: corrected sign issueNikos Mavrogiannopoulos2016-08-231-1/+1
* Enhanced error checking in _gnutls_buffer_append_data_prefixNikos Mavrogiannopoulos2016-08-231-1/+5
* doc updateNikos Mavrogiannopoulos2016-08-231-0/+5
* configure: do not link with pthread unless necessaryNikos Mavrogiannopoulos2016-08-231-1/+19
* Remove random padding; always use minimal paddingNikos Mavrogiannopoulos2016-08-233-7/+2
* Give priority to RSA ciphersuites to improve compatibilityNikos Mavrogiannopoulos2016-08-231-1/+6
* gnutls_calc_dh_key: reject values of public key that are over the primeNikos Mavrogiannopoulos2016-08-231-5/+7
* client key exchange: fail if the client KX message is padded with additional ...Nikos Mavrogiannopoulos2016-08-231-0/+3
* doc updateNikos Mavrogiannopoulos2016-08-231-1/+4
* Disable SSL 3.0 by defaultNikos Mavrogiannopoulos2016-08-231-1/+0
* gnutls-serv: improvements in graceful session shutdownNikos Mavrogiannopoulos2016-08-231-1/+3
* .gitlab-ci.yml: keep artifacts on build failureNikos Mavrogiannopoulos2016-08-101-0/+18
* ARCFOUR-128 is prioritized lower than any other cipherNikos Mavrogiannopoulos2016-08-102-8/+11
* Removed support for EXPORT ciphersuitesNikos Mavrogiannopoulos2016-08-1022-921/+24
* The minimum Diffie-Hellman bits size was raised to 1023Nikos Mavrogiannopoulos2016-08-102-1/+4
* tests: when using gcrypt do not test DSA2Nikos Mavrogiannopoulos2016-08-104-3/+105
* Prohibit DSA-224 and DSA-256 from being used as signature algorithms with gcryptNikos Mavrogiannopoulos2016-08-103-0/+14
* certtool: when signing CRLs or CSRs use the specified in cmd hash algorithmNikos Mavrogiannopoulos2016-08-101-2/+2
* doc updateNikos Mavrogiannopoulos2016-08-091-0/+3
* Backported from gnutls3.x the removal of the strict check on signature algori...Nikos Mavrogiannopoulos2016-08-098-115/+8
* gnutls-serv: added support for SNI (--sni-hostname)Nikos Mavrogiannopoulos2016-08-094-78/+221
* gcrypt: backported PKCS#1 size check on verificationNikos Mavrogiannopoulos2016-08-091-0/+6
* No longer set SSL 3.0 as the record layer version by defaultNikos Mavrogiannopoulos2016-08-092-3/+7
* removed dead codeNikos Mavrogiannopoulos2016-08-091-5/+0
* Fix initialization error in mpi-print of libgcryptNikos Mavrogiannopoulos2016-08-091-0/+2
* simplify casting to mpz_t using __mpz_struct and cleaned up mpz_t access.Nikos Mavrogiannopoulos2016-08-094-23/+25