]> git.ipfire.org Git - thirdparty/openssl.git/commit
ECH build artefacts and a bit of code
authorStephen Farrell <stephen.farrell@cs.tcd.ie>
Thu, 15 Aug 2024 00:27:24 +0000 (01:27 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 14 Nov 2025 17:50:54 +0000 (18:50 +0100)
commit8d50306edf20205328048fb60b846f5cf46b33fa
tree318d7ec270191f71ec6e460a46a64e2ee429fdcb
parentb1ec1b30bef929adf02213c621081eb14c6d5588
ECH build artefacts and a bit of code

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25193)
32 files changed:
Configurations/unix-Makefile.tmpl
Configure
INSTALL.md
apps/build.info
apps/ech.c [new file with mode: 0644]
apps/lib/s_cb.c
apps/list.c
crypto/err/openssl.txt
crypto/ssl_err.c
demos/sslecho/Makefile
demos/sslecho/README.md
doc/build.info
doc/designs/ech-api.md
doc/man1/build.info
doc/man1/openssl-ech.pod.in [new file with mode: 0644]
doc/man1/openssl.pod
doc/man3/SSL_CTX_set_options.pod
doc/man3/SSL_set1_echstore.pod [new file with mode: 0644]
include/openssl/ech.h [new file with mode: 0644]
include/openssl/pem.h
include/openssl/ssl.h.in
include/openssl/sslerr.h
include/openssl/tls1.h
include/openssl/types.h
ssl/build.info
ssl/ech.c [new file with mode: 0644]
ssl/ech_local.h [new file with mode: 0644]
test/build.info
test/ech_test.c [new file with mode: 0644]
test/recipes/30-test_ech.t [new file with mode: 0644]
util/libssl.num
util/perl/TLSProxy/Message.pm