Home
last modified time | relevance | path

Searched refs:SSL_R_BAD_DECOMPRESSION (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Dsslerr.h34 # define SSL_R_BAD_DECOMPRESSION 107 macro
/freebsd/crypto/openssl/crypto/
H A Dssl_err.c35 {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_BAD_DECOMPRESSION), "bad decompression"},
/freebsd/crypto/openssl/ssl/record/methods/
H A Ddtls_meth.c244 RLAYERfatal(rl, SSL_AD_DECOMPRESSION_FAILURE, SSL_R_BAD_DECOMPRESSION); in dtls_process_record()
H A Dtls_common.c1073 SSL_R_BAD_DECOMPRESSION); in tls_default_post_process_record()
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_lib.c2911 SSLfatal(sc, SSL_AD_BAD_CERTIFICATE, SSL_R_BAD_DECOMPRESSION); in tls13_process_compressed_certificate()
2916 SSLfatal(sc, SSL_AD_DECODE_ERROR, SSL_R_BAD_DECOMPRESSION); in tls13_process_compressed_certificate()
2924 SSLfatal(sc, SSL_AD_BAD_CERTIFICATE, SSL_R_BAD_DECOMPRESSION); in tls13_process_compressed_certificate()
/freebsd/crypto/openssl/crypto/err/
H A Dopenssl.txt1361 SSL_R_BAD_DECOMPRESSION:107:bad decompression