Add ZSTD compression support (RFC8478bis)
authorTodd Short <tshort@akamai.com>
Mon, 9 Aug 2021 20:56:37 +0000 (16:56 -0400)
committerTodd Short <todd.short@me.com>
Tue, 18 Oct 2022 13:30:21 +0000 (09:30 -0400)
commitcaf9317d7d75213990014e07048384be15688889
tree50cf59d363c17f389d6c8dbc2372795e3e53658d
parent12e96a23604a7aa1cd8f83486b02f1bcab6d468f
Add ZSTD compression support (RFC8478bis)

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18186)
25 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_zstd.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/man3/COMP_CTX_new.pod
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
test/build.info
test/recipes/07-test_bio_comp.t
util/libcrypto.num
util/perl/OpenSSL/Ordinals.pm