Coverity Scan: Analysis completed for openssl/openssl

2022-09-16 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-3Drqk__MulOTlHne1IxTRELXXnGni8d68xSVF-2BUCe3a7Ux-2BjeH-2BEEbxRxcb4u9rPYxkwJvuDVn5qcDpQPYw7-2Bohu8QOCXzneI5KqA8meOzDTqr6W2QxSkQkiwGvvAYs1vBPxQFkCZ8jalCyZ0UsLIKqDJva7hTYc8djOvqtXIuUendv0lKcDprPjWJssVwZELToUwPv9RVlvj5JjPn9Xs6qw19fv-2Fic0lt-2B60wr-2BfiCvip1N0c-3D

Build ID: 480201

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

If you have difficulty understanding any defects, email us at 
scan-ad...@coverity.com,
or post your question to StackOverflow
at 
https://u15810271.ct.sendgrid.net/ls/click?upn=CTPegkVN6peWFCMEieYYmPWIi1E4yUS9EoqKFcNAiqhRq8qmgeBE-2Bdt3uvFRAFXd-2FlwX83-2FVVdybfzIMOby0qA-3D-3Dv079_MulOTlHne1IxTRELXXnGni8d68xSVF-2BUCe3a7Ux-2BjeH-2BEEbxRxcb4u9rPYxkwJvuDVn5qcDpQPYw7-2Bohu8QOCbbTy1pTKD96AVZ8VXoXDMbTTY48jzURiUPPZoivfoS5bliG1dannw5ZyVZ4-2FnlFjMFpX8fEj9XBHDcJ05ebULxMoEcyEumsG-2FDugxcwAVteq5pBdWTqcZdtwYFWZEKxHBDAUypnyfM-2BntKObdFxxvQ-3D


[openssl/openssl] b5e2b1: X509_STORE_CTX_set_default(): improve error handli...

2022-09-16 Thread David von Oheimb
  Branch: refs/heads/openssl-3.0
  Home:   https://github.com/openssl/openssl
  Commit: b5e2b138bf25593ccdbd9d72853c018f6b2f50eb
  
https://github.com/openssl/openssl/commit/b5e2b138bf25593ccdbd9d72853c018f6b2f50eb
  Author: David von Oheimb 
  Date:   2022-09-16 (Fri, 16 Sep 2022)

  Changed paths:
M crypto/pkcs7/pk7_smime.c
M crypto/x509/x509_vfy.c

  Log Message:
  ---
  X509_STORE_CTX_set_default(): improve error handling, also in its use

