Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.5.0-alpha1 release commits #39

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ OpenSSL Releases
OpenSSL 3.5
-----------

### Changes between 3.5 and 3.6 [xx XXX xxxx]

* none yet

### Changes between 3.4 and 3.5 [xx XXX xxxx]

* Support DEFAULT keyword and '-' prefix in SSL_CTX_set1_groups_list().
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ OpenSSL Releases
OpenSSL 3.5
-----------

### Major changes between OpenSSL 3.5 and OpenSSL 3.6 [under development]

* none

### Major changes between OpenSSL 3.4 and OpenSSL 3.5 [under development]

OpenSSL 3.5.0 is a feature release adding significant new functionality to
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ attempting to develop or distribute cryptographic code.
Copyright
=========

Copyright (c) 1998-2024 The OpenSSL Project Authors
Copyright (c) 1998-2025 The OpenSSL Project Authors

Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson

Expand Down
2 changes: 1 addition & 1 deletion VERSION.dat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MAJOR=3
MINOR=5
MINOR=6
PATCH=0
PRE_RELEASE_TAG=dev
BUILD_METADATA=
Expand Down
422 changes: 211 additions & 211 deletions providers/fips-sources.checksums

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion providers/fips.checksum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b6f680c72ab317650f159e1adfb33a2f24e9620d3efda758a54b9f121b8e8e51 providers/fips-sources.checksums
470965fc98c3f4f6208870874c2a09e7b40de47b5fc34f6e03e3b36804b6a3af providers/fips-sources.checksums
4 changes: 2 additions & 2 deletions providers/fips.module.sources
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ crypto/evp/kdf_meth.c
crypto/evp/kem.c
crypto/evp/keymgmt_lib.c
crypto/evp/keymgmt_meth.c
crypto/evp/m_sigver.c
crypto/evp/mac_lib.c
crypto/evp/mac_meth.c
crypto/evp/p_lib.c
Expand Down Expand Up @@ -422,6 +421,7 @@ include/internal/deterministic_nonce.h
include/internal/dso.h
include/internal/dsoerr.h
include/internal/e_os.h
include/internal/e_winsock.h
include/internal/endian.h
include/internal/ffc.h
include/internal/hashtable.h
Expand Down Expand Up @@ -649,12 +649,12 @@ providers/implementations/macs/cmac_prov.c
providers/implementations/macs/gmac_prov.c
providers/implementations/macs/hmac_prov.c
providers/implementations/macs/kmac_prov.c
providers/implementations/rands/crngt.c
providers/implementations/rands/drbg.c
providers/implementations/rands/drbg_ctr.c
providers/implementations/rands/drbg_hash.c
providers/implementations/rands/drbg_hmac.c
providers/implementations/rands/drbg_local.h
providers/implementations/rands/fips_crng_test.c
providers/implementations/rands/test_rng.c
providers/implementations/signature/dsa_sig.c
providers/implementations/signature/ecdsa_sig.c
Expand Down