Branch: refs/heads/openssl-3.4
Home:
https://github.com/openssl/openssl
Commit: 7edab0bc3dab649c6cf7719ab4d91b9c08bc999e
https://github.com/openssl/openssl/commit/7edab0bc3dab649c6cf7719ab4d91b9c08bc999e
Author: Bob Beck <
be...@openssl.org>
Date: 2025-12-04 (Thu, 04 Dec 2025)
Changed paths:
A .clang-format
Log Message:
-----------
Add a WebKit clang-format file
Reviewed-by: Tomas Mraz <
to...@openssl.org>
Reviewed-by: Nikola Pajkovsky <
nik...@openssl.org>
Reviewed-by: Neil Horman <
nho...@openssl.org>
(Merged from
https://github.com/openssl/openssl/pull/29259)
Commit: 55166e8885dd560dcf3e315405d5fcc021a49f0d
https://github.com/openssl/openssl/commit/55166e8885dd560dcf3e315405d5fcc021a49f0d
Author: Bob Beck <
be...@openssl.org>
Date: 2025-12-04 (Thu, 04 Dec 2025)
Changed paths:
M apps/
progs.pl
Log Message:
-----------
Fix apps/
progs.pl to be slightly less fragile
In particular fix the regex magic to be tolerant of different ways
of formatting a main program.
My past life had forgotten this magic 14 years ago when we converted
it to just a table of commands in the forks.
https://www.youtube.com/watch?v=mWbbjvYmN8A
Reviewed-by: Tomas Mraz <
to...@openssl.org>
Reviewed-by: Nikola Pajkovsky <
nik...@openssl.org>
Reviewed-by: Neil Horman <
nho...@openssl.org>
(Merged from
https://github.com/openssl/openssl/pull/29259)
Commit: af914d5285ac8078372c2754966815b2e88a99e5
https://github.com/openssl/openssl/commit/af914d5285ac8078372c2754966815b2e88a99e5
Author: Bob Beck <
be...@openssl.org>
Date: 2025-12-04 (Thu, 04 Dec 2025)
Changed paths:
M test/errtest.c
Log Message:
-----------
fix errtest to be less sensitive to line wrapping changes
(in it's final form it will work with either compiler
because it's currently one line, but was tripped up before
by the #ifdef, so redid it to be consistent with the
other changes previously in this stack)
While I am here correct the test to test for all possible
return values of ERR_get_error_all, without the #ifdefs
Reviewed-by: Tomas Mraz <
to...@openssl.org>
Reviewed-by: Nikola Pajkovsky <
nik...@openssl.org>
Reviewed-by: Neil Horman <
nho...@openssl.org>
(Merged from
https://github.com/openssl/openssl/pull/29259)
Commit: 9dc68992adcbda054bc6254a4dff5de3fe8ca6d4
https://github.com/openssl/openssl/commit/9dc68992adcbda054bc6254a4dff5de3fe8ca6d4
Author: Bob Beck <
be...@openssl.org>
Date: 2025-12-04 (Thu, 04 Dec 2025)
Changed paths:
M test/cmp_ctx_test.c
Log Message:
-----------
Fix cmp_ctx_test.c to be less sensitive to line wrapping.
Similar to the previous errtest.c fix this also is not broken
by any reformatting today, but this change makes this follow
the same pattern as the other things that test OPENSSL_LINE
after the fact so we maintain the same paradigm everywhere.
Reviewed-by: Tomas Mraz <
to...@openssl.org>
Reviewed-by: Nikola Pajkovsky <
nik...@openssl.org>
Reviewed-by: Neil Horman <
nho...@openssl.org>
(Merged from
https://github.com/openssl/openssl/pull/29259)
Commit: c52c5877e7d29455770941333f394a4af38b5e3c
https://github.com/openssl/openssl/commit/c52c5877e7d29455770941333f394a4af38b5e3c
Author: Bob Beck <
be...@openssl.org>
Date: 2025-12-04 (Thu, 04 Dec 2025)
Changed paths:
M include/crypto/sparc_arch.h
Log Message:
-----------
Disable clang format around multi-line macros of sparc assembly
They are not asm, but spit out stuff that is not C
Clang-format gets confused and does bad things with them.
Reviewed-by: Tomas Mraz <
to...@openssl.org>
Reviewed-by: Nikola Pajkovsky <
nik...@openssl.org>
Reviewed-by: Neil Horman <
nho...@openssl.org>
(Merged from
https://github.com/openssl/openssl/pull/29259)
Commit: f855a9a56a341748a45578ebf0ceb196d8662160
https://github.com/openssl/openssl/commit/f855a9a56a341748a45578ebf0ceb196d8662160
Author: Bob Beck <
be...@openssl.org>
Date: 2025-12-04 (Thu, 04 Dec 2025)
Changed paths:
M crypto/LPdir_win32.c
M crypto/LPdir_wince.c
M crypto/bn/asm/x86_64-gcc.c
M crypto/des/cbc_enc.c
M crypto/des/des_enc.c
M crypto/o_dir.c
M engines/e_afalg.c
M engines/e_capi.c
M engines/e_dasync.c
M engines/e_loader_attic.c
M engines/e_ossltest.c
M engines/e_padlock.c
M providers/implementations/macs/blake2b_mac.c
M providers/implementations/macs/blake2s_mac.c
Log Message:
-----------
Disable clang format around .c includes
we assume these to be order sensitive and not self contained, so
as per our new style we disable clang format around them.
we should consider renaming to .inc, or doing away with some
of these and just putting the code inline, but that's for
later consideration.
Reviewed-by: Tomas Mraz <
to...@openssl.org>
Reviewed-by: Nikola Pajkovsky <
nik...@openssl.org>
Reviewed-by: Neil Horman <
nho...@openssl.org>
(Merged from
https://github.com/openssl/openssl/pull/29259)
Commit: 2f657b0a41906db8336937cbb5e2ca476a23bafe
https://github.com/openssl/openssl/commit/2f657b0a41906db8336937cbb5e2ca476a23bafe
Author: Bob Beck <
be...@openssl.org>
Date: 2025-12-04 (Thu, 04 Dec 2025)
Changed paths:
M apps/
progs.pl
Log Message:
-----------
nits in
progs.pl
Reviewed-by: Tomas Mraz <
to...@openssl.org>
Reviewed-by: Nikola Pajkovsky <
nik...@openssl.org>
Reviewed-by: Neil Horman <
nho...@openssl.org>
(Merged from
https://github.com/openssl/openssl/pull/29259)
Compare:
https://github.com/openssl/openssl/compare/c585060af49c...2f657b0a4190
To unsubscribe from these emails, change your notification settings at
https://github.com/openssl/openssl/settings/notifications