Coverity Scan: Analysis completed for openssl/openssl

2024-05-08 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=u001.AxU2LYlgjL6eX23u9ErQy-2BKADyCpvUKOL6EWmZljiu7On3ENqKj59w4rEawU-2BYZgjBJ8Ay1pFYeVslaCebcWhw-3D-3DvLGf_bGLyfjQQhnPAMp6Vz8xksML07NHC5l7WMnVZN7GWb6ofRpInr-2FgyFdvQX5WwyroNhPR0A3fyU4FUyqO6cpNNMjgAn8HxyroO9WBO763ISwom7tRvE-2B8mFxmxbSzzDmM-2FMMfj40FU4FcjAIOMGupBo5ugfhDLca0nk231wS2f1OrKz-2BRz5QpSUIzo-2BsDizF4-2BY0XMsQdt-2FV6Bo2XhytAiKQ-3D-3D

Build ID: 611752

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



[openssl/openssl] 2500db: Dependabot update

2024-05-08 Thread dependabot[bot]
  Branch: refs/heads/dependabot/github_actions/coverallsapp/github-action-2.3.0
  Home:   https://github.com/openssl/openssl
  Commit: 2500dbc4c2b926eab2e2a8d79ef6235c4dbedc17
  
https://github.com/openssl/openssl/commit/2500dbc4c2b926eab2e2a8d79ef6235c4dbedc17
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-08 (Wed, 08 May 2024)

  Changed paths:
M .github/workflows/coveralls.yml

  Log Message:
  ---
  Dependabot update

CLA: trivial

(deps): Bump coverallsapp/github-action

Bumps 
[coverallsapp/github-action](https://github.com/coverallsapp/github-action) 
from 2.2.3 to 2.3.0.
- [Release notes](https://github.com/coverallsapp/github-action/releases)
- 
[Commits](https://github.com/coverallsapp/github-action/compare/v2.2.3...v2.3.0)

---
updated-dependencies:
- dependency-name: coverallsapp/github-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] 03ce37: riscv: Provide a vector only implementation of Cha...

2024-05-08 Thread Yangyu Chen
  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: 03ce37e11729bbe9964bd613c0eed6156b920208
  
https://github.com/openssl/openssl/commit/03ce37e11729bbe9964bd613c0eed6156b920208
  Author: Yangyu Chen 
  Date:   2024-05-08 (Wed, 08 May 2024)

  Changed paths:
A crypto/chacha/asm/chacha-riscv64-v-zbb.pl
R crypto/chacha/asm/chacha-riscv64-zbb-zvkb.pl
M crypto/chacha/build.info
M crypto/chacha/chacha_riscv.c
M crypto/perlasm/riscv.pm

  Log Message:
  ---
  riscv: Provide a vector only implementation of Chacha20 cipher

Although we have a Zvkb version of Chacha20, the Zvkb from the RISC-V
Vector Cryptography Bit-manipulation extension was ratified in late 2023
and does not come to the RVA23 Profile. Many CPUs in 2024 currently do not
support Zvkb but may have Vector and Bit-manipulation, which are already in
the RVA22 Profile. This commit provides a vector-only implementation that
replaced the vror with vsll+vsrl+vor and can provide enough speed for
Chacha20 for new CPUs this year.

Signed-off-by: Yangyu Chen 

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


  Commit: c857205407a0a074baf0db7fa7237a469f297c83
  
https://github.com/openssl/openssl/commit/c857205407a0a074baf0db7fa7237a469f297c83
  Author: Yangyu Chen 
  Date:   2024-05-08 (Wed, 08 May 2024)

  Changed paths:
M crypto/chacha/asm/chacha-riscv64-v-zbb.pl

  Log Message:
  ---
  chacha-riscv64-v-zbb.pl: add comment about vector register allocation

Since we can do group operations on vector registers in RISC-V, some vector
registers will be used without being explicitly referenced. Thus, comments
on vector register allocation should be added to improve the code
readability and maintainability.

Signed-off-by: Yangyu Chen 

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


  Commit: f6ce48f5b8ad4d8d748ea87d2490cbed08db9936
  
https://github.com/openssl/openssl/commit/f6ce48f5b8ad4d8d748ea87d2490cbed08db9936
  Author: Yangyu Chen 
  Date:   2024-05-08 (Wed, 08 May 2024)

  Changed paths:
M crypto/chacha/asm/chacha-riscv64-v-zbb.pl

  Log Message:
  ---
  chacha-riscv64-v-zbb.pl: better format

This patch merged the `add` and `xor` part of chacha_sub_round, which are
same in RISC-V Vector only and Zvkb implementation. There is no change to
the generated ASM code except for the indent.

Signed-off-by: Yangyu Chen 

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


Compare: https://github.com/openssl/openssl/compare/7cbca5a6d6e7...f6ce48f5b8ad

To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] b50d1c: Avoid memory leak in x509_test error path

2024-05-08 Thread openssl-machine
  Branch: refs/heads/openssl-3.1
  Home:   https://github.com/openssl/openssl
  Commit: b50d1c2e70180936f24f67ad11318b891785db97
  
https://github.com/openssl/openssl/commit/b50d1c2e70180936f24f67ad11318b891785db97
  Author: Viktor Dukhovni 
  Date:   2024-05-08 (Wed, 08 May 2024)

  Changed paths:
M test/v3ext.c

  Log Message:
  ---
  Avoid memory leak in x509_test error path

Fixes #23897

Reviewed-by: Neil Horman 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/23991)

