summaryrefslogtreecommitdiff
path: root/src/lib/libssl/tls13_internal.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support OPENSSL_NO_FILENAMEStb7 days1-3/+3
* Add and use tls13_record_layer_alert_sent()tb2024-09-091-1/+3
* Make tls13_legacy_return_code() static.jsing2024-01-271-2/+1
* Add message callbacks for alerts in the TLSv1.3 stack.jsing2024-01-271-4/+7
* Provide record layer callbacks for QUIC.jsing2022-07-241-1/+20
* Provide QUIC encryption levels.jsing2022-07-241-3/+3
* Remove tls_buffer_set_data() and remove/revise callers.jsing2022-07-201-3/+2
* Pass SSL pointer to tls13_ctx_new().jsing2022-07-171-2/+2
* Provide #defines for the two currently registered PskKeyExchangeModes.tb2022-06-031-1/+12
* Rename tls13_key_share to tls_key_share.jsing2022-01-051-19/+1
* Rename tls13_buffer to tls_buffer.jsing2021-10-231-22/+5
* Implement flushing for TLSv1.3 handshakes.jsing2021-09-161-1/+6
* zap trailing white spacetb2021-09-141-2/+2
* Call the info cb on connect/accept exit in TLSv1.3tb2021-09-141-1/+3
* Factor out the TLSv1.3 code that handles content from TLS records.jsing2021-09-041-2/+2
* Expand info callback support for TLSv1.3tb2021-06-281-1/+3
* Move the TLSv1.3 handshake struct inside the shared handshake struct.jsing2021-03-211-2/+2
* Add tls13_secret_{init,cleanup}()tb2021-01-051-1/+3
* Implement exporter for TLSv1.3.jsing2020-11-161-1/+15
* Add minimal info callback support for TLSv1.3tb2020-07-301-1/+7
* Improve argument order for the internal tlsext APItb2020-07-031-2/+2
* Implement a rolling hash of the ClientHello message, Enforce RFC 8446beck2020-06-061-1/+8
* Wire up the servername callback in the TLSv1.3 server.jsing2020-05-291-1/+2
* Provide the option to retry or return after post-handshake messages.jsing2020-05-231-1/+2
* Add support for TLS 1.3 server to send certificate statusbeck2020-05-191-2/+3
* Add TLS13_ERR_NO_CERTIFICATE.jsing2020-05-161-2/+3
* Propagate record overflows to the record layer and alert.jsing2020-05-111-1/+2
* Add record version checks.jsing2020-05-111-12/+13
* Provide an alert sent record layer callback.jsing2020-05-111-1/+2
* Move the record layer callbacks into a struct.jsing2020-05-111-5/+11
* Send dummy ChangeCipherSpec messages from the TLSv1.3 servertb2020-05-101-1/+3
* Honour SSL_VERIFY_FAIL_IF_NO_PEER_CERT in the TLSv1.3 server.jsing2020-05-101-1/+2
* Provide alert defines for TLSv1.3 and use in the TLSv1.3 code.jsing2020-05-101-1/+32
* Back out server side CCS sending. It breaks TLSv1.3 client communicationtb2020-05-091-2/+1
* Send dummy ChangeCipherSpec messages from the TLSv1.3 servertb2020-05-091-1/+2
* Send dummy ChangeCipherSpec messages from the TLSv1.3 client.jsing2020-05-091-1/+3
* Add a middlebox_compat flag and condition session ID randomisation on it.jsing2020-05-091-1/+2
* Add support for certificate status requests in TLS 1.3 clientbeck2020-05-091-1/+3
* Move legacy stack interfacing functions into tls13_legacy.c.jsing2020-04-281-1/+8
* Rename tls13_client_synthetic_handshake_message() and move to tls13_lib.c.jsing2020-04-281-1/+2
* Improve TLSv1.3 state machine for HelloRetryRequest handling.jsing2020-04-221-3/+3
* Consolidate TLSv1.3 constants.jsing2020-04-211-6/+7
* Expose the peer ephemeral public key used for TLSv1.3 key exchange.jsing2020-04-181-1/+2
* Generate client key share using our preferred group.jsing2020-04-171-2/+3
* Remove some unnecessary handshake enums/functions.jsing2020-03-101-3/+1
* Pull the handshake message transcript code into its own function.jsing2020-02-051-1/+2
* Rework tls13_legacy_handshake_message_{recv,sent}_cb() to usetb2020-02-051-2/+2
* Provide struct/functions for handling TLSv1.3 key shares.jsing2020-01-301-1/+23
* Move pad and verify context into tls13_lib.cbeck2020-01-261-1/+6
* Add an underbar for consistency.tb2020-01-251-2/+2