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_local.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_local.h')
| -rw-r--r-- | src/lib/libssl/ssl_local.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl_local.h b/src/lib/libssl/ssl_local.h index 9999d55963..67ca4a5511 100644 --- a/src/lib/libssl/ssl_local.h +++ b/src/lib/libssl/ssl_local.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ssl_local.h,v 1.42 2026/06/08 11:38:04 tb Exp $ */ | 1 | /* $OpenBSD: ssl_local.h,v 1.43 2026/08/21 17:15:22 tb Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -428,7 +428,7 @@ struct ssl_session_st { | |||
| 428 | 428 | ||
| 429 | char *tlsext_hostname; | 429 | char *tlsext_hostname; |
| 430 | 430 | ||
| 431 | /* Session resumption - RFC 5077 and RFC 8446. */ | 431 | /* Session resumption - RFC 5077 and RFC 9846. */ |
| 432 | unsigned char *tlsext_tick; /* Session ticket */ | 432 | unsigned char *tlsext_tick; /* Session ticket */ |
| 433 | size_t tlsext_ticklen; /* Session ticket length */ | 433 | size_t tlsext_ticklen; /* Session ticket length */ |
| 434 | uint32_t tlsext_tick_lifetime_hint; /* Session lifetime hint in seconds */ | 434 | uint32_t tlsext_tick_lifetime_hint; /* Session lifetime hint in seconds */ |
