]> git.ipfire.org Git - thirdparty/openssl.git/commit
ECH external APIs
authorsftcd <stephen.farrell@cs.tcd.ie>
Thu, 10 Oct 2024 16:46:11 +0000 (17:46 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 18 Nov 2025 08:34:30 +0000 (09:34 +0100)
commitbb90a1c5579af3ea331c356378d7b6ab56f7d5db
tree1222c3711b3fbee95e59e01a3c1a266127b49116
parentf59d683e4986e1cc8fa53ce9c2e73067f395108b
ECH external APIs

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25663)
15 files changed:
apps/ech.c
demos/sslecho/echecho.c
doc/designs/ech-api.md
doc/man3/SSL_set1_echstore.pod
include/openssl/ech.h
ssl/ech/ech_internal.c
ssl/ech/ech_local.h
ssl/ech/ech_ssl_apis.c
ssl/ech/ech_store.c
ssl/ssl_lib.c
ssl/ssl_local.h
test/certs/echserver.key [new file with mode: 0644]
test/certs/echserver.pem [new file with mode: 0644]
test/ech_test.c
util/libssl.num