X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=doc%2Fman3%2FSSL_new.pod;h=d01996fba14322bf2059e803da5271442c159aa7;hb=da1c088f599af3755aaeed1c447a39621ef12e1f;hp=c7c5758cb13232cc31d48c372db65176b43d228d;hpb=5188d0d55c72138dd1b65521fb73ac31902f0a52;p=thirdparty%2Fopenssl.git diff --git a/doc/man3/SSL_new.pod b/doc/man3/SSL_new.pod index c7c5758cb1..d01996fba1 100644 --- a/doc/man3/SSL_new.pod +++ b/doc/man3/SSL_new.pod @@ -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 handle. It may be possible to use L 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 that are duplicated are: @@ -61,7 +61,7 @@ L, or L L or L (Note: Only from OpenSSL 1.1.1h and above) -=item any Verify mode, callback or depth set via L or +=item any verify mode, callback or depth set via L or L or any configured X509 verification parameters =item any msg callback or info callback set via L or @@ -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 =head1 COPYRIGHT -Copyright 2000-2020 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