[openssl] master update

2022-02-17 Thread tomas
That means that the system could run with a wrong parameter. Therefore it should be better to check it, like the other memory allocation. Signed-off-by: Jiasheng Jiang Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/

[openssl] master update

2022-02-16 Thread tomas
he failure of the configuration, it should be better to return error. Signed-off-by: Jiasheng Jiang Reviewed-by: Matt Caswell Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/

[openssl] master update

2022-02-14 Thread tomas
aswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17645) --- Summary of changes: apps/ca.c| 9 +- apps/include/apps.h

[openssl] openssl-3.0 update

2022-02-14 Thread tomas
Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17651) (cherry picked from commit c920020f0bb13f0d2bf0fcad5c7ee63458b633b4) --- Summary of changes: providers/implementations/exchange

[openssl] master update

2022-02-14 Thread tomas
-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17651) --- Summary of changes: providers/implementations/exchange/dh_exch.c | 20 1 file changed, 16 insertions(+), 4 deletions

[openssl] openssl-3.0 update

2022-02-14 Thread tomas
: Tomas Mraz Date: Fri Feb 11 09:44:52 2022 +0100 Apply the correct Apache v2 license There were still a few files mentioning the old OpenSSL license. Fixes #17684 Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/17686) (cherry

[openssl] master update

2022-02-14 Thread tomas
The branch master has been updated via 7585073892af9cffd28b7b5872c2b102b99af807 (commit) from 79cda38cff834224fb9d86dc7433b4f60688ce49 (commit) - Log - commit 7585073892af9cffd28b7b5872c2b102b99af807 Author: Tomas

[openssl] openssl-3.0 update

2022-02-14 Thread tomas
27;ep' to be NULL if fails. Signed-off-by: Jiasheng Jiang Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17676) (cherry picked from commit 79cda38cff834224fb9d86dc7433b4

[openssl] master update

2022-02-14 Thread tomas
x27; to be NULL if fails. Signed-off-by: Jiasheng Jiang Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17676) --- Summary of changes: apps/re

[openssl] master update

2022-02-13 Thread tomas
Khaldi Date: Tue Nov 23 23:27:35 2021 +0100 Implement a new flag for running s_client in a non-interactive mode Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17097

[openssl] master update

2022-02-11 Thread tomas
- commit 0c47b8a879c6cd2d553831f930af5ee9df291eca Author: Tomas Mraz Date: Wed Feb 9 12:03:16 2022 +0100 Add test of FIPS provider from the master branch with 3.0 build Reviewed-by: Paul Dale (Merged from https

[openssl] master update

2022-02-10 Thread tomas
Lee Date: Sat Jan 22 11:22:31 2022 +1100 bn_lib.c: Change Endianess check to as a binary condition. This prevents VS2022 from mis-identify an uninitialized local pointer variable. CLA: trivial Reviewed-by: Ben Kaduk Reviewed-by: Tomas Mraz (Merged from

[openssl] openssl-3.0 update

2022-02-08 Thread tomas
Reviewed-by: Paul Dale Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17642) (cherry picked from commit aefbcde29166caf851cf388361d70fd0dcf17d87

[openssl] master update

2022-02-08 Thread tomas
Reviewed-by: Paul Dale Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17642) --- Summary of changes: crypto/rsa/rsa_ossl.c | 4 +++- 1 file changed, 3 insertions

[openssl] master update

2022-02-07 Thread tomas
- commit eafd3e9d07e99583a1439bb027e4d6af43e2df27 Author: Tomas Mraz Date: Thu Feb 3 16:30:21 2022 +0100 Add testcases for EVP_PKEY_set1_encoded_public_key() Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/17630) commit

[openssl] master update

2022-02-07 Thread tomas
The branch master has been updated via f6f4d1cc00a557232955867b6c04f767e8b5a12e (commit) from 25a0a44dc6223e515f5e91e41798cccf09c5612b (commit) - Log - commit f6f4d1cc00a557232955867b6c04f767e8b5a12e Author: Tomas

[openssl] openssl-3.0 update

2022-02-07 Thread tomas
: Tomas Mraz Date: Wed Jan 5 11:18:27 2022 +0100 doc: Add hint to use EVP_PKEY_get_bn_param to retrieve big integers Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/17423) (cherry picked from commit f6f4d1cc00a557232955867b6c04f767e8b5a12e

[openssl] openssl-3.0 update

2022-02-07 Thread tomas
- commit d7975674e5aaded44a6845d3d1beac08477a22ad Author: Tomas Mraz Date: Thu Feb 3 16:30:21 2022 +0100 Add testcases for EVP_PKEY_set1_encoded_public_key() Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/17630) (cherry picked from commit

[openssl] master update

2022-02-04 Thread tomas
Baldwin Date: Wed Dec 23 14:09:51 2020 -0800 Add support for Chacha20-Poly1305 to kernel TLS on FreeBSD. FreeBSD's kernel TLS supports Chacha20 for both TLS 1.2 and TLS 1.3. Reviewed-by: Ben Kaduk Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/op

[openssl] openssl-3.0 update

2022-02-03 Thread tomas
: Harry Sintonen Date: Tue Feb 1 23:48:19 2022 +0200 Add missing CRYPTO_THREAD_cleanup_local of default_context_thread_local CLA: trivial Reviewed-by: Matt Caswell Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull

[openssl] master update

2022-02-03 Thread tomas
Sintonen Date: Tue Feb 1 23:48:19 2022 +0200 Add missing CRYPTO_THREAD_cleanup_local of default_context_thread_local CLA: trivial Reviewed-by: Matt Caswell Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17622

[openssl] OpenSSL_1_1_1-stable update

2022-02-03 Thread tomas
: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17623) (cherry picked from commit b9b211fcb6b9068ef1d8729a4971fbe693fd2cde) --- Summary of changes: crypto/bio/b_addr.c| 2 +- include

[openssl] openssl-3.0 update

2022-02-03 Thread tomas
the following Watt-32 headers must be added: - arpa/inet.h: to provide declaration of inet_ntoa required in crypto/bio/b_addr.c - netinet/tcp.h: to provide defintion of TCP_NODELAY required in crypto/bio/b_sock2.c Reviewed-by: Matt Caswell Reviewed-by: Tomas

[openssl] master update

2022-02-03 Thread tomas
following Watt-32 headers must be added: - arpa/inet.h: to provide declaration of inet_ntoa required in crypto/bio/b_addr.c - netinet/tcp.h: to provide defintion of TCP_NODELAY required in crypto/bio/b_sock2.c Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz

[openssl] openssl-3.0 update

2022-02-03 Thread tomas
s' by adding missing newlines and add 2 examples variant to clarify syntax of the command. Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17626) (cherry picked from commit 5719dd461fc2cc5d5d29fc3d7e9a6d

[openssl] master update

2022-02-03 Thread tomas
by adding missing newlines and add 2 examples variant to clarify syntax of the command. Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17626) ---

[openssl] openssl-3.0 update

2022-02-03 Thread tomas
Short Date: Thu Jan 27 14:18:28 2022 -0500 Fix copyrights Add copyright to files that were missing it. Update license from OpenSSL to Apache as needed. Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull

[openssl] master update

2022-02-03 Thread tomas
Short Date: Thu Jan 27 14:18:28 2022 -0500 Fix copyrights Add copyright to files that were missing it. Update license from OpenSSL to Apache as needed. Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17606

[openssl] master update

2022-02-03 Thread tomas
Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17585) --- Summary of changes: apps/speed.c | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/apps/speed.c b/apps

[openssl] openssl-3.0 update

2022-02-03 Thread tomas
behaviour. Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17200) (cherry picked from commit 944f822aadc88b2e25f7695366810c73a53a00c8) --- Summary of

[openssl] master update

2022-02-03 Thread tomas
Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/16910) --- Summary of changes: CHANGES.md | 9 + doc/man3/SSL_CTX_set1_curves.pod

[openssl] master update

2022-02-03 Thread tomas
behaviour. Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17200) --- Summary of changes: crypto/dh/dh_ameth.c | 2 +- crypto/dh

[openssl] master update

2022-02-01 Thread tomas
: yangyangtiantianlonglong Date: Sat Jan 29 16:49:00 2022 +0800 Revert dropped usage of var thiswr in do_ssl3_write() The var 'thiswr' is an unwanted modification, it was submitted in #5253. Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged

[openssl] master update

2022-02-01 Thread tomas
: yangyangtiantianlonglong Date: Sat Jan 29 17:08:50 2022 +0800 Update the comment on ssl3_write_pending() The struct s->s3 has been modified. Reviewed-by: Matt Caswell Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/p

[openssl] master update

2022-01-28 Thread tomas
: yangyangtiantianlonglong Date: Wed Jan 26 22:08:05 2022 +0800 apps: Add option -no_ems to s_client/s_server apps The option SSL_OP_NO_EXTENDED_MASTER_SECRET was added in #3910. And it is valid for versions below (D)TLS 1.2. Reviewed-by: Dmitry Belyavskiy Reviewed-by: Tomas

[openssl] master update

2022-01-28 Thread tomas
. For genpkey which only supported -quiet, add the -verbose flag. Signed-off-by: Philip Prindeville Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17336) commit 261b399fd7b1f4339e6d0fa3ee37b32b81d9d9e0 Author

[openssl] openssl-3.0 update

2022-01-28 Thread tomas
Qingyang Date: Tue Jan 25 01:37:59 2022 +0800 Add the missing check of BN_bn2hex return value CLA: trivial Signed-off-by: Zhou Qingyang Reviewed-by: Paul Dale Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl

[openssl] master update

2022-01-28 Thread tomas
Qingyang Date: Tue Jan 25 01:37:59 2022 +0800 Add the missing check of BN_bn2hex return value CLA: trivial Signed-off-by: Zhou Qingyang Reviewed-by: Paul Dale Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl

[openssl] openssl-3.0 update

2022-01-27 Thread tomas
Signed-off-by: Jiasheng Jiang Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17581) (cherry picked from commit 7f1cb465c1f0e45bde8c

[openssl] master update

2022-01-27 Thread tomas
Signed-off-by: Jiasheng Jiang Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17581) --- Summary of changes: crypto/bio/bss_core.c | 18 --

[openssl] OpenSSL_1_1_1-stable update

2022-01-27 Thread tomas
Author: Tomas Mraz Date: Tue Jan 25 17:14:52 2022 +0100 lhash: Avoid 32 bit right shift of a 32 bit value Fixes #17583 Reviewed-by: Matt Caswell Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/17589) (cherry picked from commit

[openssl] openssl-3.0 update

2022-01-27 Thread tomas
: Tomas Mraz Date: Tue Jan 25 17:14:52 2022 +0100 lhash: Avoid 32 bit right shift of a 32 bit value Fixes #17583 Reviewed-by: Matt Caswell Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/17589) (cherry picked from commit

[openssl] master update

2022-01-27 Thread tomas
The branch master has been updated via 2ce0a3d19005271e7e3c351b562d9da93e2d4c80 (commit) from d450eb84c802b2f78971f905b251a0fb89ebb7d1 (commit) - Log - commit 2ce0a3d19005271e7e3c351b562d9da93e2d4c80 Author: Tomas

[openssl] openssl-3.0 update

2022-01-26 Thread tomas
rder to prevernt using the NULL pointer. Therefore, it should be better to add the check and return 1 only if the duplication succeed. Signed-off-by: Jiasheng Jiang Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull

[openssl] master update

2022-01-26 Thread tomas
t using the NULL pointer. Therefore, it should be better to add the check and return 1 only if the duplication succeed. Signed-off-by: Jiasheng Jiang Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from ht

