From 804ac9a36aa1b34dba3de0860e909bfb698f7363 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 31 Aug 2024 10:51:48 +0000 Subject: Remove SSL_add_compression_method --- .../libssl/man/SSL_COMP_add_compression_method.3 | 24 ++++------------------ src/lib/libssl/man/ssl.3 | 6 +++--- 2 files changed, 7 insertions(+), 23 deletions(-) (limited to 'src/lib/libssl/man') diff --git a/src/lib/libssl/man/SSL_COMP_add_compression_method.3 b/src/lib/libssl/man/SSL_COMP_add_compression_method.3 index a18c9cd2bd..f9e25358d7 100644 --- a/src/lib/libssl/man/SSL_COMP_add_compression_method.3 +++ b/src/lib/libssl/man/SSL_COMP_add_compression_method.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_COMP_add_compression_method.3,v 1.6 2024/05/23 06:49:55 tb Exp $ +.\" $OpenBSD: SSL_COMP_add_compression_method.3,v 1.7 2024/08/31 10:51:48 tb Exp $ .\" .\" Copyright (c) 2016 Ingo Schwarze .\" @@ -14,45 +14,29 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 23 2024 $ +.Dd $Mdocdate: August 31 2024 $ .Dt SSL_COMP_ADD_COMPRESSION_METHOD 3 .Os .Sh NAME -.Nm SSL_COMP_add_compression_method , .Nm SSL_COMP_get_compression_methods .Nd handle SSL/TLS integrated compression methods .Sh SYNOPSIS .In openssl/ssl.h -.Ft int -.Fn SSL_COMP_add_compression_method "int id" "void *cm" .Ft STACK_OF(SSL_COMP) * .Fn SSL_COMP_get_compression_methods void .Sh DESCRIPTION -These functions are deprecated and have no effect. -They are provided purely for compatibility with legacy application code. -.Pp -.Fn SSL_COMP_add_compression_method -used to add the compression method -.Fa cm -with the identifier -.Fa id -to the list of available compression methods. +This function is deprecated and has no effect. +It is provided purely for compatibility with legacy application code. .Pp .Fn SSL_COMP_get_compression_methods used to return a stack of available compression methods. .Sh RETURN VALUES -.Fn SSL_COMP_add_compression_method -always returns 1. .Fn SSL_COMP_get_compression_methods always returns .Dv NULL . .Sh SEE ALSO .Xr ssl 3 .Sh HISTORY -.Fn SSL_COMP_add_compression_method -first appeared in OpenSSL 0.9.2b and has been available since -.Ox 2.6 . -.Pp .Fn SSL_COMP_get_compression_methods first appeared in OpenSSL 0.9.8 and has been available since .Ox 4.5 . diff --git a/src/lib/libssl/man/ssl.3 b/src/lib/libssl/man/ssl.3 index 5bceba7245..314a1b0a94 100644 --- a/src/lib/libssl/man/ssl.3 +++ b/src/lib/libssl/man/ssl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssl.3,v 1.25 2024/07/13 18:33:18 tb Exp $ +.\" $OpenBSD: ssl.3,v 1.26 2024/08/31 10:51:48 tb Exp $ .\" full merge up to: OpenSSL e330f55d Nov 11 00:51:04 2016 +0100 .\" selective merge up to: OpenSSL 322755cc Sep 1 08:40:51 2018 +0800 .\" @@ -51,7 +51,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 13 2024 $ +.Dd $Mdocdate: August 31 2024 $ .Dt SSL 3 .Os .Sh NAME @@ -339,7 +339,7 @@ To inspect the state during ongoing communication: .Xr SSL_load_client_CA_file 3 .Ss Obsolete functions .Xr OPENSSL_init_ssl 3 , -.Xr SSL_COMP_add_compression_method 3 , +.Xr SSL_COMP_get_compression_methods 3 , .Xr SSL_CTX_set_tmp_rsa_callback 3 , .Xr SSL_library_init 3 , .Xr SSL_set_tmp_ecdh 3 -- cgit v1.2.3-55-g6feb