(cherry picked from commit 7cbca5a6d6e792c75c414e1f3fb22e2afae67988)



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] 351f06: Avoid memory leak in x509_test error path

2024-05-08 Thread openssl-machine
  Branch: refs/heads/openssl-3.3
  Home:   https://github.com/openssl/openssl
  Commit: 351f06eb20d770889054af99eb6b3649933f6a46
  
https://github.com/openssl/openssl/commit/351f06eb20d770889054af99eb6b3649933f6a46
  Author: Viktor Dukhovni 
  Date:   2024-05-08 (Wed, 08 May 2024)

  Changed paths:
M test/v3ext.c

  Log Message:
  ---
  Avoid memory leak in x509_test error path

Fixes #23897

Reviewed-by: Neil Horman 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/23991)

(cherry picked from commit 7cbca5a6d6e792c75c414e1f3fb22e2afae67988)



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] fc6c3a: Avoid memory leak in x509_test error path

2024-05-08 Thread openssl-machine
  Branch: refs/heads/openssl-3.0
  Home:   https://github.com/openssl/openssl
  Commit: fc6c3a9e22efd396f2ec84f48da6c4f38439084b
  
https://github.com/openssl/openssl/commit/fc6c3a9e22efd396f2ec84f48da6c4f38439084b
  Author: Viktor Dukhovni 
  Date:   2024-05-08 (Wed, 08 May 2024)

  Changed paths:
M test/v3ext.c

  Log Message:
  ---
  Avoid memory leak in x509_test error path

Fixes #23897

Reviewed-by: Neil Horman 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/23991)

(cherry picked from commit 7cbca5a6d6e792c75c414e1f3fb22e2afae67988)



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] 7cbca5: Avoid memory leak in x509_test error path

2024-05-08 Thread openssl-machine
  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: 7cbca5a6d6e792c75c414e1f3fb22e2afae67988
  
https://github.com/openssl/openssl/commit/7cbca5a6d6e792c75c414e1f3fb22e2afae67988
  Author: Viktor Dukhovni 
  Date:   2024-05-08 (Wed, 08 May 2024)

  Changed paths:
M test/v3ext.c

  Log Message:
  ---
  Avoid memory leak in x509_test error path

Fixes #23897

Reviewed-by: Neil Horman 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/23991)



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications


[openssl/openssl] b9226d: Avoid memory leak in x509_test error path

2024-05-08 Thread openssl-machine
  Branch: refs/heads/openssl-3.2
  Home:   https://github.com/openssl/openssl
  Commit: b9226d0356d93cd66cfcbd1dfbad76c7cb4d02d8
  
https://github.com/openssl/openssl/commit/b9226d0356d93cd66cfcbd1dfbad76c7cb4d02d8
  Author: Viktor Dukhovni 
  Date:   2024-05-08 (Wed, 08 May 2024)

  Changed paths:
M test/v3ext.c

  Log Message:
  ---
  Avoid memory leak in x509_test error path

Fixes #23897

Reviewed-by: Neil Horman 
Reviewed-by: Tomas Mraz 
(Merged from https://github.com/openssl/openssl/pull/23991)

(cherry picked from commit 7cbca5a6d6e792c75c414e1f3fb22e2afae67988)



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications