diff options
author | Tomas Mraz <tomas@openssl.org> | 2023-07-24 18:05:47 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2023-08-08 15:58:59 +0200 |
commit | 44cb36d04adb737be1aee32908232003deeb67dd (patch) | |
tree | f1fe8280f92f99a4316db58b3c3b6de628d16110 /doc/man3/SSL_shutdown.pod | |
parent | bio_ssl.c: Support most ctrls with QUIC based BIO_SSL (diff) | |
download | openssl-44cb36d04adb737be1aee32908232003deeb67dd.tar.xz openssl-44cb36d04adb737be1aee32908232003deeb67dd.zip |
Resolve some of the TODO(QUIC) items
For some of the items we add FUTURE/SERVER/TESTING/MULTIPATH
designation to indicate these do not need to be resolved
in QUIC MVP release.
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21539)
Diffstat (limited to 'doc/man3/SSL_shutdown.pod')
-rw-r--r-- | doc/man3/SSL_shutdown.pod | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/man3/SSL_shutdown.pod b/doc/man3/SSL_shutdown.pod index f0bdc5dd74..e297c23f79 100644 --- a/doc/man3/SSL_shutdown.pod +++ b/doc/man3/SSL_shutdown.pod @@ -105,12 +105,6 @@ zero-initialised B<SSL_SHUTDOWN_EX_ARGS> structure. When used with a non-QUIC SSL object, the arguments are ignored and the call functions identically to SSL_shutdown(). -=begin comment - -TODO(QUIC): Once streams are implemented, revise this text - -=end comment - When used with a QUIC connection SSL object, SSL_shutdown_ex() initiates a QUIC immediate close. The I<quic_error_code> field can be used to specify a 62-bit application error code to be signalled via QUIC. The value specified must be in @@ -263,6 +257,8 @@ BIOs. It can also occur when not all data was read using SSL_read(). +This value is also returned when called on QUIC stream SSL objects. + =back =head1 SEE ALSO |