[openssl/openssl] 61f323: cipher_null.c: add NULL check
Rajeev Ranjan
noreply at github.com
Tue May 14 13:48:05 UTC 2024
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 61f32392dd67d47018ce46f427339e7191426e45
https://github.com/openssl/openssl/commit/61f32392dd67d47018ce46f427339e7191426e45
Author: Rajeev Ranjan <ranjan.rajeev at siemens.com>
Date: 2024-05-14 (Tue, 14 May 2024)
Changed paths:
M providers/implementations/ciphers/cipher_null.c
Log Message:
-----------
cipher_null.c: add NULL check
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: David von Oheimb <david.von.oheimb at siemens.com>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22903)
Commit: b6a5e801679663c13875cf6e18f475f8700d72a9
https://github.com/openssl/openssl/commit/b6a5e801679663c13875cf6e18f475f8700d72a9
Author: Rajeev Ranjan <ranjan.rajeev at siemens.com>
Date: 2024-05-14 (Tue, 14 May 2024)
Changed paths:
M .github/workflows/run-checker-merge.yml
M CHANGES.md
M Configure
M INSTALL.md
M doc/man1/openssl-ciphers.pod.in
M doc/man3/SSL_CTX_set_cipher_list.pod
M include/openssl/tls1.h
M ssl/record/methods/recmethod_local.h
M ssl/record/methods/tls13_meth.c
M ssl/record/methods/tls_common.c
M ssl/s3_lib.c
M ssl/ssl_ciph.c
M ssl/ssl_local.h
M ssl/t1_trce.c
M ssl/tls13_enc.c
M test/ciphername_test.c
M test/evp_libctx_test.c
M test/evp_test.c
M test/helpers/ssltestlib.h
M test/quicapitest.c
M test/sslapitest.c
M test/tls13secretstest.c
Log Message:
-----------
Add support for integrity-only cipher suites for TLS v1.3
- add test vectors for tls1_3 integrity-only ciphers
- recmethod_local.h: add new member for MAC
- tls13_meth.c: add MAC only to tls 1.3
- tls13_enc.c: extend function to add MAC only
- ssl_local.h: add ssl_cipher_get_evp_md_mac()
- s3_lib.c: add the new ciphers and add #ifndef OPENSSL_NO_INTEGRITY_ONLY_CIPHERS
- ssl_ciph.c : add ssl_cipher_get_evp_md_mac() and use it
- tls13secretstest.c: add dummy test function
- Configure: add integrity-only-ciphers option
- document the new ciphers
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: David von Oheimb <david.von.oheimb at siemens.com>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22903)
Compare: https://github.com/openssl/openssl/compare/f5462572a187...b6a5e8016796
To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications
More information about the openssl-commits
mailing list