]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add support for TLS 1.3 OCSP multi-stapling for server certs
authormartin <rauch.martin@gmail.com>
Fri, 7 Feb 2025 13:22:41 +0000 (14:22 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 25 Jul 2025 15:24:37 +0000 (17:24 +0200)
commitb1b4b154fd389ac6254d49cfb11aee36c1c51b84
treed3494a301f8f68335e16096af2695bac85cc1caa
parentc108ead2840a76a59fe02c049d08322a02b24761
Add support for TLS 1.3 OCSP multi-stapling for server certs

Co-authored-by: Michael Krueger
Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20945)
35 files changed:
CHANGES.md
apps/lib/s_cb.c
apps/s_client.c
apps/s_server.c
crypto/x509/x509_txt.c
crypto/x509/x509_vfy.c
doc/man1/openssl-s_client.pod.in
doc/man1/openssl-s_server.pod.in
doc/man3/SSL_CTX_set_tlsext_status_cb.pod
doc/man3/X509_STORE_CTX_get_error.pod
doc/man3/X509_STORE_CTX_new.pod
include/crypto/x509.h
include/openssl/ssl.h.in
include/openssl/tls1.h
include/openssl/x509_vfy.h.in
ssl/s3_lib.c
ssl/ssl_cert.c
ssl/ssl_lib.c
ssl/ssl_local.h
ssl/statem/extensions.c
ssl/statem/extensions_clnt.c
ssl/statem/extensions_srvr.c
ssl/statem/statem_clnt.c
ssl/statem/statem_local.h
ssl/statem/statem_srvr.c
test/helpers/handshake.c
test/helpers/ssl_test_ctx.c
test/helpers/ssl_test_ctx.h
test/ssl-tests/15-certstatus.cnf
test/ssl-tests/15-certstatus.cnf.in
test/ssl-tests/16-dtls-certstatus.cnf
test/ssl-tests/16-dtls-certstatus.cnf.in
test/sslapitest.c
util/libcrypto.num
util/other.syms