Reviewed-by: Tomas Mraz 
Reviewed-by: Shane Lontis 
(Merged from https://github.com/openssl/openssl/pull/18918)

(cherry picked from commit 4fdc16af05d5e1e79ffebbae2b427f3a388227e3)


  Commit: 25ed1e5a79b19ee9eee97dc67ecaf8c605b251f6
  
https://github.com/openssl/openssl/commit/25ed1e5a79b19ee9eee97dc67ecaf8c605b251f6
  Author: Dr. David von Oheimb 
  Date:   2022-09-16 (Fri, 16 Sep 2022)

  Changed paths:
M crypto/x509/x509_vpm.c

  Log Message:
  ---
  x509_vpm.c: add missing direct error reporting and improve coding style

Reviewed-by: Tomas Mraz 
Reviewed-by: Shane Lontis 
(Merged from https://github.com/openssl/openssl/pull/18918)

(cherry picked from commit 38ebfc3f5f83cbbd01011636d159ad3ed23e9765)


  Commit: acb39e29c39aef9eefd44214d43ed9498828576d
  
https://github.com/openssl/openssl/commit/acb39e29c39aef9eefd44214d43ed9498828576d
  Author: Dr. David von Oheimb 
  Date:   2022-09-16 (Fri, 16 Sep 2022)

  Changed paths:
M crypto/conf/conf_def.c
M crypto/stack/stack.c
M ssl/ssl_ciph.c
M ssl/ssl_lib.c
M ssl/statem/statem_srvr.c
M test/helpers/ssltestlib.c

  Log Message:
  ---
  stack.c: add missing direct error reporting and improve coding style

Doing so, had to fix sloppiness in using the stack API in 
crypto/conf/conf_def.c,
ssl/ssl_ciph.c, ssl/statem/statem_srvr.c, and mostly in 
test/helpers/ssltestlib.c.

Reviewed-by: Tomas Mraz 
Reviewed-by: Shane Lontis 
(Merged from https://github.com/openssl/openssl/pull/18918)

(cherry picked from commit 30eba7f35983a917f1007bce45040c0af3442e42)


  Commit: 653abbb9299c25fc8bbc185a561e70ef396b9e53
  
https://github.com/openssl/openssl/commit/653abbb9299c25fc8bbc185a561e70ef396b9e53
  Author: David von Oheimb 
  Date:   2022-09-16 (Fri, 16 Sep 2022)

  Changed paths:
M test/recipes/80-test_ssl_new.t

  Log Message:
  ---
  80-test_ssl_new.t: make dependencies on CTLOG_FILE and TEST_CERTS_DIR explicit

Reviewed-by: Tomas Mraz 
Reviewed-by: Shane Lontis 
(Merged from https://github.com/openssl/openssl/pull/18918)

(cherry picked from commit 8b3ccf1cd590c3f9f63d4665106fa4defbffa51f)


Compare: https://github.com/openssl/openssl/compare/9f4cea9559c8...653abbb9299c


[openssl/openssl] 4fdc16: X509_STORE_CTX_set_default(): improve error handli...

2022-09-16 Thread David von Oheimb
  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: 4fdc16af05d5e1e79ffebbae2b427f3a388227e3
  
https://github.com/openssl/openssl/commit/4fdc16af05d5e1e79ffebbae2b427f3a388227e3
  Author: David von Oheimb 
  Date:   2022-09-16 (Fri, 16 Sep 2022)

  Changed paths:
M crypto/pkcs7/pk7_smime.c
M crypto/x509/x509_vfy.c

  Log Message:
  ---
  X509_STORE_CTX_set_default(): improve error handling, also in its use

Reviewed-by: Tomas Mraz 
Reviewed-by: Shane Lontis 
(Merged from https://github.com/openssl/openssl/pull/18918)


  Commit: 38ebfc3f5f83cbbd01011636d159ad3ed23e9765
  
https://github.com/openssl/openssl/commit/38ebfc3f5f83cbbd01011636d159ad3ed23e9765
  Author: Dr. David von Oheimb 
  Date:   2022-09-16 (Fri, 16 Sep 2022)

  Changed paths:
M crypto/x509/x509_vpm.c

  Log Message:
  ---
  x509_vpm.c: add missing direct error reporting and improve coding style

Reviewed-by: Tomas Mraz 
Reviewed-by: Shane Lontis 
Reviewed-by: David von Oheimb 
(Merged from https://github.com/openssl/openssl/pull/18918)


  Commit: 30eba7f35983a917f1007bce45040c0af3442e42
  
https://github.com/openssl/openssl/commit/30eba7f35983a917f1007bce45040c0af3442e42
  Author: Dr. David von Oheimb 
  Date:   2022-09-16 (Fri, 16 Sep 2022)

  Changed paths:
M crypto/conf/conf_def.c
M crypto/stack/stack.c
M ssl/ssl_ciph.c
M ssl/ssl_lib.c
M ssl/statem/statem_srvr.c
M test/helpers/ssltestlib.c

  Log Message:
  ---
  stack.c: add missing direct error reporting and improve coding style

Doing so, had to fix sloppiness in using the stack API in 
crypto/conf/conf_def.c,
ssl/ssl_ciph.c, ssl/statem/statem_srvr.c, and mostly in 
test/helpers/ssltestlib.c.

Reviewed-by: Tomas Mraz 
Reviewed-by: Shane Lontis 
Reviewed-by: David von Oheimb 
(Merged from https://github.com/openssl/openssl/pull/18918)


  Commit: 8b3ccf1cd590c3f9f63d4665106fa4defbffa51f
  
https://github.com/openssl/openssl/commit/8b3ccf1cd590c3f9f63d4665106fa4defbffa51f
  Author: David von Oheimb 
  Date:   2022-09-16 (Fri, 16 Sep 2022)

  Changed paths:
M test/recipes/80-test_ssl_new.t

  Log Message:
  ---
  80-test_ssl_new.t: make dependencies on CTLOG_FILE and TEST_CERTS_DIR explicit

Reviewed-by: Tomas Mraz 
Reviewed-by: Shane Lontis 
(Merged from https://github.com/openssl/openssl/pull/18918)


Compare: https://github.com/openssl/openssl/compare/fcff5bd43c85...8b3ccf1cd590


[openssl/openssl] fcff5b: Add tests for trace_api.

2022-09-16 Thread faramir-dev
  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: fcff5bd43c85418cc4aa8052e3dc3dba344d763e
  
https://github.com/openssl/openssl/commit/fcff5bd43c85418cc4aa8052e3dc3dba344d763e
  Author: Daniel Fiala 
  Date:   2022-09-16 (Fri, 16 Sep 2022)

  Changed paths:
M crypto/trace.c
M test/build.info
A test/recipes/90-test_traceapi.t
A test/trace_api_test.c

  Log Message:
  ---
  Add tests for trace_api.

Fixes openssl#17422

Reviewed-by: Richard Levitte 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/19096)




[openssl/openssl] 9f4cea: Add documentation and test for EVP_PBE_alg_add

2022-09-16 Thread faramir-dev
  Branch: refs/heads/openssl-3.0
  Home:   https://github.com/openssl/openssl
  Commit: 9f4cea9559c853bcda29f8b30d4c634574099e16
  
https://github.com/openssl/openssl/commit/9f4cea9559c853bcda29f8b30d4c634574099e16
  Author: Daniel Fiala 
  Date:   2022-09-16 (Fri, 16 Sep 2022)

  Changed paths:
M doc/man3/EVP_PBE_CipherInit.pod
M test/evp_extra_test2.c
M util/missingcrypto.txt

  Log Message:
  ---
  Add documentation and test for EVP_PBE_alg_add

Fixes openssl#18687

Reviewed-by: Paul Dale 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/19157)

(cherry picked from commit 181167b6d0e5cd896847f7538adf28878b81b0b2)




[openssl/openssl] 181167: Add documentation and test for EVP_PBE_alg_add

2022-09-16 Thread faramir-dev
  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: 181167b6d0e5cd896847f7538adf28878b81b0b2
  
https://github.com/openssl/openssl/commit/181167b6d0e5cd896847f7538adf28878b81b0b2
  Author: Daniel Fiala 
  Date:   2022-09-16 (Fri, 16 Sep 2022)

  Changed paths:
M doc/man3/EVP_PBE_CipherInit.pod
M test/evp_extra_test2.c
M util/missingcrypto.txt

  Log Message:
  ---
  Add documentation and test for EVP_PBE_alg_add

Fixes openssl#18687

Reviewed-by: Paul Dale 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/19157)