summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* TLS 1.3 - New revived high-level record range APItmp-ajuaristi-draft-ietf-tls-tls13-21Ander Juaristi2017-09-244-8/+73
* TLS 1.3 - Send new record formatAnder Juaristi2017-09-233-30/+180
* TLS 1.3 - Receive new record formatAnder Juaristi2017-09-231-0/+56
* extensions: include extension number in debugging messageNikos Mavrogiannopoulos2017-09-131-2/+2
* tests: check behavior on the extension hello flagsNikos Mavrogiannopoulos2017-09-131-68/+135
* extensions: apply extension msg type restrictionsNikos Mavrogiannopoulos2017-09-133-16/+106
* extensions: mark the message validity of each supported extensionNikos Mavrogiannopoulos2017-09-1319-7/+43
* extensions: type renamed to id for clarityNikos Mavrogiannopoulos2017-09-1320-76/+76
* tests: guile: don't use VERS-TLS-ALLNikos Mavrogiannopoulos2017-09-123-5/+5
* .gitlab-ci.yml: abi-coverage: include guile logsNikos Mavrogiannopoulos2017-09-121-0/+1
* nettle: added HKDF functionsNikos Mavrogiannopoulos2017-09-123-0/+164
* gnutls-cli-debug: use explicit TLS versions rather than TLS-ALLNikos Mavrogiannopoulos2017-09-121-1/+1
* _gnutls_server_select_suite: don't set auth callbacks for TLS 1.3Nikos Mavrogiannopoulos2017-09-121-38/+41
* supported_versions: print negotiated protocolNikos Mavrogiannopoulos2017-09-121-0/+2
* Negotiate draft-TLS1.3Nikos Mavrogiannopoulos2017-09-125-9/+44
* handshake: added the TLS 1.3 ciphersuitesNikos Mavrogiannopoulos2017-09-124-9/+67
* handshake: print negotiated version after its negotiation (for TLS1.3)Nikos Mavrogiannopoulos2017-09-121-3/+2
* tests: fix TLS version to 1.2 for tests which used VERS-TLS-ALLNikos Mavrogiannopoulos2017-09-124-8/+8
* Added support for key share extensionNikos Mavrogiannopoulos2017-09-1213-12/+754
* handshake: always accept TLS 1.2 in client hello if we have later protocols e...Nikos Mavrogiannopoulos2017-09-111-1/+12
* require nettle 3.3 or laterNikos Mavrogiannopoulos2017-09-113-19/+6
* str: added function to append fixed-size MPINikos Mavrogiannopoulos2017-09-112-0/+41
* tests: resumption tests were restricted to TLS 1.2Nikos Mavrogiannopoulos2017-09-112-13/+17
* ext/post_handshake: restrict the use of this extension to TLS 1.3 or laterNikos Mavrogiannopoulos2017-09-113-2/+16
* handshake: optimizations and enhancements in session version handlingNikos Mavrogiannopoulos2017-09-113-43/+43
* tests: check for post-handshake extension in TLS 1.2-only sessionsNikos Mavrogiannopoulos2017-09-112-55/+11
* tests: added unit tests for post-handshake-auth extensionNikos Mavrogiannopoulos2017-09-114-1/+678
* handshake: send client and server hellos according to TLS 1.3Nikos Mavrogiannopoulos2017-09-113-52/+67
* Added support for post handshake auth extensionNikos Mavrogiannopoulos2017-09-116-1/+131
* tests: updated for new behavior of disabling protocols on missing signature a...Nikos Mavrogiannopoulos2017-09-111-1/+1
* tests: verify that no signature algorithms with (D)TLS 1.2 will cause an errorNikos Mavrogiannopoulos2017-09-111-0/+2
* priorities: when no signature algorithms eliminate (D)TLS 1.2 or laterNikos Mavrogiannopoulos2017-09-111-6/+19
* tests: safer use of gnutls_bye in _test_cli_serv()Nikos Mavrogiannopoulos2017-09-111-5/+13
* tests: added checks for special signature algorithmsNikos Mavrogiannopoulos2017-09-112-1/+181
* tests: verify that +SIGN-ECDSA-SECP256R1-SHA256 has no effect when combined w...Nikos Mavrogiannopoulos2017-09-111-1/+21
* tests: added signature tests for ECDSA-SECP256R1-SHA256Nikos Mavrogiannopoulos2017-09-117-17/+21
* priority: do not include signature algorithms that apply to different TLS ver...Nikos Mavrogiannopoulos2017-09-111-5/+51
* tests: updated for the new behavior of handshakeNikos Mavrogiannopoulos2017-09-111-1/+1
* pubkey: enforce TLS 1.3 signature restrictions on verificationNikos Mavrogiannopoulos2017-09-111-4/+47
* ext/signature: added TLS 1.3 signature algorithm negotiationNikos Mavrogiannopoulos2017-09-1110-54/+135
* tests: added unit test for TLS 1.3 version negotiationNikos Mavrogiannopoulos2017-09-113-1/+643
* handshake: added support for negotiating version using extensionNikos Mavrogiannopoulos2017-09-117-1/+220
* handshake: legacy version negotiation is not used for TLS 1.3Nikos Mavrogiannopoulos2017-09-117-27/+74
* Added TLS 1.3 Hello message random generationNikos Mavrogiannopoulos2017-09-114-53/+54
* tests: modified the MD5 signature algorithm negotiation testsNikos Mavrogiannopoulos2017-09-084-335/+721
* doc updateNikos Mavrogiannopoulos2017-09-081-0/+4
* tlsfuzzer: no longer include tests involving SHA224 signaturesNikos Mavrogiannopoulos2017-09-081-1/+8
* algorithms/sign: removed TLS identifiers for legacy algorithmsNikos Mavrogiannopoulos2017-09-081-6/+5
* algorithms/sign: legacy signature algorithms were moved toward the end of the...Nikos Mavrogiannopoulos2017-09-081-168/+183
* algorithms/sign: no longer enable SHA224 hash in signaturesNikos Mavrogiannopoulos2017-09-081-3/+4