Coverity Scan: Analysis completed for openssl/openssl

2022-12-06 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-3DbBcP_MulOTlHne1IxTRELXXnGni8d68xSVF-2BUCe3a7Ux-2BjeENFvikADGC7ptx5XzzrM-2Bq9q9nIwhlXFMUfepg0C89Xn25AIq3PeywdVNu5ESCvhPWgan8JTcm-2BbAIsNsSrvKNSPL04rOVrCS18vn7prMVV6KzR2ea2O6it91LJ-2By9aXVsBfjhCCtP-2F56qocv8b8OoOiVmP9Y75qRF8fERLHta5z3hxaHpG2crX7UzRIEijmo-3D

Build ID: 498880

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



[openssl/openssl] f15d23: Replace "a RSA" with "an RSA"

2022-12-06 Thread faramir-dev
  Branch: refs/heads/openssl-3.0
  Home:   https://github.com/openssl/openssl
  Commit: f15d23e2f9ec10a0c6ccd76317c0c8aeb5378a33
  
https://github.com/openssl/openssl/commit/f15d23e2f9ec10a0c6ccd76317c0c8aeb5378a33
  Author: Daniel Fiala 
  Date:   2022-12-07 (Wed, 07 Dec 2022)

  Changed paths:
M CHANGES.md
M crypto/rsa/rsa_mp.c
A demos/encode/rsa_encode.c
M doc/HOWTO/certificates.txt
M doc/HOWTO/keys.txt
M doc/man3/SSL_CTX_set_cipher_list.pod
M doc/man3/SSL_CTX_use_certificate.pod
M doc/man3/SSL_CTX_use_serverinfo.pod
M test/keymgmt_internal_test.c
M test/sslapitest.c

  Log Message:
  ---
  Replace "a RSA" with "an RSA"

Fixes openssl#19771

