Branch: refs/heads/openssl-3.5
Home:
https://github.com/openssl/openssl
Commit: 9a6040a50a9419e1d1a942c5e5c67057ad4c08f0
https://github.com/openssl/openssl/commit/9a6040a50a9419e1d1a942c5e5c67057ad4c08f0
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/29261)
Commit: 69b801b1b2d7c46722dd07b04532485b2a4da910
https://github.com/openssl/openssl/commit/69b801b1b2d7c46722dd07b04532485b2a4da910
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/29261)
Commit: dd05fc581fdbc359b68647aade71f40e795b782b
https://github.com/openssl/openssl/commit/dd05fc581fdbc359b68647aade71f40e795b782b
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/29261)
Commit: 70b1ce1e6756c283632665c8bce3ee87503920a1
https://github.com/openssl/openssl/commit/70b1ce1e6756c283632665c8bce3ee87503920a1
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/29261)
Commit: f1de967d8485f1bd69d31a30408f1e2640aacf45
https://github.com/openssl/openssl/commit/f1de967d8485f1bd69d31a30408f1e2640aacf45
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/29261)
Commit: 3a28cd849c977ce5c10da0730e3e5849f0161020
https://github.com/openssl/openssl/commit/3a28cd849c977ce5c10da0730e3e5849f0161020
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
M test/radix/quic_radix.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/29261)
Commit: 4235c8eb8acbfe20b179b6799da54a9c374b6aa7
https://github.com/openssl/openssl/commit/4235c8eb8acbfe20b179b6799da54a9c374b6aa7
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/29261)
Compare:
https://github.com/openssl/openssl/compare/a00270c11818...4235c8eb8acb
To unsubscribe from these emails, change your notification settings at
https://github.com/openssl/openssl/settings/notifications