Sortix
Sortix Download Manual Development Source Code News Blog More
current nightly

Sortix nightly manual

This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.

SSL_COMP_ADD_COMPRESSION_METHOD(3) Library Functions Manual SSL_COMP_ADD_COMPRESSION_METHOD(3)

NAME

SSL_COMP_get_compression_methods — handle SSL/TLS integrated compression methods

SYNOPSIS

#include <openssl/ssl.h>

STACK_OF(SSL_COMP) *
SSL_COMP_get_compression_methods(void);

DESCRIPTION

This function is deprecated and has no effect. It is provided purely for compatibility with legacy application code.

SSL_COMP_get_compression_methods() used to return a stack of available compression methods.

RETURN VALUES

SSL_COMP_get_compression_methods() always returns NULL.

SEE ALSO

ssl(3)

HISTORY

SSL_COMP_get_compression_methods() first appeared in OpenSSL 0.9.8 and has been available since OpenBSD 4.5.

August 31, 2024 Sortix 1.1.0-dev
Copyright 2011-2025 Jonas 'Sortie' Termansen and contributors.
Sortix's source code is free software under the ISC license.
#sortix on irc.sortix.org
@sortix_org