summaryrefslogtreecommitdiffstats
path: root/doc/man3/OSSL_QUIC_client_method.pod
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-06-28 19:51:09 +0100
committerPauli <pauli@openssl.org>2023-07-05 09:03:04 +1000
commit3f7b67fb21e31b4262bb0c0dd83c01c221f3278c (patch)
tree84a174e42ee7670babb2283051e79f69ed0d4423 /doc/man3/OSSL_QUIC_client_method.pod
parentd6e7ebba3370e06ea4dfae6381dfe0e1c21070e3 (diff)
Remove unused server code
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20061)
Diffstat (limited to 'doc/man3/OSSL_QUIC_client_method.pod')
-rw-r--r--doc/man3/OSSL_QUIC_client_method.pod12
1 files changed, 3 insertions, 9 deletions
diff --git a/doc/man3/OSSL_QUIC_client_method.pod b/doc/man3/OSSL_QUIC_client_method.pod
index 65d37e88b3..eaae2b049d 100644
--- a/doc/man3/OSSL_QUIC_client_method.pod
+++ b/doc/man3/OSSL_QUIC_client_method.pod
@@ -2,8 +2,7 @@
=head1 NAME
-OSSL_QUIC_client_method, OSSL_QUIC_client_thread_method,
-OSSL_QUIC_server_method
+OSSL_QUIC_client_method, OSSL_QUIC_client_thread_method
- Provide SSL_METHOD objects for QUIC enabled functions
=head1 SYNOPSIS
@@ -12,7 +11,6 @@ OSSL_QUIC_server_method
const SSL_METHOD *OSSL_QUIC_client_method(void);
const SSL_METHOD *OSSL_QUIC_client_thread_method(void);
- const SSL_METHOD *OSSL_QUIC_server_method(void);
=head1 DESCRIPTION
@@ -27,10 +25,6 @@ The OSSL_QUIC_client_method() does not use threads and depends on
nonblocking mode of operation and the application periodically calling SSL
functions.
-The OSSL_QUIC_server_method() is currently experimental and unsupported.
-It is provided for testing purposes. It does not provide a QUIC server
-implementation compliant with the QUIC specification.
-
=head1 RETURN VALUES
These functions return pointers to the constant method objects.
@@ -41,8 +35,8 @@ L<SSL_CTX_new_ex(3)>
=head1 HISTORY
-OSSL_QUIC_client_method(), OSSL_QUIC_client_thread_method(), and
-OSSL_QUIC_server_method() were added in OpenSSL 3.2.
+OSSL_QUIC_client_method() and OSSL_QUIC_client_thread_method() were added in
+OpenSSL 3.2.
=head1 COPYRIGHT