summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* extensions: files renamed to hello_extNikos Mavrogiannopoulos2017-10-1039-39/+39
* extensions: renamed hello extension handling functions appropriatelyNikos Mavrogiannopoulos2017-10-1018-97/+99
* extensions: simplified semantics of store and check functionsNikos Mavrogiannopoulos2017-10-105-33/+28
* extension: renamed functions to reflect purposeNikos Mavrogiannopoulos2017-10-103-21/+21
* extensions: use the low-level extension parsing code for hello parsingNikos Mavrogiannopoulos2017-10-1037-207/+187
* extv: introduced a low-level extension parsing codeNikos Mavrogiannopoulos2017-10-104-2/+203
* extensions: simplified the extension trackingNikos Mavrogiannopoulos2017-10-104-69/+70
* extensions: use an internal extension ID independent of the TLS idNikos Mavrogiannopoulos2017-10-1021-81/+164
* str: rename _gnutls_buffer_pop_prefix to _gnutls_buffer_pop_prefix32Nikos Mavrogiannopoulos2017-09-252-7/+7
* str: rename _gnutls_buffer_pop_datum_prefix to _gnutls_buffer_pop_datum_prefix32Nikos Mavrogiannopoulos2017-09-252-5/+5
* security params: store PRF when packing sessionNikos Mavrogiannopoulos2017-09-252-0/+16
* handshake: simplify by storing a pointer to PRF mac entryNikos Mavrogiannopoulos2017-09-256-22/+18
* ext/signature: improved TLS 1.3 signature algorithm negotiationNikos Mavrogiannopoulos2017-09-254-27/+40
* str: added helper functions to read prefixed data with 8 or 16-bit headersNikos Mavrogiannopoulos2017-09-252-0/+73
* ecc: do not warn on receiving extension on client sideNikos Mavrogiannopoulos2017-09-251-3/+3
* Added TLS 1.3 HKDF key derivation functionalityNikos Mavrogiannopoulos2017-09-255-2/+230
* extensions: include extension number in debugging messageNikos Mavrogiannopoulos2017-09-251-2/+2
* tests: check behavior on the extension hello flagsNikos Mavrogiannopoulos2017-09-251-68/+135
* extensions: apply extension msg type restrictionsNikos Mavrogiannopoulos2017-09-253-16/+106
* extensions: mark the message validity of each supported extensionNikos Mavrogiannopoulos2017-09-2519-7/+44
* extensions: type renamed to id for clarityNikos Mavrogiannopoulos2017-09-2520-76/+76
* tests: guile: don't use VERS-TLS-ALLNikos Mavrogiannopoulos2017-09-253-5/+5
* .gitlab-ci.yml: abi-coverage: include guile logsNikos Mavrogiannopoulos2017-09-251-0/+1
* nettle: added HKDF functionsNikos Mavrogiannopoulos2017-09-253-0/+164
* gnutls-cli-debug: use explicit TLS versions rather than TLS-ALLNikos Mavrogiannopoulos2017-09-251-1/+1
* _gnutls_server_select_suite: don't set auth callbacks for TLS 1.3Nikos Mavrogiannopoulos2017-09-251-38/+41
* supported_versions: print negotiated protocolNikos Mavrogiannopoulos2017-09-251-0/+2
* Negotiate draft-TLS1.3Nikos Mavrogiannopoulos2017-09-255-9/+44
* handshake: added the TLS 1.3 ciphersuitesNikos Mavrogiannopoulos2017-09-254-9/+67
* handshake: print negotiated version after its negotiation (for TLS1.3)Nikos Mavrogiannopoulos2017-09-251-3/+2
* tests: fix TLS version to 1.2 for tests which used VERS-TLS-ALLNikos Mavrogiannopoulos2017-09-254-8/+8
* Added support for key share extensionNikos Mavrogiannopoulos2017-09-2513-12/+754
* handshake: always accept TLS 1.2 in client hello if we have later protocols e...Nikos Mavrogiannopoulos2017-09-251-1/+12
* require nettle 3.3 or laterNikos Mavrogiannopoulos2017-09-253-19/+6
* str: added function to append fixed-size MPINikos Mavrogiannopoulos2017-09-252-0/+41
* tests: resumption tests were restricted to TLS 1.2Nikos Mavrogiannopoulos2017-09-252-13/+17
* ext/post_handshake: restrict the use of this extension to TLS 1.3 or laterNikos Mavrogiannopoulos2017-09-253-2/+16
* handshake: optimizations and enhancements in session version handlingNikos Mavrogiannopoulos2017-09-253-43/+43
* tests: check for post-handshake extension in TLS 1.2-only sessionsNikos Mavrogiannopoulos2017-09-252-55/+11
* tests: added unit tests for post-handshake-auth extensionNikos Mavrogiannopoulos2017-09-254-1/+678
* handshake: send client and server hellos according to TLS 1.3Nikos Mavrogiannopoulos2017-09-253-52/+67
* Added support for post handshake auth extensionNikos Mavrogiannopoulos2017-09-256-1/+131
* tests: updated for new behavior of disabling protocols on missing signature a...Nikos Mavrogiannopoulos2017-09-251-1/+1
* tests: verify that no signature algorithms with (D)TLS 1.2 will cause an errorNikos Mavrogiannopoulos2017-09-251-0/+2
* priorities: when no signature algorithms eliminate (D)TLS 1.2 or laterNikos Mavrogiannopoulos2017-09-251-6/+19
* tests: safer use of gnutls_bye in _test_cli_serv()Nikos Mavrogiannopoulos2017-09-251-5/+13
* tests: added checks for special signature algorithmsNikos Mavrogiannopoulos2017-09-252-1/+181
* tests: verify that +SIGN-ECDSA-SECP256R1-SHA256 has no effect when combined w...Nikos Mavrogiannopoulos2017-09-251-1/+21
* tests: added signature tests for ECDSA-SECP256R1-SHA256Nikos Mavrogiannopoulos2017-09-257-17/+21
* priority: do not include signature algorithms that apply to different TLS ver...Nikos Mavrogiannopoulos2017-09-251-5/+51