Reviewed-by: Tomas Mraz 
Reviewed-by: Matthias St. Pierre 
Reviewed-by: Paul Dale 
(Merged from https://github.com/openssl/openssl/pull/19787)

(cherry picked from commit a63fa5f711f1f97e623348656b42717d6904ee3e)
(cherry picked from commit f3e9308fe1b692c424feaa256fbecce958cef1f4)




[openssl/openssl] f3e930: Replace "a RSA" with "an RSA"

2022-12-06 Thread faramir-dev
  Branch: refs/heads/openssl-3.1
  Home:   https://github.com/openssl/openssl
  Commit: f3e9308fe1b692c424feaa256fbecce958cef1f4
  
https://github.com/openssl/openssl/commit/f3e9308fe1b692c424feaa256fbecce958cef1f4
  Author: Daniel Fiala 
  Date:   2022-12-07 (Wed, 07 Dec 2022)

  Changed paths:
M CHANGES.md
M crypto/rsa/rsa_mp.c
M demos/encode/rsa_encode.c
M doc/HOWTO/certificates.txt
M doc/HOWTO/keys.txt
M doc/man3/SSL_CTX_set_cipher_list.pod
M doc/man3/SSL_CTX_use_certificate.pod
M doc/man3/SSL_CTX_use_serverinfo.pod
M test/keymgmt_internal_test.c
M test/sslapitest.c

  Log Message:
  ---
  Replace "a RSA" with "an RSA"

Fixes openssl#19771

Reviewed-by: Tomas Mraz 
Reviewed-by: Matthias St. Pierre 
Reviewed-by: Paul Dale 
(Merged from https://github.com/openssl/openssl/pull/19787)

(cherry picked from commit a63fa5f711f1f97e623348656b42717d6904ee3e)




[openssl/openssl] a63fa5: Replace "a RSA" with "an RSA"

2022-12-06 Thread faramir-dev
  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: a63fa5f711f1f97e623348656b42717d6904ee3e
  
https://github.com/openssl/openssl/commit/a63fa5f711f1f97e623348656b42717d6904ee3e
  Author: Daniel Fiala 
  Date:   2022-12-07 (Wed, 07 Dec 2022)

  Changed paths:
M CHANGES.md
M crypto/rsa/rsa_mp.c
M demos/encode/rsa_encode.c
M doc/HOWTO/certificates.txt
M doc/HOWTO/keys.txt
M doc/man3/SSL_CTX_set_cipher_list.pod
M doc/man3/SSL_CTX_use_certificate.pod
M doc/man3/SSL_CTX_use_serverinfo.pod
M test/keymgmt_internal_test.c
M test/sslapitest.c

  Log Message:
  ---
  Replace "a RSA" with "an RSA"

Fixes openssl#19771

Reviewed-by: Tomas Mraz 
Reviewed-by: Matthias St. Pierre 
Reviewed-by: Paul Dale 
(Merged from https://github.com/openssl/openssl/pull/19787)




[openssl/openssl] d3db25: Implement OSSL_PROVIDER_get0_default_search_path, ...

2022-12-06 Thread pm-cfs
  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: d3db25f568087bc9dc89b6720f0b4213cd5585c3
  
https://github.com/openssl/openssl/commit/d3db25f568087bc9dc89b6720f0b4213cd5585c3
  Author: Patrick Mills 
  Date:   2022-12-06 (Tue, 06 Dec 2022)

  Changed paths:
M crypto/provider_core.c
M doc/man3/OSSL_PROVIDER.pod
M include/openssl/provider.h
M test/build.info
A test/provider_default_search_path_test.c
A test/recipes/04-test_provider_default_search_path.t
M util/libcrypto.num

  Log Message:
  ---
  Implement OSSL_PROVIDER_get0_default_search_path, add docs and tests.

Reviewed-by: Todd Short 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/19752)




[openssl/openssl] 8ca2a0: timing_load_creds: Add timersub macro for platform...

2022-12-06 Thread Tomáš Mráz
  Branch: refs/heads/openssl-3.1
  Home:   https://github.com/openssl/openssl
  Commit: 8ca2a012c8e4acd44e613463c903d3c7c6b86727
  
https://github.com/openssl/openssl/commit/8ca2a012c8e4acd44e613463c903d3c7c6b86727
  Author: Tomas Mraz 
  Date:   2022-12-06 (Tue, 06 Dec 2022)

  Changed paths:
M test/timing_load_creds.c

  Log Message:
  ---
  timing_load_creds: Add timersub macro for platforms where it is missing

Fixes #19812

Reviewed-by: Matt Caswell 
Reviewed-by: Hugo Landau 
(Merged from https://github.com/openssl/openssl/pull/19817)

(cherry picked from commit f2e4629608c3a2f5d93a91ef95abc25726eec44c)




[openssl/openssl] f2e462: timing_load_creds: Add timersub macro for platform...

2022-12-06 Thread Tomáš Mráz
  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: f2e4629608c3a2f5d93a91ef95abc25726eec44c
  
https://github.com/openssl/openssl/commit/f2e4629608c3a2f5d93a91ef95abc25726eec44c
  Author: Tomas Mraz 
  Date:   2022-12-06 (Tue, 06 Dec 2022)

  Changed paths:
M test/timing_load_creds.c

  Log Message:
  ---
  timing_load_creds: Add timersub macro for platforms where it is missing

Fixes #19812

Reviewed-by: Matt Caswell 
Reviewed-by: Hugo Landau 
(Merged from https://github.com/openssl/openssl/pull/19817)




[openssl/openssl] a6e500: Fix the code used to detect aarch64 capabilities w...

2022-12-06 Thread Tom Cosgrove
  Branch: refs/heads/openssl-3.1
  Home:   https://github.com/openssl/openssl
  Commit: a6e50030516378d5187b9fe52b921c2f96c8d437
  
https://github.com/openssl/openssl/commit/a6e50030516378d5187b9fe52b921c2f96c8d437
  Author: Tom Cosgrove 
  Date:   2022-12-06 (Tue, 06 Dec 2022)

  Changed paths:
M crypto/armcap.c

  Log Message:
  ---
  Fix the code used to detect aarch64 capabilities when we don't have 
getauxval()

In addition to a missing prototype there was also a missing closing brace '}'.

Fixes #19825.

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

(cherry picked from commit f97ddfc3059ff568919e92597b2691d5366fd34b)




[openssl/openssl] f97ddf: Fix the code used to detect aarch64 capabilities w...

2022-12-06 Thread Tom Cosgrove
  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: f97ddfc3059ff568919e92597b2691d5366fd34b
  
https://github.com/openssl/openssl/commit/f97ddfc3059ff568919e92597b2691d5366fd34b
  Author: Tom Cosgrove 
  Date:   2022-12-06 (Tue, 06 Dec 2022)

  Changed paths:
M crypto/armcap.c

  Log Message:
  ---
  Fix the code used to detect aarch64 capabilities when we don't have 
getauxval()

In addition to a missing prototype there was also a missing closing brace '}'.

Fixes #19825.

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




[openssl/web] 4fdfa2: Remove old file

2022-12-06 Thread Mark J. Cox
  Branch: refs/heads/master
  Home:   https://github.com/openssl/web
  Commit: 4fdfa23c4664f3c8230ce7ac627f98a872738784
  
https://github.com/openssl/web/commit/4fdfa23c4664f3c8230ce7ac627f98a872738784
  Author: Mark J. Cox 
  Date:   2022-12-05 (Mon, 05 Dec 2022)

  Changed paths:
R bin/mk-cvepage

  Log Message:
  ---
  Remove old file


  Commit: 43084e09ee8c951adc452329addb64457bb11508
  
https://github.com/openssl/web/commit/43084e09ee8c951adc452329addb64457bb11508
  Author: Mark J. Cox 
  Date:   2022-12-05 (Mon, 05 Dec 2022)

  Changed paths:
M bin/cvejsontohtml.py

  Log Message:
  ---
  Add back the premium support link as github links that don't work are
not useful (they should eventually be changed in the json files)


Compare: https://github.com/openssl/web/compare/c4683fb523c9...43084e09ee8c