Branch: refs/heads/master Home: https://github.com/openssl/openssl Commit: 1cf2f8231ea8c3c1dd73a6f5bdf1404ecd503c4d https://github.com/openssl/openssl/commit/1cf2f8231ea8c3c1dd73a6f5bdf1404ecd503c4d Author: Dimitri Papadopoulos <3234522+dimitripapadopou...@users.noreply.github.com> Date: 2024-07-22 (Mon, 22 Jul 2024)
Changed paths: M apps/list.c M crypto/cms/cms_dh.c M crypto/cms/cms_env.c M crypto/ec/ecp_nistp384.c M crypto/pem/pem_pkey.c M crypto/pkcs12/p12_crt.c M crypto/pkcs12/p12_key.c M crypto/rsa/rsa_schemes.c M crypto/x509/v3_san.c M crypto/x509/x_pubkey.c M demos/cipher/aesgcm.c M demos/digest/BIO_f_md.c M demos/digest/EVP_MD_demo.c M demos/digest/EVP_MD_stdin.c M include/internal/event_queue.h M include/internal/quic_ackm.h M include/internal/refcount.h M include/openssl/e_os2.h M providers/implementations/include/prov/names.h M providers/implementations/rands/drbg.c M ssl/event_queue.c M ssl/quic/quic_cfq.c M ssl/ssl_cert.c M ssl/ssl_cert_comp.c M ssl/statem/statem_clnt.c M ssl/t1_lib.c M test/pkcs12_format_test.c M test/quic_fc_test.c M test/quic_record_test.c M test/safe_math_test.c M test/tls-provider.c M test/wpackettest.c Log Message: ----------- Remove trailing whitespace Found by running the checkpatch.pl Linux script to enforce coding style. Reviewed-by: Neil Horman <nhor...@openssl.org> Reviewed-by: David von Oheimb <david.von.ohe...@siemens.com> Reviewed-by: Tomas Mraz <to...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22097) Commit: 962431d58bdf7fcdb3db11f17cea878b83292243 https://github.com/openssl/openssl/commit/962431d58bdf7fcdb3db11f17cea878b83292243 Author: Dimitri Papadopoulos <3234522+dimitripapadopou...@users.noreply.github.com> Date: 2024-07-22 (Mon, 22 Jul 2024) Changed paths: M apps/passwd.c M apps/pkcs12.c M apps/speed.c M crypto/asn1/f_int.c M crypto/bio/bio_addr.c M crypto/bn/bn_lib.c M crypto/bn/bn_nist.c M crypto/des/set_key.c M crypto/ec/curve448/curve448.c M crypto/ec/ec_backend.c M crypto/ec/ecp_nistp256.c M crypto/evp/dh_support.c M crypto/evp/e_des3.c M crypto/idea/idea_local.h M crypto/sha/sha256.c M crypto/sm4/sm4.c M crypto/x509/v3_pci.c M fuzz/server.c M include/crypto/evp.h M providers/fips/self_test_kats.c M providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c M providers/implementations/ciphers/cipher_aes_siv_hw.c M providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c M providers/implementations/ciphers/cipher_cts.c M providers/implementations/ciphers/cipher_desx_hw.c M providers/implementations/ciphers/cipher_tdes_wrap.c M providers/implementations/digests/blake2s_prov.c M providers/implementations/digests/sha3_prov.c M providers/implementations/kdfs/kbkdf.c M providers/implementations/keymgmt/dsa_kmgmt.c M providers/implementations/rands/seeding/rand_vxworks.c M ssl/ssl_lib.c M ssl/statem/statem_dtls.c M test/bftest.c M test/bio_enc_test.c M test/casttest.c M test/destest.c M test/evp_extra_test.c M test/helpers/pkcs12.c M test/ideatest.c M test/modes_internal_test.c M test/pkcs12_format_test.c M test/rsa_sp800_56b_test.c M test/ssl_old_test.c M test/sslbuffertest.c Log Message: ----------- that open brace { should be on the previous line Found by running the checkpatch.pl Linux script to enforce coding style. Reviewed-by: Neil Horman <nhor...@openssl.org> Reviewed-by: David von Oheimb <david.von.ohe...@siemens.com> Reviewed-by: Tomas Mraz <to...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22097) Commit: f83707dc6df306e2ed07eafe518b19e8e3c427ca https://github.com/openssl/openssl/commit/f83707dc6df306e2ed07eafe518b19e8e3c427ca Author: Dimitri Papadopoulos <3234522+dimitripapadopou...@users.noreply.github.com> Date: 2024-07-22 (Mon, 22 Jul 2024) Changed paths: M apps/lib/cmp_mock_srv.c M crypto/cmp/cmp_server.c M crypto/evp/p_lib.c M crypto/hpke/hpke.c M crypto/mem_sec.c M crypto/self_test_core.c M engines/e_afalg.c M include/internal/sha3.h M ssl/priority_queue.c M ssl/record/methods/recmethod_local.h M test/bntest.c M test/hexstr_test.c M test/hpke_test.c Log Message: ----------- open brace '{' following struct go on the same line Found by running the checkpatch.pl Linux script to enforce coding style. Reviewed-by: Neil Horman <nhor...@openssl.org> Reviewed-by: David von Oheimb <david.von.ohe...@siemens.com> Reviewed-by: Tomas Mraz <to...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22097) Commit: 001b92d68d61250c88b355773142af31675ca0ab https://github.com/openssl/openssl/commit/001b92d68d61250c88b355773142af31675ca0ab Author: Dimitri Papadopoulos <3234522+dimitripapadopou...@users.noreply.github.com> Date: 2024-07-22 (Mon, 22 Jul 2024) Changed paths: M crypto/bn/bn_mod.c M crypto/sha/keccak1600.c M crypto/store/store_strings.c M engines/e_afalg.c M test/asn1_encode_test.c M test/bioprinttest.c M test/sslapitest.c Log Message: ----------- Prefer ARRAY_SIZE(...) In OpenSSL, it's actually OSSL_NELEM() in "internal/nelem.h". Found by running the checkpatch.pl Linux script to enforce coding style. Reviewed-by: Neil Horman <nhor...@openssl.org> Reviewed-by: David von Oheimb <david.von.ohe...@siemens.com> Reviewed-by: Tomas Mraz <to...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22097) Commit: aececda752d182f271bf2263f5ef9020a64668c5 https://github.com/openssl/openssl/commit/aececda752d182f271bf2263f5ef9020a64668c5 Author: Dimitri Papadopoulos <3234522+dimitripapadopou...@users.noreply.github.com> Date: 2024-07-22 (Mon, 22 Jul 2024) Changed paths: M apps/lib/tlssrp_depr.c M apps/passwd.c M demos/pkey/EVP_PKEY_DSA_paramvalidate.c M test/quic_client_test.c Log Message: ----------- unnecessary whitespace before a quoted newline Found by running the checkpatch.pl Linux script to enforce coding style. Reviewed-by: Neil Horman <nhor...@openssl.org> Reviewed-by: David von Oheimb <david.von.ohe...@siemens.com> Reviewed-by: Tomas Mraz <to...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22097) Compare: https://github.com/openssl/openssl/compare/a4fd94851261...aececda752d1 To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications