[openssl/openssl] 7f48cc: Add test for CVE-2026-63076
"'openssl-machine' via openssl-commits" <[email protected]>
| Newsgroups | gmane.comp.encryption.openssl.cvs |
|---|---|
| Message-ID | <openssl/openssl/push/refs/heads/openssl-4.0/[email protected]> |
Branch: refs/heads/openssl-4.0
Home: https://github.com/openssl/openssl
Commit: 7f48cc3d0bff7fc1e78410b4ed6f58724b1f7b1b
https://github.com/openssl/openssl/commit/7f48cc3d0bff7fc1e78410b4ed6f58724b1f7b1b
Author: Daniel Kubec <[email protected]>
Date: 2026-08-24 (Mon, 24 Aug 2026)
Changed paths:
M test/cmp_protect_test.c
Log Message:
-----------
Add test for CVE-2026-63076
Assisted-by: Claude:claude-fable-5
Reviewed-by: Milan Broz <[email protected]>
Reviewed-by: Norbert Pocs <[email protected]>
Merge-date: Sat Aug 22 06:10:52 2026
Commit: a17cc8d612ecff6d94a9b7ca8b5283ddf5ff570e
https://github.com/openssl/openssl/commit/a17cc8d612ecff6d94a9b7ca8b5283ddf5ff570e
Author: Daniel Kubec <[email protected]>
Date: 2026-08-24 (Mon, 24 Aug 2026)
Changed paths:
M crypto/cmp/cmp_protect.c
Log Message:
-----------
Fix Remote NULL deref in ossl_cmp_calc_protection() via crafted protectionAlg
ossl_cmp_calc_protection() only checked whether the protectionAlg parameter
(ppval) was NULL before treating it as a PBMParameter ASN1_STRING.
X509_ALGOR_get0() does not validate the ASN.1 type of the parameter against what
the caller expects. For id-PasswordBasedMAC, a crafted message can encode the
parameter as a BOOLEAN instead of the expected PBMParameter SEQUENCE. Because
the ASN1_TYPE value union overlays the boolean int on the pointer field, ppval
comes back as a bogus non-NULL pointer (e.g. 0xff).
Fixes CVE-2026-63076
Reviewed-by: Milan Broz <[email protected]>
Reviewed-by: Norbert Pocs <[email protected]>
Merge-date: Sat Aug 22 06:10:53 2026
Commit: 7308946576b12e64b8be53bcf0a120354b2b42bc
https://github.com/openssl/openssl/commit/7308946576b12e64b8be53bcf0a120354b2b42bc
Author: Neil Horman <[email protected]>
Date: 2026-08-24 (Mon, 24 Aug 2026)
Changed paths:
M include/internal/quic_ackm.h
M ssl/quic/quic_ackm.c
M ssl/quic/quic_txp.c
Log Message:
-----------
Don't store ACK-only frames in TX history for QUIC.
When QUIC sends an ACK-only frame, there is no expectation that the
peer will ack that ack (i.e. it is itself not ack-eliciting). However,
our implementation stores these frames in the TX history regardless. In and
of itself thats ok, but if a malicious client establishes a connection,
and then drives the connection such that ack-only frames are forced from
the peer (i.e. by sending numerous ping frames), and then withholding
any subseqent acks for ack-eliciting data, like legitimate data, said
malicious client can force inappropriate memory growth on the server,
leading to potential DOS attacks.
Don't store any ACK-only frames in the TX history to address this. Record it in
our TX history so that the send window moves forward appropriately, but for
ack-only frames, immediately remove it, since we don't expect to get an ack for
them anyway.
Initially authored by Opal Wright <[email protected]>
The initial proposal had some shortcommings in which the highest pn
acked value was not accounted for which I have fixed with the assistance
of Claude
Assisted-by: Anthopic Sonnet 5
Fixes CVE-2026-63075
Reviewed-by: Saša Nedvědický <[email protected]>
Reviewed-by: Bob Beck <[email protected]>
Merge-date: Mon Aug 24 12:09:01 2026
Commit: f22fb31d0f31e1916c28eeeda6e95d11f86457ec
https://github.com/openssl/openssl/commit/f22fb31d0f31e1916c28eeeda6e95d11f86457ec
Author: Neil Horman <[email protected]>
Date: 2026-08-24 (Mon, 24 Aug 2026)
Changed paths:
M test/build.info
A test/cmp_extracerts_dos_test.c
M test/recipes/65-test_cmp_msg.t
Log Message:
-----------
Add a test for restricting growth in cmp cert cache
Test to ensure that if certs are rejected we don't add them unboundedly
to the cmp contexts cert cache.
Assisted-by: Claude sonnet 4.6
Reviewed-by: Milan Broz <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
Merge-date: Mon Aug 24 12:42:06 2026
Commit: 74ae7f6df47a5767c1010b88c47507dfc5b32c46
https://github.com/openssl/openssl/commit/74ae7f6df47a5767c1010b88c47507dfc5b32c46
Author: Neil Horman <[email protected]>
Date: 2026-08-24 (Mon, 24 Aug 2026)
Changed paths:
M crypto/cmp/cmp_vfy.c
Log Message:
-----------
Fix unbounded cert cache growth in cmp
If a remote user sends cmp messages to a server with a list of
extraCerts and the message is rejected, the extraCerts from the message
remain in the server contexts untrusted certificate stack. This exposes
servers with long lived ctx objects to denial of service attacks in
which an attacker sends messages intending to be rejected with a large
list of additional cerificated repeatedly, forcing the server to store
them indefinately.
Fix it by rolling back the added extra certs if the message is rejected,
using the same method we do when the context is configured to not do
caching at all.
Fixes openssl/srt#224
Fixes CVE-2026-63074
Reviewed-by: Milan Broz <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
Merge-date: Mon Aug 24 12:42:07 2026
Commit: dad836b071da6579510c968615848ba03cac593b
https://github.com/openssl/openssl/commit/dad836b071da6579510c968615848ba03cac593b
Author: Viktor Dukhovni <[email protected]>
Date: 2026-08-24 (Mon, 24 Aug 2026)
Changed paths:
M ssl/t1_lib.c
M test/rpktest.c
Log Message:
-----------
Handle signature_algorithms_cert extension in key-only context
Servers or clients that configure only a private key in
expectation of always negotiating use of RFC7250 raw public keys
failed to handle the "signature_algorithms_cert" extension.
The issue is now resolved and the RPK tests now check that
key-only configurations are robust also when the extension
is sent by the peer.
Key-only configurations are quite uncommon. As a best practice,
RPK-capable servers and clients pair their private key with a
(possibly self-signed) certificate, enabling fallback to X.509
handshakes with non-RPK peers.
Fixes CVE-2026-14457
Reviewed-by: Eugene Syromiatnikov <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Norbert Pocs <[email protected]>
Merge-date: Mon Aug 24 12:49:01 2026
Commit: 7eb2e3ec9d1d4f35c8022fccd4b03398b3f33e21
https://github.com/openssl/openssl/commit/7eb2e3ec9d1d4f35c8022fccd4b03398b3f33e21
Author: Norbert Pocs <[email protected]>
Date: 2026-08-24 (Mon, 24 Aug 2026)
Changed paths:
M crypto/cmp/cmp_vfy.c
Log Message:
-----------
CMP unexpected sender DN used as format string in ERR_raise_data()
ossl_cmp_msg_check_update() converts an unexpected CMP response sender DN with
X509_NAME_oneline() and passes that peer-controlled string directly as the
format argument to ERR_raise_data(). Printable percent characters survive the
DN conversion, so a sender such as CN=%s%n reaches vsnprintf() as active format
syntax without matching varargs.
Fixes: CVE-2026-63073
Original patch by: Filipe Casal of Trail of Bits in collaboration with OpenAI
Signed-off-by: Norbert Pocs <[email protected]>
Reviewed-by: Milan Broz <[email protected]>
Reviewed-by: Igor Ustinov <[email protected]>
Merge-date: Mon Aug 24 13:00:49 2026
Commit: 1f12245e12d3930a11a10e96ef783d8bd1426e61
https://github.com/openssl/openssl/commit/1f12245e12d3930a11a10e96ef783d8bd1426e61
Author: Norbert Pocs <[email protected]>
Date: 2026-08-24 (Mon, 24 Aug 2026)
Changed paths:
M test/cmp_vfy_test.c
Log Message:
-----------
Add test for CVE-2026-63073
Signed-off-by: Norbert Pocs <[email protected]>
Reviewed-by: Milan Broz <[email protected]>
Reviewed-by: Igor Ustinov <[email protected]>
Merge-date: Mon Aug 24 13:00:50 2026
Commit: 9530a5fd1aacaeccdced4478ea2340a480613335
https://github.com/openssl/openssl/commit/9530a5fd1aacaeccdced4478ea2340a480613335
Author: Daniel Kubec <[email protected]>
Date: 2026-08-24 (Mon, 24 Aug 2026)
Changed paths:
M crypto/cms/cms_kari.c
M crypto/cms/cms_kemri.c
Log Message:
-----------
Fix heap buffer overflow (8-byte OOB write) in AES-WRAP-PAD unwrap
On its integrity-failure paths that primitive writes and cleanses up to inlen
bytes of the output buffer. Size the buffer for that worst case so a failed
unwrap cannot write past the allocation.
Fixes CVE-2026-63072
Reviewed-by: Milan Broz <[email protected]>
Reviewed-by: Norbert Pocs <[email protected]>
Merge-date: Mon Aug 24 14:38:16 2026
Commit: dcd63a9a3c6ac61e9ae7e606ab5839f73108f38a
https://github.com/openssl/openssl/commit/dcd63a9a3c6ac61e9ae7e606ab5839f73108f38a
Author: Daniel Kubec <[email protected]>
Date: 2026-08-24 (Mon, 24 Aug 2026)
Changed paths:
M test/cmsapitest.c
M test/recipes/80-test_cmsapi.t
Log Message:
-----------
Add test for CVE-2026-63072
Assisted-by: Claude:claude-fable-5
Reviewed-by: Milan Broz <[email protected]>
Reviewed-by: Norbert Pocs <[email protected]>
Merge-date: Mon Aug 24 14:38:16 2026
Commit: cc0c6710917cd5eec001b297355d2ba723505107
https://github.com/openssl/openssl/commit/cc0c6710917cd5eec001b297355d2ba723505107
Author: Matt Caswell <[email protected]>
Date: 2026-08-24 (Mon, 24 Aug 2026)
Changed paths:
M ssl/record/methods/dtls_meth.c
Log Message:
-----------
Avoid full read buffer allocation when buffering DTLS next-epoch records
dtls_rlayer_buffer_record() buffers records that arrive early for the
next epoch while a handshake is in progress. It did this by taking
ownership of the entire live read buffer (sized for the largest
possible record, ~16.7KB) and allocating a brand new one to carry on
reading, regardless of how small the buffered record actually was.
With the queue capped at 100 entries, a peer could send around 100
tiny bogus next-epoch records (~14 bytes each on the wire) and force
around 1.7MB of heap allocation per connection.
Instead, copy only the record's own on-wire bytes (header and
ciphertext) into the queue entry, and leave the live read buffer
untouched. Memory use is now proportional to what the peer actually
sends.
Fixes CVE-2026-54874
Assisted-by: Claude:claude-sonnet-4-6
Reviewed-by: Milan Broz <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Andrew Dinh <[email protected]>
Merge-date: Mon Aug 24 15:38:25 2026
Commit: 2c949a63d56a00d4d40cf00a1432d2e0835ceafa
https://github.com/openssl/openssl/commit/2c949a63d56a00d4d40cf00a1432d2e0835ceafa
Author: Matt Caswell <[email protected]>
Date: 2026-08-24 (Mon, 24 Aug 2026)
Changed paths:
M ssl/record/methods/dtls_meth.c
Log Message:
-----------
ssl/record/methods/dtls_meth.c: lower the unprocessed_rcds queue limit
100 buffered next-epoch records is far more than a normal handshake
ever needs. A peer that has already completed its side of the epoch
transition may send more than one record under the new epoch before
we catch up and bump our own receive epoch - for example, application
data sent immediately once the peer considers the handshake done -
but real-world bursts like that are still small. Now that each entry
only costs as much memory as the record actually received, the limit
mainly serves as a ceiling on worst-case per-connection memory use, so
lower it to 16 to keep that ceiling smaller while still leaving ample
headroom over legitimate usage.
Assisted-by: Claude:claude-sonnet-4-6
Reviewed-by: Milan Broz <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Andrew Dinh <[email protected]>
Merge-date: Mon Aug 24 15:38:26 2026
Commit: 20ae70a677f2a9add92dc29d163cde2c606f6c32
https://github.com/openssl/openssl/commit/20ae70a677f2a9add92dc29d163cde2c606f6c32
Author: Matt Caswell <[email protected]>
Date: 2026-08-24 (Mon, 24 Aug 2026)
Changed paths:
M ssl/record/methods/dtls_meth.c
M ssl/record/methods/recmethod_local.h
Log Message:
-----------
ssl/record: remove dead DTLS processed_rcds record queue
rl->processed_rcds and the functions that serviced it
(dtls_copy_rlayer_record(), dtls_retrieve_rlayer_buffered_record())
were unreachable: nothing in the codebase ever inserted a record into
that queue, so the only consumer of it - the check at the top of
dtls_get_more_records() - always saw an empty queue. The real
mechanism for handing buffered next-epoch records to the next epoch's
record layer is the unrelated forwarding code in dtls_free(), which
pushes the raw bytes from rl->unprocessed_rcds onto rl->next.
Assisted-by: Claude:claude-sonnet-4-6
Reviewed-by: Milan Broz <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Andrew Dinh <[email protected]>
Merge-date: Mon Aug 24 15:38:27 2026
Commit: a14a1deac403522fbeafabcb198503cf6caa7dc4
https://github.com/openssl/openssl/commit/a14a1deac403522fbeafabcb198503cf6caa7dc4
Author: Alexandr Nedvedicky <[email protected]>
Date: 2026-08-24 (Mon, 24 Aug 2026)
Changed paths:
M include/internal/quic_record_rx.h
M ssl/quic/quic_port.c
M ssl/quic/quic_record_rx.c
Log Message:
-----------
Avoid double free of qrx in port_default_packet_handler()
port_default_packet_handler() may perform double free of qrx
when channel creation fails. The port_default_packet_handler()
transfers ownership of qrx to channel/connection via call to
port_bind_channel(). The port_bind_channel() however may
release the qrx when channel can not be bound. The error is
then detected in port_default_packet_handler() which then agains
releases qrx for the second time.
The fix is to add a reference counter to QRX object so transfer
of ownership between port_default_packet_handler() and QUIC_CHANNEL
can be handled safely.
Fixes CVE-2026-18798
Reviewed-by: Igor Ustinov <[email protected]>
Reviewed-by: Andrew Dinh <[email protected]>
Merge-date: Mon Aug 24 15:46:33 2026
Commit: f2f9bd7251db765d1a9c6f434e247f167912ce11
https://github.com/openssl/openssl/commit/f2f9bd7251db765d1a9c6f434e247f167912ce11
Author: Eugene Syromiatnikov <[email protected]>
Date: 2026-08-25 (Tue, 25 Aug 2026)
Changed paths:
M CHANGES.md
Log Message:
-----------
CHANGES.md: restore removed "OpenSSL 4.0" header
For some inconceivable reason, the header got removed in commit
2357b35ff7b8 "Ensure TLS 1.3 ciphersuites are actually for TLS 1.3"
without any justification, or even mention. Restore it.
Fixes: 2357b35ff7b8 "Ensure TLS 1.3 ciphersuites are actually for TLS 1.3"
Signed-off-by: Eugene Syromiatnikov <[email protected]>
Reviewed-by: Milan Broz <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Bob Beck <[email protected]>
Merge-date: Tue Aug 25 11:33:46 2026
Commit: 7c89950df42713cbfe60460b92b5485dbd89a4ac
https://github.com/openssl/openssl/commit/7c89950df42713cbfe60460b92b5485dbd89a4ac
Author: Eugene Syromiatnikov <[email protected]>
Date: 2026-08-25 (Tue, 25 Aug 2026)
Changed paths:
M CHANGES.md
Log Message:
-----------
CHANGES.md: rephrase TLS 1.3 ticket lifetime cap change log record
Complements: 21c92ae589af "Enforce RFC 8446 ticket lifetime limit for TLS 1.3 client"
Signed-off-by: Eugene Syromiatnikov <[email protected]>
Reviewed-by: Milan Broz <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Bob Beck <[email protected]>
Merge-date: Tue Aug 25 11:33:47 2026
Commit: c8dbd23e216cefe4bd92372b4f7b4ae5265dbe68
https://github.com/openssl/openssl/commit/c8dbd23e216cefe4bd92372b4f7b4ae5265dbe68
Author: Eugene Syromiatnikov <[email protected]>
Date: 2026-08-25 (Tue, 25 Aug 2026)
Changed paths:
M CHANGES.md
M NEWS.md
Log Message:
-----------
CHANGES.md, NEWS.md: reorder HollowByte change log record, add missing period
Move HollowByte change log record after records with assigned CVE
numbers and severity ratings, add period at the end of the lead
sentence, add a link to the PR in the comment.
Complements: c4c5d2bbd7ab "Update CHANGES/NEWS to mention the HollowByte fix"
Signed-off-by: Eugene Syromiatnikov <[email protected]>
Reviewed-by: Milan Broz <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Bob Beck <[email protected]>
Merge-date: Tue Aug 25 11:33:48 2026
Commit: 05e9936df7f098b011209d046c71f0869c9de57d
https://github.com/openssl/openssl/commit/05e9936df7f098b011209d046c71f0869c9de57d
Author: Eugene Syromiatnikov <[email protected]>
Date: 2026-08-25 (Tue, 25 Aug 2026)
Changed paths:
M CHANGES.md
M NEWS.md
Log Message:
-----------
CHANGES.md, NEWS.md: update for 4.0.2
4.0.2 CHANGES.md includes the following:
* CVE-2026-14456, CVE-2026-14457, CVE-2026-18798, CVE-2026-54874,
CVE-2026-54876, CVE-2026-63072, CVE-2026-63073, CVE-2026-63074,
CVE-2026-63075, CVE-2026-63076, CVE-2026-75803
* https://github.com/openssl/openssl/pull/31174
"Enforce RFC 8446 ticket lifetime limit for TLS 1.3 client"
(already present)
* https://github.com/openssl/openssl/pull/31572
"[4.0, 3.6, 3.5, 3.4] Add icx compiler version support in perl asm scripts"
* https://github.com/openssl/openssl/pull/31749
"Add documentation for OPENSSL_armcap"
* https://github.com/openssl/openssl/pull/31764
"x509: fix OCSP BasicResponse leak during verification"
(included as CVE-2026-54876)
* https://github.com/openssl/openssl/pull/32052
"QUIC server: limit the number of pending connections"
(included as CVE-2026-14456)
* https://github.com/openssl/openssl/pull/32300
"[4.0] Reject explicitly supplied invalid tags and generate tags for empty AEAD messages"
(included as CVE-2026-75803)
* https://github.com/openssl/openssl/pull/32427
"Backport #32256 openssl 4.0 to 3.0"
4.0.2 NEWS.md includes the following:
* CVE-2026-14456, CVE-2026-14457, CVE-2026-18798, CVE-2026-54874,
CVE-2026-54876, CVE-2026-63072, CVE-2026-63073, CVE-2026-63074,
CVE-2026-63075, CVE-2026-63076, CVE-2026-75803
* https://github.com/openssl/openssl/pull/31764
"x509: fix OCSP BasicResponse leak during verification"
(included as CVE-2026-54876)
* https://github.com/openssl/openssl/pull/32052
"QUIC server: limit the number of pending connections"
(included as CVE-2026-14456)
* https://github.com/openssl/openssl/pull/32300
"[4.0] Reject explicitly supplied invalid tags and generate tags for empty AEAD messages"
(included as CVE-2026-75803)
* https://github.com/openssl/openssl/pull/32427
"Backport #32256 openssl 4.0 to 3.0"
Signed-off-by: Eugene Syromiatnikov <[email protected]>
14456
Reviewed-by: Milan Broz <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Bob Beck <[email protected]>
Merge-date: Tue Aug 25 11:33:50 2026
Commit: 693215a527937c0fd7eb32785cd0ae3874f1d4af
https://github.com/openssl/openssl/commit/693215a527937c0fd7eb32785cd0ae3874f1d4af
Author: openssl-machine <[email protected]>
Date: 2026-08-25 (Tue, 25 Aug 2026)
Changed paths:
M apps/lib/vms_term_sock.c
M crypto/aes/asm/aesni-mb-x86_64.pl
M crypto/aes/asm/aesni-sha1-x86_64.pl
M crypto/aes/asm/aesni-sha256-x86_64.pl
M crypto/bn/asm/rsaz-2k-avx512.pl
M crypto/bn/asm/rsaz-3k-avx512.pl
M crypto/bn/asm/rsaz-4k-avx512.pl
M crypto/bn/asm/rsaz-avx2.pl
M crypto/bn/asm/rsaz-x86_64.pl
M crypto/bn/asm/x86_64-mont.pl
M crypto/bn/asm/x86_64-mont5.pl
M crypto/bn/bn_add.c
M crypto/bn/bn_exp.c
M crypto/chacha/asm/chacha-x86.pl
M crypto/chacha/asm/chacha-x86_64.pl
M crypto/cms/cms_kari.c
M crypto/ct/ct_b64.c
M crypto/ctype.c
M crypto/dh/dh_check.c
M crypto/dsa/dsa_key.c
M crypto/ec/asm/ecp_nistz256-x86_64.pl
M crypto/ec/asm/ecp_sm2p256-riscv64.pl
M crypto/ec/asm/x25519-x86_64.pl
M crypto/ec/ec_key.c
M crypto/ffc/ffc_params_generate.c
M crypto/hmac/hmac.c
M crypto/lms/lms_pubkey_decode.c
M crypto/md5/md5_riscv.c
M crypto/ml_dsa/ml_dsa_encoders.c
M crypto/ml_dsa/ml_dsa_matrix.c
M crypto/ml_dsa/ml_dsa_sample.c
M crypto/ml_dsa/ml_dsa_vector.h
M crypto/modes/asm/aes-gcm-avx512.pl
M crypto/modes/asm/aesni-gcm-x86_64.pl
M crypto/modes/asm/ghash-x86_64.pl
M crypto/pem/pvkfmt.c
M crypto/poly1305/asm/poly1305-x86.pl
M crypto/poly1305/asm/poly1305-x86_64.pl
M crypto/rsa/rsa_gen.c
M crypto/rsa/rsa_ossl.c
M crypto/sha/asm/sha1-586.pl
M crypto/sha/asm/sha1-mb-x86_64.pl
M crypto/sha/asm/sha1-x86_64.pl
M crypto/sha/asm/sha256-586.pl
M crypto/sha/asm/sha256-mb-x86_64.pl
M crypto/sha/asm/sha512-x86_64.pl
M crypto/sha/sha_riscv.c
M crypto/slh_dsa/slh_fors.c
M crypto/slh_dsa/slh_hypertree.c
M crypto/slh_dsa/slh_xmss.c
M crypto/sm3/asm/sm3-x86_64.pl
M crypto/sm4/asm/sm4-x86_64.pl
M crypto/x509/by_dir.c
M crypto/x509/pcy_cache.c
M crypto/x509/x_pubkey.c
M doc/internal/man3/DEFINE_LIST_OF.pod
M doc/man3/ASN1_INTEGER_get_int64.pod
M doc/man3/ASN1_aux_cb.pod
M doc/man3/BIO_s_datagram.pod
M doc/man3/BIO_s_file.pod
M doc/man3/BN_generate_prime.pod
M doc/man3/CMS_EncryptedData_decrypt.pod
M doc/man3/EVP_PKEY_get_size.pod
M doc/man3/SSL_CTX_set_msg_callback.pod
M doc/man3/SSL_CTX_set_verify.pod
M doc/man3/SSL_get_value_uint.pod
M doc/man3/X509_get_default_cert_file.pod
M doc/man7/fips_module.pod
M doc/man7/openssl-core_dispatch.h.pod
M doc/man7/provider-kem.pod
M include/internal/list.h
M include/internal/quic_ackm.h
M include/internal/quic_record_rx.h
M include/internal/quic_ssl.h
M providers/baseprov.c
M providers/implementations/ciphers/ciphercommon_ccm.c
M providers/implementations/encode_decode/encode_key2ms.c
M providers/implementations/kem/mlx_kem.c
M providers/implementations/macs/cmac_prov.c
M providers/implementations/rands/drbg_ctr.inc.in
M providers/implementations/rands/seeding/rand_unix.c
M providers/implementations/rands/test_rng.c
M ssl/record/methods/dtls_meth.c
M ssl/record/methods/recmethod_local.h
M ssl/rio/poll_builder.c
M ssl/rio/poll_builder.h
M ssl/rio/poll_immediate.c
M ssl/rio/rio_notifier.c
M test/ca_internals_test.c
M test/cmp_protect_test.c
M test/cmp_vfy_test.c
M test/helpers/quictestlib.h
M test/helpers/ssltestlib.c
M test/helpers/ssltestlib.h
M test/list_test.c
M test/p_test.c
M test/pairwise_fail_test.c
M test/pkcs7_test.c
M test/punycode_test.c
M test/quic_ackm_test.c
M test/quic_tserver_test.c
M test/radix/quic_bindings.c
M test/radix/quic_ops.c
M test/rand_test.c
M test/recipes/20-test_cli_fips.t
M test/recipes/25-test_verify_store.t
M test/recipes/30-test_evp_data/evprand.txt
M test/recipes/30-test_pairwise_fail.t
M test/recipes/65-test_cmp_msg.t
M test/rpktest.c
M test/secmemtest.c
Log Message:
-----------
Copyright year updates
Reviewed-by: Neil Horman <[email protected]>
Reviewed-by: Milan Broz <[email protected]>
MergeDate: Tue Aug 25 11:36:17 2026
Release: yes
Commit: 5094ce078e3601973c439ea626fc752ada59bc6f
https://github.com/openssl/openssl/commit/5094ce078e3601973c439ea626fc752ada59bc6f
Author: openssl-machine <[email protected]>
Date: 2026-08-25 (Tue, 25 Aug 2026)
Changed paths:
M providers/fips-sources.checksums
M providers/fips.checksum
Log Message:
-----------
make update
Reviewed-by: Neil Horman <[email protected]>
Reviewed-by: Milan Broz <[email protected]>
MergeDate: Tue Aug 25 11:38:35 2026
Release: yes
Commit: f089acdf4bc7ba94a79f4bf6eb7362c3e7d14aa9
https://github.com/openssl/openssl/commit/f089acdf4bc7ba94a79f4bf6eb7362c3e7d14aa9
Author: openssl-machine <[email protected]>
Date: 2026-08-25 (Tue, 25 Aug 2026)
Changed paths:
M CHANGES.md
M NEWS.md
M VERSION.dat
Log Message:
-----------
Prepare for release of 4.0.2
Reviewed-by: Neil Horman <[email protected]>
Reviewed-by: Milan Broz <[email protected]>
MergeDate: Tue Aug 25 11:38:36 2026
Release: yes
Commit: 56a7940cfb24455c642252a75fde06a5c7bb71de
https://github.com/openssl/openssl/commit/56a7940cfb24455c642252a75fde06a5c7bb71de
Author: openssl-machine <[email protected]>
Date: 2026-08-25 (Tue, 25 Aug 2026)
Changed paths:
M CHANGES.md
M NEWS.md
M VERSION.dat
Log Message:
-----------
Prepare for 4.0.3
Reviewed-by: Neil Horman <[email protected]>
Reviewed-by: Milan Broz <[email protected]>
MergeDate: Tue Aug 25 11:38:47 2026
Release: yes
Compare: https://github.com/openssl/openssl/compare/6f11fa9ee63c...56a7940cfb24
To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications
--
You received this message because you are subscribed to the Google Groups "openssl-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/a/openssl.org/d/msgid/openssl-commits/openssl/openssl/push/refs/heads/openssl-4.0/6f11fa-56a794%40github.com.