summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls13_server.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge SSL_METHOD_INTERNAL into SSL_METHOD.jsing2021-07-011-3/+3
* Provide a ssl_sigalg_for_peer() function and use in the TLSv1.3 code.jsing2021-06-291-6/+3
* Move the RSA-PSS check for TLSv1.3 to ssl_sigalg_pkey_ok().jsing2021-06-291-2/+2
* Track the sigalgs used by ourselves and our peer.jsing2021-06-271-3/+4
* Change ssl_sigalgs_from_value() to perform sigalg list selection.jsing2021-06-271-3/+3
* Rename ssl_sigalg() to ssl_sigalg_from_value().jsing2021-06-271-3/+3
* Indent all labels with a single space.jsing2021-06-111-2/+2
* TLSv1.3 server: avoid sending alerts in legacy recordstb2021-06-081-3/+4
* Make local header inclusion consistent.jsing2021-05-161-2/+1
* Avoid pulling ssl_sigalgs.h in via ssl_locl.h.jsing2021-05-161-1/+2
* Move finished and peer finished to the handshake struct.jsing2021-03-291-8/+6
* Rename new_cipher to cipher.jsing2021-03-241-6/+6
* Move the TLSv1.3 handshake struct inside the shared handshake struct.jsing2021-03-211-46/+46
* Improve internal version handling.jsing2021-03-101-4/+5
* Only use TLS versions internally (rather than both TLS and DTLS versions).jsing2021-02-251-2/+2
* Add support for SSL_get_shared_ciphers() in TLSv1.3tb2021-01-091-1/+5
* Rename two local variables ssl to s for consistencytb2021-01-071-7/+7
* Use tls13_secret_{init,cleanup}() for the finished_keytb2021-01-061-5/+5
* Use consistent names in tls13_{client,server}_finished_{recv,send}().jsing2021-01-051-6/+6
* Use legacy verifier when building auto chains.jsing2021-01-051-1/+3
* Fix SSL_get{,_peer}_finished() with TLSv1.3tb2020-12-141-1/+14
* typo & punctuation in commenttb2020-11-171-3/+3
* Implement auto chain for the TLSv1.3 server.jsing2020-11-111-1/+23
* Improve argument order for the internal tlsext APItb2020-07-031-5/+5
* Switch the order of the two tests in tls13_client_hello_required_extensionstb2020-06-251-9/+9
* 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