Branch: refs/heads/openssl-4.0
Home:
https://github.com/openssl/openssl
Commit: da0a1c8dd48ef7ad9abde4a36d60f88b68168359
https://github.com/openssl/openssl/commit/da0a1c8dd48ef7ad9abde4a36d60f88b68168359
Author: Eugene Syromiatnikov <
es...@openssl.org>
Date: 2026-03-23 (Mon, 23 Mar 2026)
Changed paths:
M crypto/dllmain.c
M crypto/pkcs7/pk7_lib.c
M crypto/rand/rand_egd.c
M providers/fips/self_test.c
M test/sslapitest.c
Log Message:
-----------
Run clang-format on the source tree
This patch is a result of running the following commads:
$ for i in `git ls-files '*.c' '*.h' '*.
c.in' '*.
h.in'`; do \
echo -- "$i"; clang-format-21 --style=file:.clang-format -i "$i"; \
done
$ git checkout crypto/asn1/charmap.h crypto/bn/bn_prime.h \
crypto/conf/conf_def.h crypto/objects/obj_dat.h \
crypto/objects/obj_xref.h include/openssl/obj_mac.h
Release: yes
Fixes: f22fa1928434 "pkcs7: fix NULL contents dereference in PKCS7_ctrl"
Fixes: 65940a0bb62f "Disable DLL detach handlers on cygwin"
Fixes: d0abfd1844c0 "NonStop: reset hpns_connect_attempt at call start and on success"
Fixes: 19854b5adf36 "Fix error handling in SSL_CTX_add_session"
Signed-off-by: Eugene Syromiatnikov <
es...@openssl.org>
Reviewed-by: Tomas Mraz <to...@openssl.foundation>
Reviewed-by: David von Oheimb <
david.vo...@siemens.com>
MergeDate: Mon Mar 23 19:19:10 2026
(Merged from
https://github.com/openssl/openssl/pull/30540)
To unsubscribe from these emails, change your notification settings at
https://github.com/openssl/openssl/settings/notifications