diff options
Diffstat (limited to 'src/lib/libssl/man/SSL_COMP_add_compression_method.3')
-rw-r--r-- | src/lib/libssl/man/SSL_COMP_add_compression_method.3 | 24 |
1 files changed, 4 insertions, 20 deletions
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 @@ | |||
1 | .\" $OpenBSD: SSL_COMP_add_compression_method.3,v 1.6 2024/05/23 06:49:55 tb Exp $ | 1 | .\" $OpenBSD: SSL_COMP_add_compression_method.3,v 1.7 2024/08/31 10:51:48 tb Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> | 3 | .\" Copyright (c) 2016 Ingo Schwarze <schwarze@openbsd.org> |
4 | .\" | 4 | .\" |
@@ -14,45 +14,29 @@ | |||
14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | .\" | 16 | .\" |
17 | .Dd $Mdocdate: May 23 2024 $ | 17 | .Dd $Mdocdate: August 31 2024 $ |
18 | .Dt SSL_COMP_ADD_COMPRESSION_METHOD 3 | 18 | .Dt SSL_COMP_ADD_COMPRESSION_METHOD 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
21 | .Nm SSL_COMP_add_compression_method , | ||
22 | .Nm SSL_COMP_get_compression_methods | 21 | .Nm SSL_COMP_get_compression_methods |
23 | .Nd handle SSL/TLS integrated compression methods | 22 | .Nd handle SSL/TLS integrated compression methods |
24 | .Sh SYNOPSIS | 23 | .Sh SYNOPSIS |
25 | .In openssl/ssl.h | 24 | .In openssl/ssl.h |
26 | .Ft int | ||
27 | .Fn SSL_COMP_add_compression_method "int id" "void *cm" | ||
28 | .Ft STACK_OF(SSL_COMP) * | 25 | .Ft STACK_OF(SSL_COMP) * |
29 | .Fn SSL_COMP_get_compression_methods void | 26 | .Fn SSL_COMP_get_compression_methods void |
30 | .Sh DESCRIPTION | 27 | .Sh DESCRIPTION |
31 | These functions are deprecated and have no effect. | 28 | This function is deprecated and has no effect. |
32 | They are provided purely for compatibility with legacy application code. | 29 | It is provided purely for compatibility with legacy application code. |
33 | .Pp | ||
34 | .Fn SSL_COMP_add_compression_method | ||
35 | used to add the compression method | ||
36 | .Fa cm | ||
37 | with the identifier | ||
38 | .Fa id | ||
39 | to the list of available compression methods. | ||
40 | .Pp | 30 | .Pp |
41 | .Fn SSL_COMP_get_compression_methods | 31 | .Fn SSL_COMP_get_compression_methods |
42 | used to return a stack of available compression methods. | 32 | used to return a stack of available compression methods. |
43 | .Sh RETURN VALUES | 33 | .Sh RETURN VALUES |
44 | .Fn SSL_COMP_add_compression_method | ||
45 | always returns 1. | ||
46 | .Fn SSL_COMP_get_compression_methods | 34 | .Fn SSL_COMP_get_compression_methods |
47 | always returns | 35 | always returns |
48 | .Dv NULL . | 36 | .Dv NULL . |
49 | .Sh SEE ALSO | 37 | .Sh SEE ALSO |
50 | .Xr ssl 3 | 38 | .Xr ssl 3 |
51 | .Sh HISTORY | 39 | .Sh HISTORY |
52 | .Fn SSL_COMP_add_compression_method | ||
53 | first appeared in OpenSSL 0.9.2b and has been available since | ||
54 | .Ox 2.6 . | ||
55 | .Pp | ||
56 | .Fn SSL_COMP_get_compression_methods | 40 | .Fn SSL_COMP_get_compression_methods |
57 | first appeared in OpenSSL 0.9.8 and has been available since | 41 | first appeared in OpenSSL 0.9.8 and has been available since |
58 | .Ox 4.5 . | 42 | .Ox 4.5 . |