[openssl/openssl] a806fd: feat: add hmac-sm3 test cases from GM/T 0042-2015 ...

2022-07-10 Thread pauli
  Branch: refs/heads/openssl-3.0
  Home:   https://github.openssl.org/openssl/openssl
  Commit: a806fd89b149518a7c093b247131dabd3e5f3177
  
https://github.openssl.org/openssl/openssl/commit/a806fd89b149518a7c093b247131dabd3e5f3177
  Author: Mingjun.Yang 
  Date:   2022-07-11 (Mon, 11 Jul 2022)

  Changed paths:
M test/recipes/30-test_evp.t
M test/recipes/30-test_evp_data/evpmac_common.txt
A test/recipes/30-test_evp_data/evpmac_sm3.txt

  Log Message:
  ---
  feat: add hmac-sm3 test cases from GM/T 0042-2015 Appendix D.3

Reviewed-by: Hugo Landau 
Reviewed-by: Paul Dale 
(Merged from https://github.com/openssl/openssl/pull/18714)

(cherry picked from commit 0648ec1c35a54fb2b7ead34a215691fe9e38516d)




[openssl/openssl] 0648ec: feat: add hmac-sm3 test cases from GM/T 0042-2015 ...

2022-07-10 Thread pauli
  Branch: refs/heads/master
  Home:   https://github.openssl.org/openssl/openssl
  Commit: 0648ec1c35a54fb2b7ead34a215691fe9e38516d
  
https://github.openssl.org/openssl/openssl/commit/0648ec1c35a54fb2b7ead34a215691fe9e38516d
  Author: Mingjun.Yang 
  Date:   2022-07-11 (Mon, 11 Jul 2022)

  Changed paths:
M test/recipes/30-test_evp.t
M test/recipes/30-test_evp_data/evpmac_common.txt
A test/recipes/30-test_evp_data/evpmac_sm3.txt

  Log Message:
  ---
  feat: add hmac-sm3 test cases from GM/T 0042-2015 Appendix D.3

Reviewed-by: Hugo Landau 
Reviewed-by: Paul Dale 
(Merged from https://github.com/openssl/openssl/pull/18714)




Coverity Scan: Analysis completed for openssl/openssl

2022-07-10 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-3DZ6Sj_MulOTlHne1IxTRELXXnGni8d68xSVF-2BUCe3a7Ux-2BjeGVKEdOUq8IVcayRiuohznrhJEYyJWYsuD6szihj71vpcVUVbBEdKHl0n0g3BIqKfNXU5LXzbcQSaififUvtEJB097EuGtAH83eeMvTkDuVRpEwi-2FfUayh9vYdxFVnZkRNm0iqtcPRcR5ZoS3hiD81uphnpiniS8lPZ5wj58rC7PF0lHSqs6KqEiKnzI2kjxFs-3D

Build ID: 466856

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



[openssl/openssl] 8403c7: Add config option for speed command

2022-07-10 Thread pauli
  Branch: refs/heads/master
  Home:   https://github.openssl.org/openssl/openssl
  Commit: 8403c7350fd836ea44baf69c0b7dc3af1189253f
  
https://github.openssl.org/openssl/openssl/commit/8403c7350fd836ea44baf69c0b7dc3af1189253f
  Author: Kan 
  Date:   2022-07-11 (Mon, 11 Jul 2022)

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

  Log Message:
  ---
  Add config option for speed command
Fixed #16986

Reviewed-by: Todd Short 
Reviewed-by: Paul Dale 
(Merged from https://github.com/openssl/openssl/pull/18616)




[openssl/openssl] b4ba4c: Add the LibreOffice Draw source for the QUIC overv...

2022-07-10 Thread Tomas Mraz
  Branch: refs/heads/master
  Home:   https://github.openssl.org/openssl/openssl
  Commit: b4ba4c8ee8f75ac60d1e26eb80110b68527b44d8
  
https://github.openssl.org/openssl/openssl/commit/b4ba4c8ee8f75ac60d1e26eb80110b68527b44d8
  Author: Tomas Mraz 
  Date:   2022-07-11 (Mon, 11 Jul 2022)

  Changed paths:
A doc/designs/quic-design/images/quic-overview.odg

  Log Message:
  ---
  Add the LibreOffice Draw source for the QUIC overview graph

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




[openssl/openssl] 6e0a9b: Fix SHA, SHAKE, and KECCAK ASM flag passing

2022-07-10 Thread pauli
  Branch: refs/heads/openssl-3.0
  Home:   https://github.openssl.org/openssl/openssl
  Commit: 6e0a9b539f3771ea25d1e98c0fa14fbe352607d9
  
https://github.openssl.org/openssl/openssl/commit/6e0a9b539f3771ea25d1e98c0fa14fbe352607d9
  Author: Juergen Christ 
  Date:   2022-07-11 (Mon, 11 Jul 2022)

  Changed paths:
M crypto/sha/build.info

  Log Message:
  ---
  Fix SHA, SHAKE, and KECCAK ASM flag passing

Flags for ASM implementations of SHA, SHAKE, and KECCAK were only passed to
the FIPS provider and not to the default or legacy provider.  This left some
potential for optimization.  Pass the correct flags also to these providers.

Signed-off-by: Juergen Christ 

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

(cherry picked from commit a8b238f0e4c1198935e066ef19579ca694253286)




[openssl/openssl] a8b238: Fix SHA, SHAKE, and KECCAK ASM flag passing

2022-07-10 Thread pauli
  Branch: refs/heads/master
  Home:   https://github.openssl.org/openssl/openssl
  Commit: a8b238f0e4c1198935e066ef19579ca694253286
  
https://github.openssl.org/openssl/openssl/commit/a8b238f0e4c1198935e066ef19579ca694253286
  Author: Juergen Christ 
  Date:   2022-07-11 (Mon, 11 Jul 2022)

  Changed paths:
M crypto/sha/build.info

  Log Message:
  ---
  Fix SHA, SHAKE, and KECCAK ASM flag passing

Flags for ASM implementations of SHA, SHAKE, and KECCAK were only passed to
the FIPS provider and not to the default or legacy provider.  This left some
potential for optimization.  Pass the correct flags also to these providers.

Signed-off-by: Juergen Christ 

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




[openssl/openssl] c4a7b4: Make evp_test skip mac tests if digest or ciphers ...

2022-07-10 Thread slontis
  Branch: refs/heads/openssl-3.0
  Home:   https://github.openssl.org/openssl/openssl
  Commit: c4a7b4ce8990e71f1c881c9f9d24a851deddf0c7
  
https://github.openssl.org/openssl/openssl/commit/c4a7b4ce8990e71f1c881c9f9d24a851deddf0c7
  Author: slontis 
  Date:   2022-07-11 (Mon, 11 Jul 2022)

  Changed paths:
M test/evp_test.c

  Log Message:
  ---
  Make evp_test skip mac tests if digest or ciphers are disabled.

Fixes test error in #18714
This only happens currently during minimal builds.

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

(cherry picked from commit c8a016cac44d5402df3106f46c9725aa1b480e40)




[openssl/openssl] c8a016: Make evp_test skip mac tests if digest or ciphers ...

2022-07-10 Thread slontis
  Branch: refs/heads/master
  Home:   https://github.openssl.org/openssl/openssl
  Commit: c8a016cac44d5402df3106f46c9725aa1b480e40
  
https://github.openssl.org/openssl/openssl/commit/c8a016cac44d5402df3106f46c9725aa1b480e40
  Author: slontis 
  Date:   2022-07-11 (Mon, 11 Jul 2022)

  Changed paths:
M test/evp_test.c

  Log Message:
  ---
  Make evp_test skip mac tests if digest or ciphers are disabled.

Fixes test error in #18714
This only happens currently during minimal builds.

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




[openssl/openssl] 4fd10c: Add an EVP demo for HMAC

2022-07-10 Thread Daniel Fiala
  Branch: refs/heads/openssl-3.0
  Home:   https://github.openssl.org/openssl/openssl
  Commit: 4fd10c123c527d75ff3f928dbc570e2b6f79c824
  
https://github.openssl.org/openssl/openssl/commit/4fd10c123c527d75ff3f928dbc570e2b6f79c824
  Author: Daniel Fiala 
  Date:   2022-07-11 (Mon, 11 Jul 2022)

  Changed paths:
M demos/mac/Makefile
A demos/mac/hmac-sha512.c

  Log Message:
  ---
  Add an EVP demo for HMAC

Fixes openssl#14109

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

(cherry picked from commit e269d8af79de7b0dcc1b72687eed340cc3822a9e)




[openssl/openssl] e269d8: Add an EVP demo for HMAC

2022-07-10 Thread Daniel Fiala
  Branch: refs/heads/master
  Home:   https://github.openssl.org/openssl/openssl
  Commit: e269d8af79de7b0dcc1b72687eed340cc3822a9e
  
https://github.openssl.org/openssl/openssl/commit/e269d8af79de7b0dcc1b72687eed340cc3822a9e
  Author: Daniel Fiala 
  Date:   2022-07-11 (Mon, 11 Jul 2022)

  Changed paths:
M demos/mac/Makefile
A demos/mac/hmac-sha512.c

  Log Message:
  ---
  Add an EVP demo for HMAC

Fixes openssl#14109

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