Opaque STACK_OF(SSL_COMP) container type.

Synopsis

Declared in <openssl/ssl.h>

struct stack_st_SSL_COMP;

Non-Member Functions

Name

Description

SSL_COMP_get_compression_methods

Return the global stack of available SSL/TLS integrated compression methods.

SSL_COMP_set0_compression_methods

Replace the global stack of SSL/TLS compression methods, transferring ownership of meths.

Created with MrDocs