]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
QUIC: Add history section to SSL_inject_net_dgram()
authorHugo Landau <hlandau@openssl.org>
Mon, 20 Mar 2023 16:27:08 +0000 (16:27 +0000)
committerPauli <pauli@openssl.org>
Tue, 21 Mar 2023 23:14:25 +0000 (10:14 +1100)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20451)

doc/man3/SSL_inject_net_dgram.pod
test/quic_tserver_test.c

index 01714accb00e0dfd30659f5bcbbc29dea4c722f8..b859a316f0e253eb2117814e90ae2c3e0dcab1c3 100644 (file)
@@ -39,9 +39,13 @@ on a SSL object which is not a QUIC connection SSL object.
 
 L<OSSL_QUIC_client_method(3)>, L<SSL_tick(3)>, L<SSL_set_blocking_mode(3)>
 
+=head1 HISTORY
+
+The function SSL_inject_net_dgram() was added in OpenSSL 3.2.
+
 =head1 COPYRIGHT
 
-Copyright 2000-2023 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 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
index 393b11172fb4d31d3b5b0d916e0ce56fc7666006..9917093bf449903ba87f1b08e9033e2c31aaee28 100644 (file)
@@ -104,7 +104,7 @@ static int test_tserver(int test_kind)
          * In inject mode we create a dgram pair to feed to the QUIC client on
          * the read side. We don't feed anything to this, it is just a
          * placeholder to give the client something which never returns any
-         * datagrams..
+         * datagrams.
          */
         if (!TEST_true(BIO_new_bio_dgram_pair(&c_pair_own, 5000,
                                               &s_pair_own, 5000)))