]> 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)
committerMatt Caswell <matt@openssl.org>
Thu, 1 May 2025 13:29:52 +0000 (14:29 +0100)
commit30c4df9e26747d89a98d570befff152336cca29b
tree71f9aecc07496074f68bc15404aa0255bb2773b6
parent45df0ab506c0d61ac3b2e6f970cf19b83caa1948
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]