Coverity Scan: Analysis completed for openssl/openssl

2022-10-24 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-3Dfi5__MulOTlHne1IxTRELXXnGni8d68xSVF-2BUCe3a7Ux-2BjeFqyDA84CIYKyy3EdECYdjyXqDTK1mzo0Uo-2F0Mdu-2BQf24sEDS4OB3w8Jz1Q2szt-2BYsMJ3LqRUtlvKHUrh09uHkX-2FnytVY7QpzAJgRJ4ylbvLhGIXQwj40J3b95AIgzB0xbbjLFiUHbftXlrLRAZR-2BT47PjYO5PoCEUrpsJlDgrd3JZvI7yoHW80Eeo3-2F0i6lgw-3D

Build ID: 489200

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



[openssl/openssl] bb2bbd: Fix a compilation failure in bio_comp_test.c

2022-10-24 Thread Matt Caswell
  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: bb2bbd53d49c510c2ae705d86e8fd2ed829cbd92
  
https://github.com/openssl/openssl/commit/bb2bbd53d49c510c2ae705d86e8fd2ed829cbd92
  Author: Matt Caswell 
  Date:   2022-10-24 (Mon, 24 Oct 2022)

  Changed paths:
M test/bio_comp_test.c

  Log Message:
  ---
  Fix a compilation failure in bio_comp_test.c

Compiling with clang, --strict-warnings and enable-zlib-dynamic resulted
in a compilation failure. This fixes it.

Reviewed-by: Tomas Mraz 
Reviewed-by: Dmitry Belyavskiy 
(Merged from https://github.com/openssl/openssl/pull/19480)




[openssl/openssl]

2022-10-24 Thread openssl-machine
  Branch: refs/heads/openssl-3.1
  Home:   https://github.com/openssl/openssl


[openssl/openssl] 2eb752: openssl list: Fix help text about -cipher-algorith...

2022-10-24 Thread faramir-dev
  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: 2eb75291c1357cdaf852e0da613edc14f3d5ae4f
  
https://github.com/openssl/openssl/commit/2eb75291c1357cdaf852e0da613edc14f3d5ae4f
  Author: Daniel Fiala 
  Date:   2022-10-24 (Mon, 24 Oct 2022)

  Changed paths:
M apps/list.c
M doc/man1/openssl-list.pod.in

  Log Message:
  ---
  openssl list: Fix help text about -cipher-algorithms option

Fixes openssl#19133

Reviewed-by: Tomas Mraz 
Reviewed-by: Matt Caswell 
Reviewed-by: Paul Dale 
Reviewed-by: Hugo Landau 
(Merged from https://github.com/openssl/openssl/pull/19370)




[openssl/openssl] b0ef84: openssl list: Fix help text about -cipher-algorith...

2022-10-24 Thread faramir-dev
  Branch: refs/heads/openssl-3.0
  Home:   https://github.com/openssl/openssl
  Commit: b0ef844283ff123281b89c5fca3421fd01188274
  
https://github.com/openssl/openssl/commit/b0ef844283ff123281b89c5fca3421fd01188274
  Author: Daniel Fiala 
  Date:   2022-10-24 (Mon, 24 Oct 2022)

  Changed paths:
M apps/list.c
M doc/man1/openssl-list.pod.in

  Log Message:
  ---
  openssl list: Fix help text about -cipher-algorithms option

Fixes openssl#19133

Reviewed-by: Tomas Mraz 
Reviewed-by: Matt Caswell 
Reviewed-by: Paul Dale 
Reviewed-by: Hugo Landau 
(Merged from https://github.com/openssl/openssl/pull/19370)

(cherry picked from commit 2eb75291c1357cdaf852e0da613edc14f3d5ae4f)




[openssl/openssl] 04d07f: Workaround egd rand source deficiencies

2022-10-24 Thread Tomáš Mráz
  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: 04d07ffbed483660c96d3b197df28ab3b1420637
  
https://github.com/openssl/openssl/commit/04d07ffbed483660c96d3b197df28ab3b1420637
  Author: Tomas Mraz 
  Date:   2022-10-24 (Mon, 24 Oct 2022)

  Changed paths:
M test/drbgtest.c

  Log Message:
  ---
  Workaround egd rand source deficiencies

With egd as the rand source the reseed after fork confuses the egd.

Fixes #19396

Reviewed-by: Paul Dale 
Reviewed-by: Matt Caswell 
(Merged from https://github.com/openssl/openssl/pull/19454)

(cherry picked from commit 0b3fec502298f9a16889d2507948a916416e71cf)




[openssl/openssl] 0b3fec: Workaround egd rand source deficiencies

2022-10-24 Thread Tomáš Mráz
  Branch: refs/heads/openssl-3.0
  Home:   https://github.com/openssl/openssl
  Commit: 0b3fec502298f9a16889d2507948a916416e71cf
  
https://github.com/openssl/openssl/commit/0b3fec502298f9a16889d2507948a916416e71cf
  Author: Tomas Mraz 
  Date:   2022-10-24 (Mon, 24 Oct 2022)

  Changed paths:
M test/drbgtest.c

  Log Message:
  ---
  Workaround egd rand source deficiencies

With egd as the rand source the reseed after fork confuses the egd.

Fixes #19396

Reviewed-by: Paul Dale 
Reviewed-by: Matt Caswell 
(Merged from https://github.com/openssl/openssl/pull/19454)