]> git.ipfire.org Git - thirdparty/openssl.git/commit
Remove support for SSLv3
authorKurt Roeckx <kurt@roeckx.be>
Tue, 15 Jul 2025 09:38:21 +0000 (11:38 +0200)
committerNeil Horman <nhorman@openssl.org>
Tue, 23 Dec 2025 15:54:06 +0000 (10:54 -0500)
commit60c15b2aff152a64523cf3904a4f8d19ee8aceee
tree3c57cd2b36408c6eb5b6c80f957ee4e30f3c6e29
parentfc756e594ed5a27af378d3bfcfbe8c7142ce0dc1
Remove support for SSLv3

Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/29338)
66 files changed:
.github/workflows/ci.yml
.github/workflows/coveralls.yml
.github/workflows/fips-checksums.yml
.github/workflows/fuzz-checker.yml
.github/workflows/os-zoo.yml
.github/workflows/prov-compat-label.yml
.github/workflows/provider-compatibility.yml
.github/workflows/run-checker-daily.yml
.github/workflows/static-analysis-on-prem.yml
.github/workflows/static-analysis.yml
.github/workflows/windows.yml
CHANGES.md
Configure
apps/ciphers.c
apps/include/opt.h
apps/lib/s_cb.c
apps/list.c
apps/s_client.c
apps/s_server.c
apps/s_time.c
doc/man1/openssl-ciphers.pod.in
doc/man1/openssl-s_client.pod.in
doc/man1/openssl-s_time.pod.in
doc/man1/openssl-sess_id.pod.in
doc/man1/openssl.pod
doc/man3/SSL_CONF_cmd.pod
doc/man3/SSL_CTX_new.pod
doc/perlvars.pm
ssl/build.info
ssl/methods.c
ssl/record/methods/build.info
ssl/record/methods/recmethod_local.h
ssl/record/methods/ssl3_meth.c [deleted file]
ssl/record/methods/tls_common.c
ssl/s3_enc.c
ssl/s3_lib.c
ssl/s3_msg.c
ssl/ssl_lib.c
ssl/ssl_local.h
ssl/ssl_sess.c
ssl/statem/extensions.c
ssl/statem/extensions_clnt.c
ssl/statem/statem_clnt.c
ssl/statem/statem_lib.c
ssl/statem/statem_srvr.c
ssl/t1_trce.c
test/README.ssltest.md
test/helpers/ssl_test_ctx.c
test/recipes/70-test_asyncio.t
test/recipes/70-test_clienthello.t
test/recipes/70-test_recordlen.t
test/recipes/70-test_renegotiation.t
test/recipes/70-test_servername.t
test/recipes/70-test_sslsessiontick.t
test/recipes/70-test_sslsignature.t
test/recipes/70-test_sslvertol.t
test/recipes/80-test_ssl_new.t
test/recipes/80-test_ssl_old.t
test/recipes/90-test_fatalerr.t
test/recipes/90-test_sslapi.t
test/ssl-tests/02-protocol-version.cnf
test/ssl-tests/04-client_auth.cnf.in
test/ssl-tests/protocol_version.pm
test/ssl_ctx_test.c
test/ssl_old_test.c
test/sslapitest.c