[openssl/openssl] 39d356: X509 x509_req.c: Set 'modified' flag when X509_req...
David von Oheimb
noreply at github.com
Sat Sep 10 13:45:53 UTC 2022
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 39d356e084f6a4e48decf0644961255e6777b071
https://github.com/openssl/openssl/commit/39d356e084f6a4e48decf0644961255e6777b071
Author: Gibeom Gwon <gb.gwon at stackframe.dev>
Date: 2022-09-10 (Sat, 10 Sep 2022)
Changed paths:
M crypto/x509/x509_req.c
M crypto/x509/x_all.c
Log Message:
-----------
X509 x509_req.c: Set 'modified' flag when X509_req_info_st member data updated
We need to reencode X509_req_info_st if member data updated.
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Hugo Landau <hlandau at openssl.org>
Reviewed-by: David von Oheimb <david.von.oheimb at siemens.com>
(Merged from https://github.com/openssl/openssl/pull/19090)
Commit: 9249a34b076df9a9d55ab74ab465d336980cae6a
https://github.com/openssl/openssl/commit/9249a34b076df9a9d55ab74ab465d336980cae6a
Author: Gibeom Gwon <gb.gwon at stackframe.dev>
Date: 2022-09-10 (Sat, 10 Sep 2022)
Changed paths:
M crypto/x509/x_all.c
Log Message:
-----------
X509 x_all.c: Set 'modified' flag when ASN1_item_sign{,_ctx} call was successful
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Hugo Landau <hlandau at openssl.org>
Reviewed-by: David von Oheimb <david.von.oheimb at siemens.com>
(Merged from https://github.com/openssl/openssl/pull/19090)
Commit: 8e39049d38ebe8b8398d6c4aa8a6f7cef9712132
https://github.com/openssl/openssl/commit/8e39049d38ebe8b8398d6c4aa8a6f7cef9712132
Author: Dr. David von Oheimb <dev at ddvo.net>
Date: 2022-09-10 (Sat, 10 Sep 2022)
Changed paths:
M crypto/x509/x509_req.c
M crypto/x509/x_all.c
Log Message:
-----------
crypto/x509/{x509_req,x_all}.c: add some NULL parameter checks, improve coding style
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Hugo Landau <hlandau at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19090)
Compare: https://github.com/openssl/openssl/compare/fd24de9f9304...8e39049d38eb
More information about the openssl-commits
mailing list