[openssl] openssl-3.0 update

2022-01-26 Thread tomas
: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17507) (cherry picked from commit 1d28ada1c39997c10fe5392f4235bbd2bc44b40f) commit 481709cd4d9ad5b77f1550fd23b169934ff8e2b6 Author: Darshan Sen Date: Fri Jan 14 16:22:41 2022 +0530 Fix invalid malloc failures in

[openssl] master update

2022-01-26 Thread tomas
- commit 1d28ada1c39997c10fe5392f4235bbd2bc44b40f Author: Darshan Sen Date: Sat Jan 22 17:56:05 2022 +0530 Allow empty passphrase in PEM_write_bio_PKCS8PrivateKey_nid() Signed-off-by: Darshan Sen Reviewed-by: Bernd Edlinger Reviewed-by: Paul Dale Reviewed-by: Tomas

[openssl] master update

2022-01-26 Thread tomas
: Jiasheng Jiang Reviewed-by: Paul Dale Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17575) --- Summary of changes: crypto/x509/x509_lu.c | 32

[openssl] master update

2022-01-25 Thread tomas
by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17571) commit 2208ba56ebefe4cf7d924e2ac7044ccd3307250b Author: Jiasheng Jiang Date: Mon Jan 24 11:06:34 2022 +0800 evp_test: Add the missing check after calling OPENSSL_malloc The O

[openssl] openssl-3.0 update

2022-01-25 Thread tomas
ewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17571) (cherry picked from commit 7625d70ad9e7be0588dd9453e89892c2b24b8175) commit 7ae540d59a01f2765b7868c0887be9bc3c0596c6 Author: Jiasheng Jiang Date: Mon Jan 24 11:06:

[openssl] openssl-3.0 update

2022-01-24 Thread tomas
-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17553) --- Summary of changes: apps/s_server.c | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/apps/s_server.c b/apps

[openssl] master update

2022-01-21 Thread tomas
Prindeville Date: Tue Dec 21 22:00:38 2021 -0700 Standardize progress callback for dhparam, dsaparam, etc. Signed-off-by: Philip Prindeville Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17359

[openssl] openssl-3.0 update

2022-01-21 Thread tomas
calling convention passing floats in SSE registers. Avoid those problems by not compiling the formating code for floating point numbers. Signed-off-by: Gerd Hoffmann Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl

[openssl] master update

2022-01-21 Thread tomas
convention passing floats in SSE registers. Avoid those problems by not compiling the formating code for floating point numbers. Signed-off-by: Gerd Hoffmann Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull

[openssl] master update

2022-01-21 Thread tomas
: yangyangtiantianlonglong Date: Wed Jan 19 11:19:52 2022 +0800 Fix the same BIO_FLAGS macro definition Also add comment to the public header to avoid making another conflict in future. Fixes #17545 Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from

[openssl] openssl-3.0 update

2022-01-21 Thread tomas
: yangyangtiantianlonglong Date: Wed Jan 19 11:19:52 2022 +0800 Fix the same BIO_FLAGS macro definition Also add comment to the public header to avoid making another conflict in future. Fixes #17545 Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged

[openssl] openssl-3.0 update

2022-01-20 Thread tomas
: Tobias Nießen Date: Mon Jan 17 15:31:39 2022 + Clarify flags argument of X509_check_ip Because no supported flag affects the behavior of X509_check_ip, the flags argument currently has no effect. Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from

[openssl] master update

2022-01-20 Thread tomas
Nießen Date: Mon Jan 17 15:31:39 2022 + Clarify flags argument of X509_check_ip Because no supported flag affects the behavior of X509_check_ip, the flags argument currently has no effect. Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https

[openssl] master update

2022-01-20 Thread tomas
: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17538) --- Summary of changes: apps/s_server.c | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/apps/s_server.c b/apps

[openssl] master update

