sync with OpenBSD -current
This commit is contained in:
parent
af487c914f
commit
bf24177229
83 changed files with 1053 additions and 684 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $OpenBSD: tls13_internal.h,v 1.103 2024/01/27 14:31:01 jsing Exp $ */
|
||||
/* $OpenBSD: tls13_internal.h,v 1.104 2024/09/09 03:32:29 tb Exp $ */
|
||||
/*
|
||||
* Copyright (c) 2018 Bob Beck <beck@openbsd.org>
|
||||
* Copyright (c) 2018 Theo Buehler <tb@openbsd.org>
|
||||
|
@ -210,6 +210,8 @@ void tls13_record_layer_set_hash(struct tls13_record_layer *rl,
|
|||
void tls13_record_layer_set_legacy_version(struct tls13_record_layer *rl,
|
||||
uint16_t version);
|
||||
void tls13_record_layer_set_retry_after_phh(struct tls13_record_layer *rl, int retry);
|
||||
void tls13_record_layer_alert_sent(struct tls13_record_layer *rl,
|
||||
uint8_t alert_level, uint8_t alert_desc);
|
||||
void tls13_record_layer_handshake_completed(struct tls13_record_layer *rl);
|
||||
int tls13_record_layer_set_read_traffic_key(struct tls13_record_layer *rl,
|
||||
struct tls13_secret *read_key, enum ssl_encryption_level_t read_level);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue