Add brotli compression support (RFC7924)
authorTodd Short <tshort@akamai.com>
Mon, 9 Aug 2021 20:56:29 +0000 (16:56 -0400)
committerTodd Short <todd.short@me.com>
Tue, 18 Oct 2022 13:30:18 +0000 (09:30 -0400)
commit12e96a23604a7aa1cd8f83486b02f1bcab6d468f
tree0b6be9589eaab31798122128c1237d40bff9bfe2
parent846975f367f75f3503b44c12e49d980dca181647
Add brotli compression support (RFC7924)

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18186)
27 files changed:
Configurations/00-base-templates.conf
Configure
INSTALL.md
apps/enc.c
apps/list.c
apps/progs.pl
crypto/comp/build.info
crypto/comp/c_brotli.c [new file with mode: 0644]
crypto/comp/comp_err.c
crypto/err/openssl.txt
crypto/init.c
crypto/objects/obj_dat.h
crypto/objects/obj_mac.num
crypto/objects/objects.txt
doc/build.info
doc/man3/COMP_CTX_new.pod [new file with mode: 0644]
doc/man3/SSL_COMP_add_compression_method.pod
include/internal/comp.h
include/openssl/comp.h
include/openssl/comperr.h
include/openssl/obj_mac.h
test/bio_comp_test.c [new file with mode: 0644]
test/build.info
test/recipes/07-test_bio_comp.t [new file with mode: 0644]
util/libcrypto.num
util/missingcrypto.txt
util/perl/OpenSSL/Ordinals.pm