2022-01-20 Thread tomas
rr = power_mod(mod(i*x,p), 2, p) if rr==r: continue if legendre(r,p) != 1: continue print("failure!") exit() print("passed!") Reviewed-by: Paul Dale Reviewed-by: Toma

[openssl] master update

2022-01-18 Thread tomas
-off-by: Daniel Hu Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17455) --- Summary of changes: crypto/arm64cpuid.pl | 8

[openssl] openssl-3.0 update

2022-01-18 Thread tomas
: Tomas Mraz Date: Fri Jan 14 16:19:33 2022 +0100 dh_exch.c: Correct gettable parameters for DH key exchange Fixes #17510 Reviewed-by: Matt Caswell Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/17515) (cherry picked from commit

[openssl] master update

2022-01-18 Thread tomas
The branch master has been updated via c1167f09d840b109ef1c1c1485e3de64be2fc625 (commit) from 14951ef01f9b54d804baf2fabdf0a715c630827b (commit) - Log - commit c1167f09d840b109ef1c1c1485e3de64be2fc625 Author: Tomas

[openssl] openssl-3.0 update

2022-01-17 Thread tomas
: Tomas Mraz Date: Thu Jan 13 18:07:08 2022 +0100 bn_ppc.c: Fix build failure on AIX with XLC/XLCLANG These compilers define _ARCH_PPC64 for 32 bit builds so we cannot depend solely on this define to identify 32 bit build. Fixes #17087 Reviewed-by: Matt Caswell

[openssl] master update

2022-01-17 Thread tomas
The branch master has been updated via cfbb5fcf4424395a1a23751556ea12c56b80b57e (commit) from 59d3fd1cc8c938daa6384783a7e5847d6f5201f7 (commit) - Log - commit cfbb5fcf4424395a1a23751556ea12c56b80b57e Author: Tomas

[openssl] openssl-3.0 update

2022-01-17 Thread tomas
: Tomas Mraz Date: Thu Jan 13 19:02:31 2022 +0100 dhtest: Add testcase for EVP_PKEY_CTX_set_dh_nid And a negative testcase for EVP_PKEY_CTX_set_dhx_rfc5114 Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/17498) (cherry picked from

[openssl] master update

2022-01-17 Thread tomas
- commit 59d3fd1cc8c938daa6384783a7e5847d6f5201f7 Author: Tomas Mraz Date: Thu Jan 13 19:02:31 2022 +0100 dhtest: Add testcase for EVP_PKEY_CTX_set_dh_nid And a negative testcase for EVP_PKEY_CTX_set_dhx_rfc5114

[openssl] openssl-3.0 update

2022-01-17 Thread tomas
- commit 8bb90f43aa732efb9530edc2ab3767b228d5d9da Author: Tomas Mraz Date: Thu Jan 13 19:01:33 2022 +0100 Do not call ossl_ffc_name_to_dh_named_group with NULL argument Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/17498) (cherry picked

[openssl] openssl-3.0 update

2022-01-14 Thread tomas
: manison Date: Wed Jan 12 20:53:48 2022 +0100 EVP: fix evp_keymgmt_util_match so that it actually tries cross export the other way if the first attempt fails Fixes #17482 CLA: trivial Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https

[openssl] master update

2022-01-14 Thread tomas
Date: Wed Jan 12 20:53:48 2022 +0100 EVP: fix evp_keymgmt_util_match so that it actually tries cross export the other way if the first attempt fails Fixes #17482 CLA: trivial Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https

[openssl] master update

2022-01-14 Thread tomas
Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17454) --- Summary of changes: crypto/arm64cpuid.pl| 8 ++ crypto/arm_arch.h | 1 + crypto

[openssl] openssl-3.0 update

2022-01-13 Thread tomas
: Tomas Mraz Date: Wed Jan 12 09:55:43 2022 +0100 test_gendhparam: Drop expected error output Otherwise it sometimes confuses the TAP parser. Fixes #17480 Reviewed-by: Bernd Edlinger (Merged from https://github.com/openssl/openssl/pull/17481) (cherry picked

