Coverity Scan: Analysis completed for openssl/openssl

2022-09-10 Thread scan-admin


Your request for analysis of openssl/openssl has been completed 
successfully.
The results are available at 
https://u15810271.ct.sendgrid.net/ls/click?upn=HRESupC-2F2Czv4BOaCWWCy7my0P0qcxCbhZ31OYv50yoN-2BQSVjTtaSz8wS4wOr7HlekBtV1P4YRtWclMVkCdvAA-3D-3D4QD0_MulOTlHne1IxTRELXXnGni8d68xSVF-2BUCe3a7Ux-2BjeH3s1RLMzK-2FwsRefQtf1Y2jcFz165cNb0-2BCOwd0SAAC52FXLvphmB4LuTz7DvtOyXWxQsGIlcbB46FR-2BokuPIdpugdengKXqHdPO0Vskd1bcsQVqEsIG7Sj-2BLZ1gnEQXbI9EUAKh1yWVAQ6OeD37lh7mcjjKvTLqxQlaOU7WiYofr9d9w1UE4-2FrRsMn3khda0M-3D

Build ID: 479043

Analysis Summary:
   New defects found: 0
   Defects eliminated: 0



[openssl/openssl] fe342f: X509 x509_req.c: Set 'modified' flag when X509_req...

2022-09-10 Thread David von Oheimb
  Branch: refs/heads/openssl-3.0
  Home:   https://github.com/openssl/openssl
  Commit: fe342fa36e64ca882a5465e5468325d882c85ab6
  
https://github.com/openssl/openssl/commit/fe342fa36e64ca882a5465e5468325d882c85ab6
  Author: Gibeom Gwon 
  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 
Reviewed-by: Hugo Landau 
Reviewed-by: David von Oheimb 
(Merged from https://github.com/openssl/openssl/pull/19090)

(cherry picked from commit 39d356e084f6a4e48decf0644961255e6777b071)


  Commit: 9bc8fe33e15610538f48010f943c9a603b81283b
  
https://github.com/openssl/openssl/commit/9bc8fe33e15610538f48010f943c9a603b81283b
  Author: Gibeom Gwon 
  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 
Reviewed-by: Hugo Landau 
Reviewed-by: David von Oheimb 
(Merged from https://github.com/openssl/openssl/pull/19090)

(cherry picked from commit 9249a34b076df9a9d55ab74ab465d336980cae6a)


  Commit: 684ba5c9422a9d111a6d971b7681814efd13a97b
  
https://github.com/openssl/openssl/commit/684ba5c9422a9d111a6d971b7681814efd13a97b
  Author: Dr. David von Oheimb 
  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 
Reviewed-by: Hugo Landau 
(Merged from https://github.com/openssl/openssl/pull/19090)

(cherry picked from commit 8e39049d38ebe8b8398d6c4aa8a6f7cef9712132)


Compare: https://github.com/openssl/openssl/compare/94f47ea43e74...684ba5c9422a


[openssl/openssl] 39d356: X509 x509_req.c: Set 'modified' flag when X509_req...

2022-09-10 Thread David von Oheimb
  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: 39d356e084f6a4e48decf0644961255e6777b071
  
https://github.com/openssl/openssl/commit/39d356e084f6a4e48decf0644961255e6777b071
  Author: Gibeom Gwon 
  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 
Reviewed-by: Hugo Landau 
Reviewed-by: David von Oheimb 
(Merged from https://github.com/openssl/openssl/pull/19090)


  Commit: 9249a34b076df9a9d55ab74ab465d336980cae6a
  
https://github.com/openssl/openssl/commit/9249a34b076df9a9d55ab74ab465d336980cae6a
  Author: Gibeom Gwon 
  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 
Reviewed-by: Hugo Landau 
Reviewed-by: David von Oheimb 
(Merged from https://github.com/openssl/openssl/pull/19090)


  Commit: 8e39049d38ebe8b8398d6c4aa8a6f7cef9712132
  
https://github.com/openssl/openssl/commit/8e39049d38ebe8b8398d6c4aa8a6f7cef9712132
  Author: Dr. David von Oheimb 
  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 
Reviewed-by: Hugo Landau 
(Merged from https://github.com/openssl/openssl/pull/19090)


Compare: https://github.com/openssl/openssl/compare/fd24de9f9304...8e39049d38eb