Branch: refs/heads/openssl-3.0
Home:
https://github.com/openssl/openssl
Commit: c2159a841a24df5a82cf64f21da8b95075d53869
https://github.com/openssl/openssl/commit/c2159a841a24df5a82cf64f21da8b95075d53869
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: Neil Horman <
nho...@openssl.org>
Reviewed-by: Tomas Mraz <
to...@openssl.org>
(Merged from
https://github.com/openssl/openssl/pull/29255)
Commit: f377510aa611655eab8e833899d04e39ba9ccb80
https://github.com/openssl/openssl/commit/f377510aa611655eab8e833899d04e39ba9ccb80
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: Neil Horman <
nho...@openssl.org>
Reviewed-by: Tomas Mraz <
to...@openssl.org>
(Merged from
https://github.com/openssl/openssl/pull/29255)
Commit: e574cb20f3d6a5ac51c1bc0492d4e48899ecd535
https://github.com/openssl/openssl/commit/e574cb20f3d6a5ac51c1bc0492d4e48899ecd535
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: Neil Horman <
nho...@openssl.org>
Reviewed-by: Tomas Mraz <
to...@openssl.org>
(Merged from
https://github.com/openssl/openssl/pull/29255)
Commit: 161932ab790289d5c1fcff84dbe43886252f6340
https://github.com/openssl/openssl/commit/161932ab790289d5c1fcff84dbe43886252f6340
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: Neil Horman <
nho...@openssl.org>
Reviewed-by: Tomas Mraz <
to...@openssl.org>
(Merged from
https://github.com/openssl/openssl/pull/29255)
Commit: b7428420a765caf70a38c20280817bbe421256b2
https://github.com/openssl/openssl/commit/b7428420a765caf70a38c20280817bbe421256b2
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: Neil Horman <
nho...@openssl.org>
Reviewed-by: Tomas Mraz <
to...@openssl.org>
(Merged from
https://github.com/openssl/openssl/pull/29255)
Commit: 33cbedbae74bf9ede4c40e3acff147cb14a561fe
https://github.com/openssl/openssl/commit/33cbedbae74bf9ede4c40e3acff147cb14a561fe
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: Neil Horman <
nho...@openssl.org>
Reviewed-by: Tomas Mraz <
to...@openssl.org>
(Merged from
https://github.com/openssl/openssl/pull/29255)
Commit: 2dd0020465ad2991eb37079c168c84299edb42af
https://github.com/openssl/openssl/commit/2dd0020465ad2991eb37079c168c84299edb42af
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: Neil Horman <
nho...@openssl.org>
Reviewed-by: Tomas Mraz <
to...@openssl.org>
(Merged from
https://github.com/openssl/openssl/pull/29255)
Compare:
https://github.com/openssl/openssl/compare/48675815e0a6...2dd0020465ad
To unsubscribe from these emails, change your notification settings at
https://github.com/openssl/openssl/settings/notifications