[openssl] master update

2022-01-13 Thread tomas
The branch master has been updated via 3bfb7239daf3d6a89476e163dc925c641d356729 (commit) from 8086b267fb3395c53cd5fc29eea68ba4826b333d (commit) - Log - commit 3bfb7239daf3d6a89476e163dc925c641d356729 Author: Tomas

[openssl] openssl-3.0 update

2022-01-13 Thread tomas
Hoffmann Date: Tue Jan 11 08:51:31 2022 +0100 drop unused callback variable Signed-off-by: Gerd Hoffmann Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17471) (cherry picked from commit

[openssl] master update

2022-01-13 Thread tomas
Hoffmann Date: Tue Jan 11 08:51:31 2022 +0100 drop unused callback variable Signed-off-by: Gerd Hoffmann Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17471

[openssl] openssl-3.0 update

2022-01-12 Thread tomas
: Tomas Mraz Date: Mon Jan 10 17:09:59 2022 +0100 EVP_DigestSignFinal: *siglen should not be read if sigret == NULL This fixes small regression from #16962. Reviewed-by: Matt Caswell Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/17460

[openssl] master update

2022-01-12 Thread tomas
The branch master has been updated via a4e01187d3648d9ce99507097400902cf21f9b55 (commit) from a10a576090022e583a06271ceced8e38dd509657 (commit) - Log - commit a4e01187d3648d9ce99507097400902cf21f9b55 Author: Tomas

[openssl] openssl-3.0 update

2022-01-10 Thread tomas
: Tomas Mraz Date: Wed Jan 5 16:50:00 2022 +0100 EVP_PKEY_derive_set_peer_ex: Export the peer key to proper keymgmt The peer key has to be exported to the operation's keymgmt not the ctx->pkey's keymgmt. Fixes #17424 Reviewed-by: Paul Dale (Merg

[openssl] master update

2022-01-10 Thread tomas
The branch master has been updated via 64a8f6008acce93d0bf184559c63e66c0cc0e23d (commit) from 328bf5adf9e23da523d4195db309083aa02403c4 (commit) - Log - commit 64a8f6008acce93d0bf184559c63e66c0cc0e23d Author: Tomas

[openssl] openssl-3.0 update

2022-01-07 Thread tomas
- commit 277a8334cd4a213619fe92107dd393eab6d8a801 Author: Tomas Mraz Date: Tue Jan 4 11:57:54 2022 +0100 Test importing EC key parameters with a bad curve Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/17411) (cherry picked from commit

[openssl] master update

2022-01-07 Thread tomas
- commit d4d8f163db1d32c98d8f956e6966263a7a22fac1 Author: Tomas Mraz Date: Tue Jan 4 11:57:54 2022 +0100 Test importing EC key parameters with a bad curve Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/17411) commit

[openssl] openssl-3.0 update

2022-01-07 Thread tomas
: xkernel Date: Tue Jan 4 22:54:27 2022 +0800 fix the return check of EVP_PKEY_CTX_ctrl() in 5 spots Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17413) (cherry picked from commit

[openssl] master update

2022-01-07 Thread tomas
Date: Tue Jan 4 22:54:27 2022 +0800 fix the return check of EVP_PKEY_CTX_ctrl() in 5 spots Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17413

[openssl] openssl-3.0 update

2022-01-07 Thread tomas
: xkernel Date: Wed Jan 5 09:38:05 2022 +0800 properly free the resource from EVP_MD_CTX_new() at ssl3_record.c:1413 Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17415) (cherry picked from commit

[openssl] master update

2022-01-07 Thread tomas
Date: Wed Jan 5 09:38:05 2022 +0800 properly free the resource from EVP_MD_CTX_new() at ssl3_record.c:1413 Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17415

[openssl] openssl-3.0 update

2022-01-06 Thread tomas
: xkernel Date: Tue Jan 4 21:18:02 2022 +0800 properly free the resource from CRYPTO_malloc Reviewed-by: Kurt Roeckx Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17412) (cherry picked from commit

[openssl] master update

2022-01-06 Thread tomas
Date: Tue Jan 4 21:18:02 2022 +0800 properly free the resource from CRYPTO_malloc Reviewed-by: Kurt Roeckx Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17412

[openssl] master update

2022-01-05 Thread tomas
Apostolou Date: Mon Jan 3 01:00:27 2022 +0200 Fix typos Reviewed-by: Tim Hudson Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17392) --- Summary of changes: Configure

