Coverity Scan: Analysis completed for openssl/openssl

2022-09-28 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-3DyRfW_MulOTlHne1IxTRELXXnGni8d68xSVF-2BUCe3a7Ux-2BjeHFe-2Fs-2F1ZDk8i-2FuwCPjJeyQyv5Jn8DtGi3QGMaBIvTxhwHgIvp1ZqZ2taVZOwHOh04AD82vUPNaZt4GuqqJmOEtcBp4g21GYurby3vj69k03p1d6ttljFZPCdRGOivYvJklc-2FPc-2F1eMnRJPPZBU-2B0M0q2Q-2B1-2F-2BzbJKx55pTLHIN4QMYeOtXp-2B1c9ZAeqQ2BiYY-3D

Build ID: 483428

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



[openssl/tools] 25be94: ghmerge and pick-to-branch: improve hints on how t...

2022-09-28 Thread David von Oheimb
  Branch: refs/heads/master
  Home:   https://github.com/openssl/tools
  Commit: 25be94057c7af13bcb97cf481b97bc5b55f65c8f
  
https://github.com/openssl/tools/commit/25be94057c7af13bcb97cf481b97bc5b55f65c8f
  Author: Dr. David von Oheimb 
  Date:   2022-09-29 (Thu, 29 Sep 2022)

  Changed paths:
M review-tools/ghmerge
M review-tools/pick-to-branch

  Log Message:
  ---
  ghmerge and pick-to-branch: improve hints on how to handle conflicts

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




[openssl/openssl] 9710d7: apps/speed.c: Lock buffer in memory

2022-09-28 Thread Juergen Christ
  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: 9710d72b95f4fc218ed613f42dc90ad0d263b14f
  
https://github.com/openssl/openssl/commit/9710d72b95f4fc218ed613f42dc90ad0d263b14f
  Author: Juergen Christ 
  Date:   2022-09-29 (Thu, 29 Sep 2022)

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

  Log Message:
  ---
  apps/speed.c: Lock buffer in memory

Lock the buffers used for throughput measurements into memory.  This removes
some side effects of paging.

Errors from the memory locking functions are ignored since they are not
critical to the application.

This feature is limited to Linux and Windows.

Signed-off-by: Juergen Christ 

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




[openssl/openssl] 8ff663: Test TLS extension ordering

2022-09-28 Thread Todd Short
  Branch: refs/heads/openssl-3.0
  Home:   https://github.com/openssl/openssl
  Commit: 8ff66343bdf635ad574e9db4d4fca8f82c4bcc98
  
https://github.com/openssl/openssl/commit/8ff66343bdf635ad574e9db4d4fca8f82c4bcc98
  Author: Todd Short 
  Date:   2022-09-28 (Wed, 28 Sep 2022)

  Changed paths:
M ssl/statem/extensions.c
M ssl/statem/statem_local.h
M test/build.info
A test/ext_internal_test.c
A test/recipes/02-test_internal_exts.t

  Log Message:
  ---
  Test TLS extension ordering

Adding extensions is fragile, with the TLSEXT_TYPE entry needing to be
located at TLSEXT_IDX in the array.

This adds a test to ensure extensions are in the correct order.

Reviewed-by: Matt Caswell 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/19269)

(cherry picked from commit ac44deaf00ad24fd18b9d74de4a23d98a2b75c8d)




[openssl/openssl] ac44de: Test TLS extension ordering

2022-09-28 Thread Todd Short
  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: ac44deaf00ad24fd18b9d74de4a23d98a2b75c8d
  
https://github.com/openssl/openssl/commit/ac44deaf00ad24fd18b9d74de4a23d98a2b75c8d
  Author: Todd Short 
  Date:   2022-09-28 (Wed, 28 Sep 2022)

  Changed paths:
M ssl/statem/extensions.c
M ssl/statem/statem_local.h
M test/build.info
A test/ext_internal_test.c
A test/recipes/02-test_internal_exts.t

  Log Message:
  ---
  Test TLS extension ordering

Adding extensions is fragile, with the TLSEXT_TYPE entry needing to be
located at TLSEXT_IDX in the array.

This adds a test to ensure extensions are in the correct order.

Reviewed-by: Matt Caswell 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/19269)




[openssl/openssl] a9c474: Configurations/descrip.mms.tmpl: Add another inclu...

2022-09-28 Thread Richard Levitte
  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: a9c474dc98233ce6e64b898874e3604cc151f461
  
https://github.com/openssl/openssl/commit/a9c474dc98233ce6e64b898874e3604cc151f461
  Author: Richard Levitte 
  Date:   2022-09-28 (Wed, 28 Sep 2022)

  Changed paths:
M Configurations/descrip.mms.tmpl

  Log Message:
  ---
  Configurations/descrip.mms.tmpl: Add another inclusion hack

More adaptations are needed for sources in ssl/, which all include
`ssl/ssl_local.h`.

Reviewed-by: Paul Dale 
Reviewed-by: Dmitry Belyavskiy 
(Merged from https://github.com/openssl/openssl/pull/19276)




[openssl/openssl] 1fcd84: test/trace_api_test.c: fix gcc error on -Werror=st...

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

  Changed paths:
M test/trace_api_test.c

  Log Message:
  ---
  test/trace_api_test.c: fix gcc error on -Werror=strict-prototypes

Reviewed-by: Tomas Mraz 
Reviewed-by: Todd Short 
Reviewed-by: David von Oheimb 
(Merged from https://github.com/openssl/openssl/pull/19277)




[openssl/tools] 851263: 3.0.0 is out so don't special case things as being...

2022-09-28 Thread Mark J. Cox
  Branch: refs/heads/master
  Home:   https://github.com/openssl/tools
  Commit: 85126371f5705e6b3749eff73238b592c2ab91b3
  
https://github.com/openssl/tools/commit/85126371f5705e6b3749eff73238b592c2ab91b3
  Author: Mark J. Cox 
  Date:   2022-09-28 (Wed, 28 Sep 2022)

  Changed paths:
M github-tools/stale.py

  Log Message:
  ---
  3.0.0 is out so don't special case things as being deferred

Reviewed-by: Paul Dale 
Reviewed-by: Richard Levitte 
(Merged from https://github.com/openssl/tools/pull/127)