[openssl/openssl] ec2614: Prepare NonStop for fixed-size integer types.

2022-05-18 Thread pauli
  Branch: refs/heads/master
  Home:   https://github.openssl.org/openssl/openssl
  Commit: ec26144288fd6dce6dd76bd9e2b192b495033723
  
https://github.openssl.org/openssl/openssl/commit/ec26144288fd6dce6dd76bd9e2b192b495033723
  Author: Randall S. Becker 
  Date:   2022-05-19 (Thu, 19 May 2022)

  Changed paths:
M Configurations/50-nonstop.conf
M include/openssl/e_os2.h

  Log Message:
  ---
  Prepare NonStop for fixed-size integer types.

This commit removes platform defines the interfere with loading and resolution
of platform and memory model variants of integer types and includes the
appropriate files, stdint.h and sys/types.h where the types are defined.

Fixes #17669

Signed-off-by: Randall S. Becker 

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




Coverity Scan: Analysis completed for openssl/openssl

2022-05-18 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-3DGQp8_MulOTlHne1IxTRELXXnGni8d68xSVF-2BUCe3a7Ux-2BjeEKDvgVEGy61buuRVAkScPtLp1SsLXOIO55So7HkBv33mcfcxy1I9-2FpeznMy3JguRFrZ-2BTBh-2B0JKybvURokjKzjeMRalPgN1Tw17snbY-2FSNjrXFBpxcwBbnB8HmFvFGafFoOwNYJ8PTtaQopRElwy4yfuY-2B0qfgG4HGRO3nBpd6pKuW9ilquYqAheMMOyt6V74-3D

Build ID: 456513

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



[openssl/openssl] 6d5f63: Fix coverity 1504433: unchecked return value

2022-05-18 Thread pauli
  Branch: refs/heads/master
  Home:   https://github.openssl.org/openssl/openssl
  Commit: 6d5f636ce1ff6b57846e0e0fc82f7ed56aee2ac5
  
https://github.openssl.org/openssl/openssl/commit/6d5f636ce1ff6b57846e0e0fc82f7ed56aee2ac5
  Author: Pauli 
  Date:   2022-05-19 (Thu, 19 May 2022)

  Changed paths:
M ssl/ssl_rsa.c

  Log Message:
  ---
  Fix coverity 1504433: unchecked return value

Just extending the comment so coveriety knows as well.

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




[openssl/openssl] 22dbb1: Use --release in dev/release.sh

2022-05-18 Thread Hugo Landau
  Branch: refs/heads/master
  Home:   https://github.openssl.org/openssl/openssl
  Commit: 22dbb176deef7d9a80f5c94f57a4b518ea935f50
  
https://github.openssl.org/openssl/openssl/commit/22dbb176deef7d9a80f5c94f57a4b518ea935f50
  Author: Hugo Landau 
  Date:   2022-05-18 (Wed, 18 May 2022)

  Changed paths:
M dev/release.sh

  Log Message:
  ---
  Use --release in dev/release.sh

Fixes #18243.
Fixes #18242.

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




[otc/tools] f98944: Update addrev to allow self-review on release

2022-05-18 Thread Hugo Landau
  Branch: refs/heads/master
  Home:   https://github.openssl.org/otc/tools
  Commit: f989445a841671d6e40476c9d21fc0638dfeccc6
  
https://github.openssl.org/otc/tools/commit/f989445a841671d6e40476c9d21fc0638dfeccc6
  Author: Hugo Landau 
  Date:   2022-05-13 (Fri, 13 May 2022)

  Changed paths:
M review-tools/gitaddrev

  Log Message:
  ---
  Update addrev to allow self-review on release

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




[openssl/openssl] 366704: Documentation: X509_V_ERR_CERT_CHAIN_TOO_LONG is n...

2022-05-18 Thread Tomas Mraz
  Branch: refs/heads/openssl-3.0
  Home:   https://github.openssl.org/openssl/openssl
  Commit: 3667043a1dbfa97cc743183f5183129645773cad
  
https://github.openssl.org/openssl/openssl/commit/3667043a1dbfa97cc743183f5183129645773cad
  Author: Thomas Bellebaum <91870704+belleb...@users.noreply.github.com>
  Date:   2022-05-18 (Wed, 18 May 2022)

  Changed paths:
M doc/man3/X509_STORE_CTX_get_error.pod

  Log Message:
  ---
  Documentation: X509_V_ERR_CERT_CHAIN_TOO_LONG is not unused

The Error `X509_V_ERR_CERT_CHAIN_TOO_LONG` is not unused. See e.g. here:

https://github.com/openssl/openssl/blob/598bd7741568a1aae678e5472f18aae1ab991e8d/crypto/x509/x509_vfy.c#L3318-L3319

CLA: trivial

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

(cherry picked from commit 0db53e9312f9648874b283124655f9772dfa1690)




[openssl/openssl] 0db53e: Documentation: X509_V_ERR_CERT_CHAIN_TOO_LONG is n...

2022-05-18 Thread Tomas Mraz
  Branch: refs/heads/master
  Home:   https://github.openssl.org/openssl/openssl
  Commit: 0db53e9312f9648874b283124655f9772dfa1690
  
https://github.openssl.org/openssl/openssl/commit/0db53e9312f9648874b283124655f9772dfa1690
  Author: Thomas Bellebaum <91870704+belleb...@users.noreply.github.com>
  Date:   2022-05-18 (Wed, 18 May 2022)

  Changed paths:
M doc/man3/X509_STORE_CTX_get_error.pod

  Log Message:
  ---
  Documentation: X509_V_ERR_CERT_CHAIN_TOO_LONG is not unused

The Error `X509_V_ERR_CERT_CHAIN_TOO_LONG` is not unused. See e.g. here:

https://github.com/openssl/openssl/blob/598bd7741568a1aae678e5472f18aae1ab991e8d/crypto/x509/x509_vfy.c#L3318-L3319

CLA: trivial

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




[openssl/openssl] c73ba8: add support for SHA-3 based PRF to PBES2

2022-05-18 Thread beldmit
  Branch: refs/heads/master
  Home:   https://github.openssl.org/openssl/openssl
  Commit: c73ba81899c291d60851321e6de8913d4800c456
  
https://github.openssl.org/openssl/openssl/commit/c73ba81899c291d60851321e6de8913d4800c456
  Author: Hubert Kario 
  Date:   2022-05-18 (Wed, 18 May 2022)

  Changed paths:
M crypto/evp/evp_pbe.c

  Log Message:
  ---
  add support for SHA-3 based PRF to PBES2

As there are no limitations for HMACs used in PBKDF2 inside PBES2,
as more specifically the SHA-3 hashes are drop-in replacements for
SHA-2 hashes, we can easily add support for SHA-3 here.

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


  Commit: 5702392f73e679fd9ed9dd912cf4c9dc613c4d71
  
https://github.openssl.org/openssl/openssl/commit/5702392f73e679fd9ed9dd912cf4c9dc613c4d71
  Author: Hubert Kario 
  Date:   2022-05-18 (Wed, 18 May 2022)

  Changed paths:
M test/recipes/30-test_evp_data/evpkdf_pbkdf2.txt
M test/recipes/30-test_evp_data/evppbe_pbkdf2.txt

  Log Message:
  ---
  add tests for PBKDF2 with SHA-3

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


Compare: 
https://github.openssl.org/openssl/openssl/compare/8b97bf43...5702392f73e6