Coverity Scan: Analysis completed for openssl/openssl

2022-09-30 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-3DWCQD_MulOTlHne1IxTRELXXnGni8d68xSVF-2BUCe3a7Ux-2BjeHmUr6BC0jihKzepe6dXB0BQLDRLaWSfTfLZs95MC-2FXXjbgKvN9UmBfC6duScGWVZz-2F1rz57btCuN0ldiPPbN01NVJkLkV7JwYh9yS2YMXEyBRtyvkXzKiU7raho3AqlVbAfxRZ7DgHMMrSGb-2FXuHW-2FS0ewwmLE5NxGgGkyXzK87-2Bt5TpBRYRFSFbI65DHbZQs-3D

Build ID: 483830

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



[openssl/openssl] 9bedeb: Fix missing null check in ossl_cmp_log_parse_metad...

2022-09-30 Thread Graham Woodward
  Branch: refs/heads/openssl-3.0
  Home:   https://github.com/openssl/openssl
  Commit: 9bedeb9a739cf2fb4bf25f9ce51b3e4aabde6ab4
  
https://github.com/openssl/openssl/commit/9bedeb9a739cf2fb4bf25f9ce51b3e4aabde6ab4
  Author: Graham Woodward 
  Date:   2022-09-30 (Fri, 30 Sep 2022)

  Changed paths:
M crypto/cmp/cmp_util.c

  Log Message:
  ---
  Fix missing null check in ossl_cmp_log_parse_metadata()

Don't add 1 if strchr returns NULL

Fixes #19279

Reviewed-by: David von Oheimb 
Reviewed-by: Hugo Landau 
Reviewed-by: Tomas Mraz 
Reviewed-by: Matt Caswell 
(Merged from https://github.com/openssl/openssl/pull/19282)

(cherry picked from commit b85d53c1670e47273827bba508daff310c3263ab)




[openssl/openssl] b85d53: Fix missing null check

2022-09-30 Thread Graham Woodward
  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: b85d53c1670e47273827bba508daff310c3263ab
  
https://github.com/openssl/openssl/commit/b85d53c1670e47273827bba508daff310c3263ab
  Author: Graham Woodward 
  Date:   2022-09-30 (Fri, 30 Sep 2022)

  Changed paths:
M crypto/cmp/cmp_util.c

  Log Message:
  ---
  Fix missing null check

Don't add 1 if strchr returns NULL

PR update

Fixes #19279

Reviewed-by: David von Oheimb 
Reviewed-by: Hugo Landau 
Reviewed-by: Tomas Mraz 
Reviewed-by: Matt Caswell 
(Merged from https://github.com/openssl/openssl/pull/19282)




[openssl/openssl] bd07cc: ERR: replace remnant ECerr() and EVPerr() calls in...

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

  Changed paths:
M crypto/bio/bio_lib.c
M crypto/ec/ec_backend.c
M crypto/ec/ec_lib.c
M crypto/evp/p_lib.c

  Log Message:
  ---
  ERR: replace remnant ECerr() and EVPerr() calls in crypto/

except those throwing ERR_R_MALLOC_FAILURE

Reviewed-by: Richard Levitte 
Reviewed-by: Tomas Mraz 
Reviewed-by: Paul Dale 
Reviewed-by: David von Oheimb 
(Merged from https://github.com/openssl/openssl/pull/19302)




[openssl/openssl] 67e073: Makefile: Add SRCS list of all .c (and any .cc and...

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

  Changed paths:
M Configurations/unix-Makefile.tmpl

  Log Message:
  ---
  Makefile: Add SRCS list of all .c (and any .cc and .cpp) files

Reviewed-by: Paul Dale 
Reviewed-by: Tomas Mraz 
Reviewed-by: David von Oheimb 
(Merged from https://github.com/openssl/openssl/pull/15913)


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

  Changed paths:
M Configurations/unix-Makefile.tmpl

  Log Message:
  ---
  Makefile: Update but disable 'lint' target, using splint with some quirks

Reviewed-by: Paul Dale 
Reviewed-by: Tomas Mraz 
Reviewed-by: David von Oheimb 
(Merged from https://github.com/openssl/openssl/pull/15913)


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

  Changed paths:
M Configurations/unix-Makefile.tmpl

  Log Message:
  ---
  Makefile: Exclude dummy header asn1_mac.h from CRYPTOHEADERS

Reviewed-by: Paul Dale 
Reviewed-by: Tomas Mraz 
Reviewed-by: David von Oheimb 
(Merged from https://github.com/openssl/openssl/pull/15913)


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

  Changed paths:
M include/internal/asn1.h

  Log Message:
  ---
  internal/asn1.h: Add missing '#include '

Reviewed-by: Paul Dale 
Reviewed-by: Tomas Mraz 
Reviewed-by: David von Oheimb 
(Merged from https://github.com/openssl/openssl/pull/15913)


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

  Changed paths:
M Configurations/unix-Makefile.tmpl

  Log Message:
  ---
  Makefile: Add check-format target, operating on all .c sources and crypto+ssl 
headers

Reviewed-by: Paul Dale 
Reviewed-by: Tomas Mraz 
Reviewed-by: David von Oheimb 
(Merged from https://github.com/openssl/openssl/pull/15913)


Compare: https://github.com/openssl/openssl/compare/8d703a045f55...71beab84e6e2


[openssl/openssl] 8d703a: 80-test_cmp_http.t: some generalizations and minor...

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

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

  Log Message:
  ---
  80-test_cmp_http.t: some generalizations and minor improvements of diagnostic 
output

Reviewed-by: Tomas Mraz 
Reviewed-by: Paul Dale 
Reviewed-by: David von Oheimb 
(Merged from https://github.com/openssl/openssl/pull/18895)