diff options
| author | tb <> | 2026-08-21 17:15:22 +0000 |
|---|---|---|
| committer | tb <> | 2026-08-21 17:15:22 +0000 |
| commit | fcc903ee8faa79f7dedb22f05008724ea327bdba (patch) | |
| tree | d5921661f11d1c73ddb6d9c2302499f7d3466cf1 /src/lib/libssl/ssl_tlsext.h | |
| parent | c59d718905f8bfe12745fa599341256608e132f4 (diff) | |
| download | openbsd-fcc903ee8faa79f7dedb22f05008724ea327bdba.tar.gz openbsd-fcc903ee8faa79f7dedb22f05008724ea327bdba.tar.bz2 openbsd-fcc903ee8faa79f7dedb22f05008724ea327bdba.zip | |
Change RFC references from 8446 to 9846 and adjust section numbers
with/ok kenjiro
Diffstat (limited to 'src/lib/libssl/ssl_tlsext.h')
| -rw-r--r-- | src/lib/libssl/ssl_tlsext.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_tlsext.h b/src/lib/libssl/ssl_tlsext.h index 4fd2ec05a0..e1fc2634c2 100644 --- a/src/lib/libssl/ssl_tlsext.h +++ b/src/lib/libssl/ssl_tlsext.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ssl_tlsext.h,v 1.34 2024/03/26 03:44:11 beck Exp $ */ | 1 | /* $OpenBSD: ssl_tlsext.h,v 1.35 2026/08/21 17:15:22 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2016, 2017 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2016, 2017 Joel Sing <jsing@openbsd.org> |
| 4 | * Copyright (c) 2017 Doug Hogan <doug@openbsd.org> | 4 | * Copyright (c) 2017 Doug Hogan <doug@openbsd.org> |
| @@ -20,7 +20,7 @@ | |||
| 20 | #ifndef HEADER_SSL_TLSEXT_H | 20 | #ifndef HEADER_SSL_TLSEXT_H |
| 21 | #define HEADER_SSL_TLSEXT_H | 21 | #define HEADER_SSL_TLSEXT_H |
| 22 | 22 | ||
| 23 | /* TLSv1.3 - RFC 8446 Section 4.2. */ | 23 | /* TLSv1.3 - RFC 9846 section 4.3. */ |
| 24 | #define SSL_TLSEXT_MSG_CH 0x0001 /* ClientHello */ | 24 | #define SSL_TLSEXT_MSG_CH 0x0001 /* ClientHello */ |
| 25 | #define SSL_TLSEXT_MSG_SH 0x0002 /* ServerHello */ | 25 | #define SSL_TLSEXT_MSG_SH 0x0002 /* ServerHello */ |
| 26 | #define SSL_TLSEXT_MSG_EE 0x0004 /* EncryptedExtension */ | 26 | #define SSL_TLSEXT_MSG_EE 0x0004 /* EncryptedExtension */ |
