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