index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libssl
/
tls13_internal.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support OPENSSL_NO_FILENAMES
tb
7 days
1
-3
/
+3
*
Add and use tls13_record_layer_alert_sent()
tb
2024-09-09
1
-1
/
+3
*
Make tls13_legacy_return_code() static.
jsing
2024-01-27
1
-2
/
+1
*
Add message callbacks for alerts in the TLSv1.3 stack.
jsing
2024-01-27
1
-4
/
+7
*
Provide record layer callbacks for QUIC.
jsing
2022-07-24
1
-1
/
+20
*
Provide QUIC encryption levels.
jsing
2022-07-24
1
-3
/
+3
*
Remove tls_buffer_set_data() and remove/revise callers.
jsing
2022-07-20
1
-3
/
+2
*
Pass SSL pointer to tls13_ctx_new().
jsing
2022-07-17
1
-2
/
+2
*
Provide #defines for the two currently registered PskKeyExchangeModes.
tb
2022-06-03
1
-1
/
+12
*
Rename tls13_key_share to tls_key_share.
jsing
2022-01-05
1
-19
/
+1
*
Rename tls13_buffer to tls_buffer.
jsing
2021-10-23
1
-22
/
+5
*
Implement flushing for TLSv1.3 handshakes.
jsing
2021-09-16
1
-1
/
+6
*
zap trailing white space
tb
2021-09-14
1
-2
/
+2
*
Call the info cb on connect/accept exit in TLSv1.3
tb
2021-09-14
1
-1
/
+3
*
Factor out the TLSv1.3 code that handles content from TLS records.
jsing
2021-09-04
1
-2
/
+2
*
Expand info callback support for TLSv1.3
tb
2021-06-28
1
-1
/
+3
*
Move the TLSv1.3 handshake struct inside the shared handshake struct.
jsing
2021-03-21
1
-2
/
+2
*
Add tls13_secret_{init,cleanup}()
tb
2021-01-05
1
-1
/
+3
*
Implement exporter for TLSv1.3.
jsing
2020-11-16
1
-1
/
+15
*
Add minimal info callback support for TLSv1.3
tb
2020-07-30
1
-1
/
+7
*
Improve argument order for the internal tlsext API
tb
2020-07-03
1
-2
/
+2
*
Implement a rolling hash of the ClientHello message, Enforce RFC 8446
beck
2020-06-06
1
-1
/
+8
*
Wire up the servername callback in the TLSv1.3 server.
jsing
2020-05-29
1
-1
/
+2
*
Provide the option to retry or return after post-handshake messages.
jsing
2020-05-23
1
-1
/
+2
*
Add support for TLS 1.3 server to send certificate status
beck
2020-05-19
1
-2
/
+3
*
Add TLS13_ERR_NO_CERTIFICATE.
jsing
2020-05-16
1
-2
/
+3
*
Propagate record overflows to the record layer and alert.
jsing
2020-05-11
1
-1
/
+2
*
Add record version checks.
jsing
2020-05-11
1
-12
/
+13
*
Provide an alert sent record layer callback.
jsing
2020-05-11
1
-1
/
+2
*
Move the record layer callbacks into a struct.
jsing
2020-05-11
1
-5
/
+11
*
Send dummy ChangeCipherSpec messages from the TLSv1.3 server
tb
2020-05-10
1
-1
/
+3
*
Honour SSL_VERIFY_FAIL_IF_NO_PEER_CERT in the TLSv1.3 server.
jsing
2020-05-10
1
-1
/
+2
*
Provide alert defines for TLSv1.3 and use in the TLSv1.3 code.
jsing
2020-05-10
1
-1
/
+32
*
Back out server side CCS sending. It breaks TLSv1.3 client communication
tb
2020-05-09
1
-2
/
+1
*
Send dummy ChangeCipherSpec messages from the TLSv1.3 server
tb
2020-05-09
1
-1
/
+2
*
Send dummy ChangeCipherSpec messages from the TLSv1.3 client.
jsing
2020-05-09
1
-1
/
+3
*
Add a middlebox_compat flag and condition session ID randomisation on it.
jsing
2020-05-09
1
-1
/
+2
*
Add support for certificate status requests in TLS 1.3 client
beck
2020-05-09
1
-1
/
+3
*
Move legacy stack interfacing functions into tls13_legacy.c.
jsing
2020-04-28
1
-1
/
+8
*
Rename tls13_client_synthetic_handshake_message() and move to tls13_lib.c.
jsing
2020-04-28
1
-1
/
+2
*
Improve TLSv1.3 state machine for HelloRetryRequest handling.
jsing
2020-04-22
1
-3
/
+3
*
Consolidate TLSv1.3 constants.
jsing
2020-04-21
1
-6
/
+7
*
Expose the peer ephemeral public key used for TLSv1.3 key exchange.
jsing
2020-04-18
1
-1
/
+2
*
Generate client key share using our preferred group.
jsing
2020-04-17
1
-2
/
+3
*
Remove some unnecessary handshake enums/functions.
jsing
2020-03-10
1
-3
/
+1
*
Pull the handshake message transcript code into its own function.
jsing
2020-02-05
1
-1
/
+2
*
Rework tls13_legacy_handshake_message_{recv,sent}_cb() to use
tb
2020-02-05
1
-2
/
+2
*
Provide struct/functions for handling TLSv1.3 key shares.
jsing
2020-01-30
1
-1
/
+23
*
Move pad and verify context into tls13_lib.c
beck
2020-01-26
1
-1
/
+6
*
Add an underbar for consistency.
tb
2020-01-25
1
-2
/
+2
[next]