summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls13_server.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Enforce restrictions for ClientHello extensionstb2020-06-241-1/+44
* Implement a rolling hash of the ClientHello message, Enforce RFC 8446beck2020-06-061-2/+46
* Align tls13_server_select_certificate() withtb2020-06-041-3/+7
* distracting whitespacetb2020-06-021-5/+5
* Improve server certificate selection for TLSv1.3.jsing2020-05-291-16/+83
* Wire up the servername callback in the TLSv1.3 server.jsing2020-05-291-1/+16
* Wire up SSL_MODE_AUTO_RETRY mode to retrying after PHH messages.jsing2020-05-231-1/+4
* Do not assume that server_group != 0 or tlsext_supportedgroups != NULLtb2020-05-231-1/+3
* Ensure we only attach an ocsp staple to a leaf certificate, becausebeck2020-05-221-2/+7
* Actually set the hrr flag when sending a HelloRetryRequest.jsing2020-05-211-1/+3
* Replace SSL_PKEY_RSA_ENC/SSL_PKEY_RSA_SIGN with SSL_PKEY_RSA.jsing2020-05-191-3/+3
* Add support for TLS 1.3 server to send certificate statusbeck2020-05-191-3/+3
* Avoid sending an empty certificate list from the TLSv1.3 server.jsing2020-05-161-5/+8
* Switch back to the legacy stack where the maximum is less than TLSv1.3.jsing2020-05-131-2/+2
* Set the record layer legacy version from the TLSv1.3 server.jsing2020-05-111-1/+5
* Use ssl_get_new_session() in the TLSv1.3 server.jsing2020-05-111-4/+3
* Send dummy ChangeCipherSpec messages from the TLSv1.3 servertb2020-05-101-1/+24
* Honour SSL_VERIFY_FAIL_IF_NO_PEER_CERT in the TLSv1.3 server.jsing2020-05-101-6/+10
* Provide alert defines for TLSv1.3 and use in the TLSv1.3 code.jsing2020-05-101-11/+11
* Back out server side CCS sending. It breaks TLSv1.3 client communicationtb2020-05-091-24/+1
* Send dummy ChangeCipherSpec messages from the TLSv1.3 servertb2020-05-091-1/+24
* Make the test for the legacy_compression_method vector in the ClientHellotb2020-05-091-12/+7
* Add support for HelloRetryRequests in the TLSv1.3 server.jsing2020-05-091-8/+41
* crazy whitespace on one linetb2020-05-091-2/+2
* Refactor tls13_server_hello_sent().jsing2020-05-091-30/+36
* Move legacy stack interfacing functions into tls13_legacy.c.jsing2020-04-281-95/+4
* Shuffle some functions around.jsing2020-04-271-228/+221
* Switch to NEGOTIATED when using WITHOUT_HRR.jsing2020-04-251-4/+9
* Improve TLSv1.3 state machine for HelloRetryRequest handling.jsing2020-04-221-6/+6
* Handle TLSv1.3 key shares other than X25519 on the server side.jsing2020-04-211-11/+15
* Generate client key share using our preferred group.jsing2020-04-171-2/+2
* Use ctx->hs->secrets rather than the S3I(s) version.jsing2020-03-101-2/+2
* Remove some unnecessary handshake enums/functions.jsing2020-03-101-13/+1
* According to RFC 8446, Section 4.4.4, recipients of incorrect Finishedtb2020-02-231-2/+2
* drop unused include <openssl/curve25519.h>tb2020-02-181-3/+1
* Remove the hello retry request processing code that was previously added.jsing2020-02-051-8/+2
* Free the transcript as soon as we initialise the transcript hash.jsing2020-02-041-1/+2
* Provide struct/functions for handling TLSv1.3 key shares.jsing2020-01-301-8/+12
* If the TLSv1.3 code has not recorded an error and something already existsjsing2020-01-291-1/+2
* When switching back to a legacy client or server, ensure we reset thejsing2020-01-261-1/+2
* Add server side support for requesting client certificates in tls 1.3beck2020-01-261-4/+173
* Add client certificate support for tls 1.3beck2020-01-261-13/+1
* Move pad and verify context into tls13_lib.cbeck2020-01-261-46/+5
* Complete the initial TLSv1.3 implementation.jsing2020-01-241-12/+296
* Store the legacy session identifier from the ClientHello so we can actuallyjsing2020-01-241-1/+10
* Switch to encrypted records in the TLSv1.3 server.jsing2020-01-241-2/+74
* Implement client hello processing in the TLSv1.3 server.jsing2020-01-231-5/+49
* Correct several issues in the current TLSv1.3 server code.jsing2020-01-231-6/+15
* Implement sending client certificate requests for 1.3 serverbeck2020-01-231-1/+13
* Build the encrypted extensions for the 1.3 serverbeck2020-01-231-2/+8