summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* handshake: send client and server hellos according to TLS 1.3Nikos Mavrogiannopoulos2018-02-193-52/+67
* Added support for post handshake auth extensionNikos Mavrogiannopoulos2018-02-196-1/+131
* tests: updated for new behavior of disabling protocols on missing signature a...Nikos Mavrogiannopoulos2018-02-191-1/+1
* tests: verify that no signature algorithms with (D)TLS 1.2 will cause an errorNikos Mavrogiannopoulos2018-02-191-0/+2
* priorities: when no signature algorithms eliminate (D)TLS 1.2 or laterNikos Mavrogiannopoulos2018-02-191-6/+19
* tests: safer use of gnutls_bye in _test_cli_serv()Nikos Mavrogiannopoulos2018-02-191-5/+13
* tests: added checks for special signature algorithmsNikos Mavrogiannopoulos2018-02-192-1/+181
* tests: verify that +SIGN-ECDSA-SECP256R1-SHA256 has no effect when combined w...Nikos Mavrogiannopoulos2018-02-191-1/+21
* tests: added signature tests for ECDSA-SECP256R1-SHA256Nikos Mavrogiannopoulos2018-02-197-17/+21
* priority: do not include signature algorithms that apply to different TLS ver...Nikos Mavrogiannopoulos2018-02-191-5/+51
* tests: updated for the new behavior of handshakeNikos Mavrogiannopoulos2018-02-191-1/+1
* pubkey: enforce TLS 1.3 signature restrictions on verificationNikos Mavrogiannopoulos2018-02-191-4/+47
* ext/signature: added TLS 1.3 signature algorithm negotiationNikos Mavrogiannopoulos2018-02-1910-54/+135
* tests: added unit test for TLS 1.3 version negotiationNikos Mavrogiannopoulos2018-02-193-1/+643
* handshake: added support for negotiating version using extensionNikos Mavrogiannopoulos2018-02-197-1/+221
* handshake: legacy version negotiation is not used for TLS 1.3Nikos Mavrogiannopoulos2018-02-197-27/+75
* Added TLS 1.3 Hello message random generationNikos Mavrogiannopoulos2018-02-194-53/+54
* Revert "priority: disable the enabled by default RSA-PSS signature algorithms"Nikos Mavrogiannopoulos2018-02-197-27/+20
* updated auto-generated filestmp-fips140-allow-hashNikos Mavrogiannopoulos2018-02-193-0/+6
* doc updateNikos Mavrogiannopoulos2018-02-191-0/+10
* tests: check gnutls_fips140_set_mode operation per threadNikos Mavrogiannopoulos2018-02-192-1/+193
* tests: added unit test of gnutls_fips140_set_modeNikos Mavrogiannopoulos2018-02-194-8/+156
* tests: gnutls_hmac_fast: explicitly enable MD5 use under FIPS140-2 modeNikos Mavrogiannopoulos2018-02-191-16/+22
* tests: gc.c -> gnutls_hmac_fast.cNikos Mavrogiannopoulos2018-02-192-6/+1
* doc: documented gnutls_fips140_set_mode and gnutls_fips_mode_tNikos Mavrogiannopoulos2018-02-191-10/+52
* fips140: added function for applications to switch the FIPS140-2 modeNikos Mavrogiannopoulos2018-02-1910-71/+225
* fips140: enforcement of allowed ciphers moved to crypto-api.c and cipher_int.cNikos Mavrogiannopoulos2018-02-194-29/+45
* fips140: enforcement of hash and MACs use moved to crypto-api.c and hash_int.cNikos Mavrogiannopoulos2018-02-194-37/+53
* tests: srp: increased timeout to 40secs [ci skip]Nikos Mavrogiannopoulos2018-02-191-2/+2
* doc: updates NEWS entry for 3.6.2 adding ABI changes [ci skip]Nikos Mavrogiannopoulos2018-02-181-1/+2
* latex: introduced functionWarning macroNikos Mavrogiannopoulos2018-02-161-0/+4
* bumped versiongnutls_3_6_2Nikos Mavrogiannopoulos2018-02-163-3/+3
* tests: check whether gnutls_credentials_set() can be set in an hsk hooktmp-improved-vhost-documentation-testsNikos Mavrogiannopoulos2018-02-142-1/+146
* doc: documented how to set the credentials late in certain vhost scenariosNikos Mavrogiannopoulos2018-02-141-0/+38
* doc: updated text on gnutls_handshake_set_hook_functionNikos Mavrogiannopoulos2018-02-132-9/+9
* doc update [ci skip]Nikos Mavrogiannopoulos2018-02-131-0/+8
* priority: disable the enabled by default RSA-PSS signature algorithmstmp-tests-include-ccmNikos Mavrogiannopoulos2018-02-127-20/+27
* tests: cipher-openssl-compat: extend to include CCM testsNikos Mavrogiannopoulos2018-02-121-22/+64
* Improve documentation of gnutls_x509_trust_list_iter_get_ca [ci skip]Michael Catanzaro2018-02-101-2/+5
* .gitlab-ci.yml: run the fuzz testsuite under various CPU capabilitiestmp-check-key-sizesNikos Mavrogiannopoulos2018-02-081-0/+4
* accelerated: make explicit key size check to all accelerated ciphersNikos Mavrogiannopoulos2018-02-0816-6/+37
* accelerated: check keysize in SSSE3 cipher setkeyVitezslav Cizek2018-02-081-0/+3
* p11tool: updated documentation [ci skip]Nikos Mavrogiannopoulos2018-02-081-3/+7
* nettle: use the nettle_get_secp API when availabletmp-new-nettle-abiNikos Mavrogiannopoulos2018-02-071-5/+15
* nettle base64_encode_raw: use cast to avoid warningsNikos Mavrogiannopoulos2018-02-063-4/+4
* accelerated: x86-common: do not use _xgetbv() with clangNikos Mavrogiannopoulos2018-02-061-1/+1
* configure: treat solaris as ELF systemNikos Mavrogiannopoulos2018-02-061-0/+1
* tests: repeat cipher test with multiple keys and noncestmp-aarch64-gcm-fixNikos Mavrogiannopoulos2018-02-061-61/+102
* accelerated: aarch64: fix GCM counter incrementNikos Mavrogiannopoulos2018-02-061-2/+3
* accelerated: fix use of SSSE3 vpaes_encryptNikos Mavrogiannopoulos2018-02-061-1/+7