Changeset 94082 in vbox for trunk/src/libs/openssl-3.0.1/doc/man3/SSL_read_early_data.pod
- Timestamp:
- Mar 3, 2022 7:17:34 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150325
- Location:
- trunk/src/libs/openssl-3.0.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/openssl-3.0.1
- Property svn:mergeinfo
-
old new 12 12 /vendor/openssl/1.1.1c:131722-131725 13 13 /vendor/openssl/1.1.1k:145841-145843 14 /vendor/openssl/3.0.1:150323-150324 15 /vendor/openssl/current:147554-150322
-
- Property svn:mergeinfo
-
trunk/src/libs/openssl-3.0.1/doc/man3/SSL_read_early_data.pod
r91772 r94082 67 67 Early data has weaker security properties than other data sent over an SSL/TLS 68 68 connection. In particular the data does not have forward secrecy. There are also 69 additional considerations around replay attacks (see L< REPLAY PROTECTION>69 additional considerations around replay attacks (see L</REPLAY PROTECTION> 70 70 below). For these reasons extreme care should be exercised when using early 71 71 data. For specific details, consult the TLS 1.3 specification. … … 368 368 Copyright 2017-2020 The OpenSSL Project Authors. All Rights Reserved. 369 369 370 Licensed under the OpenSSL license(the "License"). You may not use370 Licensed under the Apache License 2.0 (the "License"). You may not use 371 371 this file except in compliance with the License. You can obtain a copy 372 372 in the file LICENSE in the source distribution or at
Note:
See TracChangeset
for help on using the changeset viewer.