]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man3/SSL_new.pod
Copyright year updates
[thirdparty/openssl.git] / doc / man3 / SSL_new.pod
index 59d275523f98e7d018e4abca5302192e0373980a..d01996fba14322bf2059e803da5271442c159aa7 100644 (file)
@@ -35,7 +35,7 @@ MUST NOT have yet started the SSL handshake.  For connections that are not in
 their initial state SSL_dup() just increments an internal
 reference count and returns the I<same> handle.  It may be possible to
 use L<SSL_clear(3)> to recycle an SSL handle that is not in its initial
-state for re-use, but this is best avoided.  Instead, save and restore
+state for reuse, but this is best avoided.  Instead, save and restore
 the session, if desired, and construct a fresh handle for each connection.
 
 The subset of settings in I<s> that are duplicated are:
@@ -96,6 +96,9 @@ SSL_set0_client_CA_list() or similar functions
 
 =back
 
+SSL_dup() is not supported on QUIC SSL objects and returns NULL if called on
+such an object.
+
 =head1 RETURN VALUES
 
 The following return values can occur:
@@ -124,7 +127,7 @@ L<ssl(7)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2023 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy