summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Negotiate draft-TLS1.3draft-ietf-tls-tls13-21Nikos Mavrogiannopoulos2017-08-233-9/+32
* handshake: added the TLS 1.3 ciphersuitesNikos Mavrogiannopoulos2017-08-234-7/+63
* Added support for key share extensionNikos Mavrogiannopoulos2017-08-2312-12/+735
* handshake: always accept TLS 1.2 in client hello if we have later protocols e...Nikos Mavrogiannopoulos2017-08-231-1/+12
* require nettle 3.3 or laterNikos Mavrogiannopoulos2017-08-233-19/+6
* str: added function to append fixed-size MPINikos Mavrogiannopoulos2017-08-232-0/+41
* tests: resumption tests were restricted to TLS 1.2Nikos Mavrogiannopoulos2017-08-232-13/+17
* ext/post_handshake: restrict the use of this extension to TLS 1.3 or laterNikos Mavrogiannopoulos2017-08-233-2/+16
* handshake: optimizations and enhancements in session version handlingNikos Mavrogiannopoulos2017-08-233-43/+43
* tests: check for post-handshake extension in TLS 1.2-only sessionsNikos Mavrogiannopoulos2017-08-232-55/+11
* tests: added unit tests for post-handshake-auth extensionNikos Mavrogiannopoulos2017-08-234-1/+678
* handshake: send client and server hellos according to TLS 1.3Nikos Mavrogiannopoulos2017-08-233-52/+67
* Added support for post handshake auth extensionNikos Mavrogiannopoulos2017-08-236-1/+131
* tests: updated for new behavior of disabling protocols on missing signature a...Nikos Mavrogiannopoulos2017-08-231-1/+1
* tests: verify that no signature algorithms with (D)TLS 1.2 will cause an errorNikos Mavrogiannopoulos2017-08-231-0/+2
* priorities: when no signature algorithms eliminate (D)TLS 1.2 or laterNikos Mavrogiannopoulos2017-08-231-6/+19
* tests: safer use of gnutls_bye in _test_cli_serv()Nikos Mavrogiannopoulos2017-08-231-5/+13
* tests: added checks for special signature algorithmsNikos Mavrogiannopoulos2017-08-232-1/+181
* tests: verify that +SIGN-ECDSA-SECP256R1-SHA256 has no effect when combined w...Nikos Mavrogiannopoulos2017-08-231-1/+21
* tests: added signature tests for ECDSA-SECP256R1-SHA256Nikos Mavrogiannopoulos2017-08-237-17/+21
* priority: do not include signature algorithms that apply to different TLS ver...Nikos Mavrogiannopoulos2017-08-231-5/+51
* tests: updated for the new behavior of handshakeNikos Mavrogiannopoulos2017-08-232-3/+3
* pubkey: enforce TLS 1.3 signature restrictions on verificationNikos Mavrogiannopoulos2017-08-231-4/+47
* ext/signature: added TLS 1.3 signature algorithm negotiationNikos Mavrogiannopoulos2017-08-2310-56/+137
* tests: modified the MD5 signature algorithm negotiation testsNikos Mavrogiannopoulos2017-08-234-335/+721
* doc updateNikos Mavrogiannopoulos2017-08-231-0/+10
* tlsfuzzer: no longer include tests involving SHA224 signaturesNikos Mavrogiannopoulos2017-08-231-1/+8
* algorithms/sign: removed TLS identifiers for legacy algorithmsNikos Mavrogiannopoulos2017-08-231-6/+5
* algorithms/sign: legacy signature algorithms were moved toward the end of the...Nikos Mavrogiannopoulos2017-08-231-168/+183
* algorithms/sign: no longer enable SHA224 hash in signaturesNikos Mavrogiannopoulos2017-08-231-3/+4
* tests: added unit test for TLS 1.3 version negotiationNikos Mavrogiannopoulos2017-08-233-1/+643
* handshake: added support for negotiating version using extensionNikos Mavrogiannopoulos2017-08-237-1/+220
* handshake: legacy version negotiation is not used for TLS 1.3Nikos Mavrogiannopoulos2017-08-237-27/+74
* Added TLS 1.3 Hello message random generationNikos Mavrogiannopoulos2017-08-234-53/+54
* fuzz: work-around libtool file nametmp-fuzz-updatesNikos Mavrogiannopoulos2017-08-221-0/+5
* dh params: document DH param setting functions as deprecatedNikos Mavrogiannopoulos2017-08-224-0/+50
* tests: introduced unit test of gnutls_memset()Nikos Mavrogiannopoulos2017-08-222-1/+77
* fuzz: removed -static ldflag completelyNikos Mavrogiannopoulos2017-08-221-5/+0
* .gitlab-ci.yml: use the same flags in the tags and non-tags windows buildsgnutls_3_6_0_1tmp-fix-tagged-windows-buildNikos Mavrogiannopoulos2017-08-211-2/+2
* tests: p11-kit-trust is not compiled in windowsNikos Mavrogiannopoulos2017-08-211-2/+6
* fuzz: temporarily disable -static build of fuzz/ in MacOSXgnutls_3_6_0Nikos Mavrogiannopoulos2017-08-211-0/+5
* doc updateNikos Mavrogiannopoulos2017-08-211-1/+1
* tests: verify the output size of gnutls_x509_privkey_exportNikos Mavrogiannopoulos2017-08-211-0/+25
* .travis.yml: print failed log files in fuzz after failureNikos Mavrogiannopoulos2017-08-201-1/+1
* hooks.m4: reduce the gap between minor soversion of 3.5.x and 3.6.0Nikos Mavrogiannopoulos2017-08-201-2/+2
* tests: make mini-record more friendly for OSes with limited bufferstmp-fix-sed-portabilityNikos Mavrogiannopoulos2017-08-201-1/+2
* pull/push backends: ECONNRESET is translated to GNUTLS_E_PREMATURE_TERMINATIONNikos Mavrogiannopoulos2017-08-201-0/+2
* tests: gnutls_x509_privkey_import: address issue on error pathNikos Mavrogiannopoulos2017-08-201-2/+3
* sed: use it in a portable way in makefilesNikos Mavrogiannopoulos2017-08-202-4/+6
* configure: disable hardware acceleration on aarch64/ilp32 modetmp-disable-aarch64-ilp32Nikos Mavrogiannopoulos2017-08-191-0/+6