[openssl] openssl-3.0 update

2022-01-05 Thread tomas
: x2018 Date: Mon Nov 29 19:08:36 2021 +0800 check the return value of OSSL_PARAM_BLD_new in dsa_kmgmt.c:195 Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17155) (cherry picked from commit

[openssl] master update

2022-01-05 Thread tomas
Date: Mon Nov 29 19:08:36 2021 +0800 check the return value of OSSL_PARAM_BLD_new in dsa_kmgmt.c:195 Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17155

[openssl] openssl-3.0 update

2022-01-05 Thread tomas
: zhaozg Date: Sat Jan 1 22:45:12 2022 +0800 sm2: fix {i2d,d2i}_PublicKey EC_KEY is EVP_PKEY_SM2 CLA: trivial Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17389) (cherry picked from commit

[openssl] master update

2022-01-05 Thread tomas
Date: Sat Jan 1 22:45:12 2022 +0800 sm2: fix {i2d,d2i}_PublicKey EC_KEY is EVP_PKEY_SM2 CLA: trivial Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17389

[openssl] OpenSSL_1_1_1-stable update

2022-01-05 Thread tomas
Author: Tomas Mraz Date: Tue Dec 28 13:32:57 2021 +0100 close_console: Always unlock as the lock is always held Fixes #17364 Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/17395

[openssl] OpenSSL_1_1_1-stable update

2022-01-05 Thread tomas
Author: Peiwei Hu Date: Tue Jan 4 09:10:32 2022 +0800 apps/passwd.c: free before error exiting use goto instead of returning directly while error handling Signed-off-by: Peiwei Hu Reviewed-by: Ben Kaduk Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz

[openssl] openssl-3.0 update

2022-01-05 Thread tomas
: Peiwei Hu Date: Tue Jan 4 09:10:32 2022 +0800 apps/passwd.c: free before error exiting use goto instead of returning directly while error handling Signed-off-by: Peiwei Hu Reviewed-by: Ben Kaduk Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged

[openssl] master update

2022-01-05 Thread tomas
Date: Tue Jan 4 09:10:32 2022 +0800 apps/passwd.c: free before error exiting use goto instead of returning directly while error handling Signed-off-by: Peiwei Hu Reviewed-by: Ben Kaduk Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from

[openssl] master update

2022-01-05 Thread tomas
viewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17375) --- Summary of changes: crypto/armcap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryp

[openssl] openssl-3.0 update

2022-01-05 Thread tomas
: Tomas Mraz Date: Mon Jan 3 14:46:52 2022 +0100 trace.c: Add missing trace category entry Fixes #17397 Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/17399) (cherry picked from commit e06c0a2870c55aa4e66108ca071e7da7fd00b922

[openssl] master update

2022-01-05 Thread tomas
The branch master has been updated via e06c0a2870c55aa4e66108ca071e7da7fd00b922 (commit) from b971d4198def0b29654e8fbf7987f7157741aed2 (commit) - Log - commit e06c0a2870c55aa4e66108ca071e7da7fd00b922 Author: Tomas

[openssl] master update

2022-01-04 Thread tomas
: fangming.fang Date: Wed Dec 29 05:09:07 2021 + Fix compile error when building with no-asm Reviewed-by: Bernd Edlinger Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/17376

<    1   2   3   4   5   6   7   8   >