]> git.ipfire.org Git - thirdparty/openssl.git/commit
ECH CLI implementation
authorsftcd <stephen.farrell@cs.tcd.ie>
Tue, 10 Sep 2024 23:28:32 +0000 (00:28 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 14 Nov 2025 17:50:57 +0000 (18:50 +0100)
commitf59d683e4986e1cc8fa53ce9c2e73067f395108b
tree343e7db5a8875141e49a9830f38a04f56ed36fde
parent8d50306edf20205328048fb60b846f5cf46b33fa
ECH CLI implementation

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25420)
22 files changed:
apps/ech.c
crypto/err/openssl.txt
crypto/ssl_err.c
doc/designs/ech-api.md
doc/man1/openssl-ech.pod.in
include/openssl/ech.h
include/openssl/sslerr.h
ssl/build.info
ssl/ech.c [deleted file]
ssl/ech/build.info [new file with mode: 0644]
ssl/ech/ech_helper.c [new file with mode: 0644]
ssl/ech/ech_internal.c [new file with mode: 0644]
ssl/ech/ech_local.h [moved from ssl/ech_local.h with 97% similarity]
ssl/ech/ech_ssl_apis.c [new file with mode: 0644]
ssl/ech/ech_store.c [new file with mode: 0644]
test/certs/ech-big.pem [new file with mode: 0644]
test/certs/ech-eg.pem [new file with mode: 0644]
test/certs/ech-giant.pem [new file with mode: 0644]
test/certs/ech-mid.pem [new file with mode: 0644]
test/certs/ech-rsa.pem [new file with mode: 0644]
test/ech_test.c
test/recipes/20-test_app_ech.t [new file with mode: 0644]