[openssl] master update

2021-10-26 Thread Dr . Paul Dale
- commit fd19fc4c2726b08282b8db15f9bace2f04712498 Author: Matt Caswell Date: Mon Oct 25 14:34:38 2021 +0100 Test that a key is usable after an EVP_PKEY_fromdata call Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16911

[openssl] openssl-3.0 update

2021-10-26 Thread Dr . Paul Dale
Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16892) (cherry picked from commit 9dddcd90a1350fa63486cbf3226c3eee79f9aff5) --- Summary of changes: crypto/cms/cms_pwri.c| 4 crypto

[openssl] master update

2021-10-26 Thread Dr . Paul Dale
Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16892) --- Summary of changes: crypto/cms/cms_pwri.c| 4 crypto/dsa/dsa_sign.c| 3 ++- crypto/ec/ec_asn1.c | 3 ++- crypto/evp/p_lib.c

[openssl] openssl-3.0 update

2021-10-26 Thread Dr . Paul Dale
The branch openssl-3.0 has been updated via 1682a8524652c4f1386852f0d0c1dec75895b7da (commit) from 8606d3a919b265d4fd29606aab7be0fd3c78f7c2 (commit) - Log - commit 1682a8524652c4f1386852f0d0c1dec75895b7da Author:

[openssl] master update

2021-10-26 Thread Dr . Paul Dale
The branch master has been updated via 7220085f22cf6c49933ea8287eb15db57f7ab0db (commit) from 089df6f135b7cef4e7d0e7b7acecb1d90f5ef3ed (commit) - Log - commit 7220085f22cf6c49933ea8287eb15db57f7ab0db Author: Pauli

[openssl] openssl-3.0 update

2021-10-26 Thread Dr . Paul Dale
The branch openssl-3.0 has been updated via f7bbebf831fd071ce8c4d1bbd8f02a4877456033 (commit) from 5b945f08c9878651312d193b431e057aacbadd13 (commit) - Log - commit f7bbebf831fd071ce8c4d1bbd8f02a4877456033 Author:

[openssl] master update

2021-10-26 Thread Dr . Paul Dale
The branch master has been updated via d4dfd983e32b32b633aaa9edec422cc30419c6f7 (commit) from e2e3f84fa5e96eb97b3cde46a213867fa79f235c (commit) - Log - commit d4dfd983e32b32b633aaa9edec422cc30419c6f7 Author: Pauli

[openssl] openssl-3.0 update

2021-10-09 Thread Dr . Paul Dale
The branch openssl-3.0 has been updated via ce5b392c8dc99f849dabea8bc9a21f66908b4188 (commit) from c3b89fc770f3e83ddd0976403c1b321496778b38 (commit) - Log - commit ce5b392c8dc99f849dabea8bc9a21f66908b4188 Author:

[openssl] openssl-3.0 update

2021-10-09 Thread Dr . Paul Dale
The branch openssl-3.0 has been updated via c3b89fc770f3e83ddd0976403c1b321496778b38 (commit) from 6e3d51ae6826850580138790bcc13ac7c01d7b47 (commit) - Log - commit c3b89fc770f3e83ddd0976403c1b321496778b38 Author:

[openssl] openssl-3.0 update

2021-10-09 Thread Dr . Paul Dale
The branch openssl-3.0 has been updated via 6e3d51ae6826850580138790bcc13ac7c01d7b47 (commit) from cc51b5d641b098b0188e04f7f8bb3b33b1aa465e (commit) - Log - commit 6e3d51ae6826850580138790bcc13ac7c01d7b47 Author:

[openssl] master update

2021-10-09 Thread Dr . Paul Dale
The branch master has been updated via 78de5a94d8e2b0a27ae026de29c195e944a49c6d (commit) via 747d142318c5c9ecd80de3f061f54d7af4189039 (commit) via 8e61832ed7f59c15da003aa86aeaa4e5f44df711 (commit) from 0ce0c455862ed29bd7f2acdbddbe8d0b1783c1c9 (commit) - Log

[openssl] openssl-3.0 update

2021-10-07 Thread Dr . Paul Dale
: Tobias Nießen Date: Wed Oct 6 02:01:42 2021 +0200 Fix heading in random generator man7 page Reviewed-by: Matt Caswell Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16753) (cherry picked from commit

[openssl] openssl-3.0 update

2021-09-30 Thread Dr . Paul Dale
: Viktor Dukhovni Date: Wed Sep 29 18:03:13 2021 -0400 Fully initialise cipher/digest app handles This avoids a crash in e.g. `openssl chacha20` as reported by Steffen Nurpmeso on openssl-users. Resolves: #16713 Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale

[openssl] master update

2021-09-30 Thread Dr . Paul Dale
Dukhovni Date: Wed Sep 29 18:03:13 2021 -0400 Fully initialise cipher/digest app handles This avoids a crash in e.g. `openssl chacha20` as reported by Steffen Nurpmeso on openssl-users. Resolves: #16713 Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale

[openssl] master update

2021-09-30 Thread Dr . Paul Dale
: marcfedorow Date: Mon Sep 20 19:52:23 2021 +0300 RISC-V support for the SHA512 Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16638) --- Summary of changes

[openssl] master update

2021-09-28 Thread Dr . Paul Dale
Zhang Date: Wed Sep 1 16:54:15 2021 +0800 providers: Add SM4 GCM implementation The GCM mode of the SM4 algorithm is specifieded by RFC8998. Signed-off-by: Tianjia Zhang Reviewed-by: Paul Yang Reviewed-by: Paul Dale (Merged from https://github.com/openssl

[openssl] openssl-3.0 update

2021-09-28 Thread Dr . Paul Dale
: Peiwei Hu <58985155+peiwe...@users.noreply.github.com> Date: Sun Sep 26 15:28:19 2021 +0800 Fix return value of BIO_free CLA: trivial Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16682) (cherry picke

[openssl] master update

2021-09-28 Thread Dr . Paul Dale
<58985155+peiwe...@users.noreply.github.com> Date: Sun Sep 26 15:28:19 2021 +0800 Fix return value of BIO_free CLA: trivial Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull

[openssl] openssl-3.0 update

2021-09-28 Thread Dr . Paul Dale
: Peiwei Hu <58985155+peiwe...@users.noreply.github.com> Date: Sun Sep 26 15:44:42 2021 +0800 Fix some documentation errors CLA: trivial Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16684) (cherry

[openssl] master update

2021-09-28 Thread Dr . Paul Dale
<58985155+peiwe...@users.noreply.github.com> Date: Sun Sep 26 15:44:42 2021 +0800 Fix some documentation errors CLA: trivial Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull

[openssl] master update

2021-09-28 Thread Dr . Paul Dale
uiring this KDF + will need to load the legacy crypto provider. + + *Paul Dale* + * The various OBJ_* functions have been made thread safe. *Paul Dale* diff --git a/crypto/pem/pvkfmt.c b/crypto/pem/pvkfmt.c index 11ac0a7c40..6f5207abd1 100644 --- a/crypto/pem/pvkfmt.c +++ b/crypto/pem/pv

[openssl] openssl-3.0 update

2021-09-27 Thread Dr . Paul Dale
: Mattias Ellert Date: Sat Sep 25 04:57:57 2021 +0200 Fix variable name mis-match in example code Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16676) (cherry picked from commit

[openssl] master update

2021-09-27 Thread Dr . Paul Dale
Ellert Date: Sat Sep 25 04:57:57 2021 +0200 Fix variable name mis-match in example code Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16676

[openssl] openssl-3.0 update

2021-09-27 Thread Dr . Paul Dale
: Mattias Ellert Date: Sat Sep 25 04:55:24 2021 +0200 EVP_PKEY_keygen_init has no argument named pkey int EVP_PKEY_keygen_init(EVP_PKEY_CTX *ctx); So it should not mention it in the man page description. Reviewed-by: Richard Levitte Reviewed-by: Paul Dale

[openssl] master update

2021-09-27 Thread Dr . Paul Dale
Ellert Date: Sat Sep 25 04:55:24 2021 +0200 EVP_PKEY_keygen_init has no argument named pkey int EVP_PKEY_keygen_init(EVP_PKEY_CTX *ctx); So it should not mention it in the man page description. Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged

[openssl] OpenSSL_1_1_1-stable update

2021-09-26 Thread Dr . Paul Dale
Author: Tianjia Zhang Date: Mon Sep 27 09:44:29 2021 +1000 ssl: Correct filename in README Reviewed-by: Matt Caswell Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16671

[openssl] openssl-3.0 update

2021-09-26 Thread Dr . Paul Dale
: Tianjia Zhang Date: Fri Sep 24 16:55:03 2021 +0800 ssl: Correct filename in README Reviewed-by: Matt Caswell Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16671) (cherry picked from commit

[openssl] master update

2021-09-26 Thread Dr . Paul Dale
Zhang Date: Fri Sep 24 16:55:03 2021 +0800 ssl: Correct filename in README Reviewed-by: Matt Caswell Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16671

[openssl] master update

2021-09-26 Thread Dr . Paul Dale
The branch master has been updated via a16ba5f37547eb6ef38a9e623e42b21b35ce47fb (commit) from 63d0f4d2b04ed334e534c9f6d0b18262161b0050 (commit) - Log - commit a16ba5f37547eb6ef38a9e623e42b21b35ce47fb Author: Pauli

[openssl] master update

2021-09-24 Thread Dr . Paul Dale
to security level zero + because they use a short authentication tag which lowers their strength. + + *Paul Dale* + * Subject or issuer names in X.509 objects are now displayed as UTF-8 strings by default. diff --git a/doc/man3/SSL_CTX_set_security_level.pod b/doc/man3

[openssl] master update

2021-09-22 Thread Dr . Paul Dale
Müller Date: Mon Sep 13 12:59:42 2021 +0200 Add default provider support for Keccak 224, 256, 384 and 512 Fixes issue openssl#13033 Reviewed-by: Tim Hudson Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16594

[openssl] openssl-3.0 update

2021-09-22 Thread Dr . Paul Dale
The branch openssl-3.0 has been updated via c6769fd4b6483fa0428300722d494251dcbe7144 (commit) from 4f343fa943e1cc30825b23372622bd92fa04aede (commit) - Log - commit c6769fd4b6483fa0428300722d494251dcbe7144 Author:

[openssl] master update

2021-09-22 Thread Dr . Paul Dale
The branch master has been updated via 50aba7ffde860dbc5a8d1eb3f5d9f49c58ebc2ce (commit) from c249f48778473ebca46a44282b0b0ff40b8665b8 (commit) - Log - commit 50aba7ffde860dbc5a8d1eb3f5d9f49c58ebc2ce Author: Pauli

[openssl] openssl-3.0 update

2021-09-22 Thread Dr . Paul Dale
: Mattias Ellert Date: Tue Sep 21 06:56:36 2021 +0200 Remove extra comma in man page example code Reviewed-by: Matt Caswell Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16643) (cherry picked from commit

[openssl] master update

2021-09-22 Thread Dr . Paul Dale
Ellert Date: Tue Sep 21 06:56:36 2021 +0200 Remove extra comma in man page example code Reviewed-by: Matt Caswell Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16643

[openssl] openssl-3.0 update

2021-09-22 Thread Dr . Paul Dale
The branch openssl-3.0 has been updated via 7260376b775dc929ef205561e1adb244c0dd87af (commit) from c9fb4c816b6648eccb31ebe84871d50dbfc87b3a (commit) - Log - commit 7260376b775dc929ef205561e1adb244c0dd87af Author:

[openssl] master update

2021-09-22 Thread Dr . Paul Dale
The branch master has been updated via caf569a5b3271c2860732ee44509f3825a179fd5 (commit) from 57cd10dd1ee9659b94cfa8a8e74c5a151632975e (commit) - Log - commit caf569a5b3271c2860732ee44509f3825a179fd5 Author: Pauli

[openssl] openssl-3.0 update

2021-09-22 Thread Dr . Paul Dale
The branch openssl-3.0 has been updated via c9fb4c816b6648eccb31ebe84871d50dbfc87b3a (commit) from c84f7c4c22828574885916479885ede6b32ba473 (commit) - Log - commit c9fb4c816b6648eccb31ebe84871d50dbfc87b3a Author:

[openssl] master update

2021-09-22 Thread Dr . Paul Dale
The branch master has been updated via 57cd10dd1ee9659b94cfa8a8e74c5a151632975e (commit) from 52dcc011191ad1a40fd52ae92ef009309deaca52 (commit) - Log - commit 57cd10dd1ee9659b94cfa8a8e74c5a151632975e Author: Pauli

[openssl] openssl-3.0 update

2021-09-21 Thread Dr . Paul Dale
The branch openssl-3.0 has been updated via 8f3bcfdfddf8b670439150d9ce6b2aec5df6c036 (commit) from 56b8f434c7da35b4de16603faad4170eb1d80710 (commit) - Log - commit 8f3bcfdfddf8b670439150d9ce6b2aec5df6c036 Author:

[openssl] master update

2021-09-21 Thread Dr . Paul Dale
The branch master has been updated via 08d8c2d87ec782e95c28ff795e096c2f6f590d63 (commit) from d270a6c9ea9f240f653a98c7eb0a5c2134a5d63a (commit) - Log - commit 08d8c2d87ec782e95c28ff795e096c2f6f590d63 Author: Pauli

[openssl] master update

2021-09-20 Thread Dr . Paul Dale
EVP_R_INVALID_PROVIDER_FUNCTIONS if keymgmt->has == NULL CLA: trivial Signed-off-by: Arne Schwabe Reviewed-by: Tomas Mraz Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16621) (cherry picked from com

[openssl] openssl-3.0 update

2021-09-20 Thread Dr . Paul Dale
EVP_R_INVALID_PROVIDER_FUNCTIONS if keymgmt->has == NULL CLA: trivial Signed-off-by: Arne Schwabe Reviewed-by: Tomas Mraz Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16

[openssl] master update

2021-09-18 Thread Dr . Paul Dale
s_server/s_client, so a parameter option 'ktls' is added to enable KTLS through cmdline. Signed-off-by: Tianjia Zhang Reviewed-by: Paul Yang Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16609) commit

[openssl] openssl-3.0 update

2021-09-13 Thread Dr . Paul Dale
Reviewed-by: Dmitry Belyavskiy Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16459) (cherry picked from commit ea0d79db9be9066de350c44c160bd8b17f2be666) --- Summary of changes

[openssl] master update

2021-09-13 Thread Dr . Paul Dale
Reviewed-by: Dmitry Belyavskiy Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16459) --- Summary of changes: apps/tsget.in | 50 +- tools/c_rehash.in | 292

[openssl] OpenSSL_1_1_1-stable update

2021-09-13 Thread Dr . Paul Dale
Author: Nikita Ivanov Date: Tue Sep 7 11:31:17 2021 +0300 Fix nc_email to check ASN1 strings with NULL byte in the middle Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16524) (cherry picked from commit

[openssl] openssl-3.0 update

2021-09-13 Thread Dr . Paul Dale
: Nikita Ivanov Date: Tue Sep 7 11:31:17 2021 +0300 Fix nc_email to check ASN1 strings with NULL byte in the middle Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16524) (cherry picked from commit

[openssl] master update

2021-09-13 Thread Dr . Paul Dale
Ivanov Date: Tue Sep 7 11:31:17 2021 +0300 Fix nc_email to check ASN1 strings with NULL byte in the middle Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16524

[web] master update

2021-09-11 Thread Dr . Paul Dale
The branch master has been updated via 598d9806bc701a208da5506fcba59cd629e21f21 (commit) from 6850835feb4bc989b2e5465163b065c44bed644a (commit) - Log - commit 598d9806bc701a208da5506fcba59cd629e21f21 Author: Pauli

[openssl] openssl-3.0 update

2021-09-10 Thread Dr . Paul Dale
: astraujums Date: Wed Sep 8 15:55:39 2021 +0300 Fixed state transitions for the HTML version of the life_cycle-kdf.pod. The MAN version was fine and so are kdf.dot and lifecycles.ods from doc/life-cycles CLA: trivial Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale

[openssl] master update

2021-09-10 Thread Dr . Paul Dale
: astraujums Date: Wed Sep 8 15:55:39 2021 +0300 Fixed state transitions for the HTML version of the life_cycle-kdf.pod. The MAN version was fine and so are kdf.dot and lifecycles.ods from doc/life-cycles CLA: trivial Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale

[openssl] openssl-3.0 update

2021-09-09 Thread Dr . Paul Dale
The branch openssl-3.0 has been updated via 8ad183c1448551d715ac255c612e982d04637463 (commit) from de26f8fad7948adc935ab0aae2fc9fa5d6c11411 (commit) - Log - commit 8ad183c1448551d715ac255c612e982d04637463 Author:

[openssl] openssl-3.0 update

2021-09-09 Thread Dr . Paul Dale
The branch openssl-3.0 has been updated via c076f7b6d53454b5a3a1c837a5ea71b7c6fbebe9 (commit) from 03943ae71dfd1ac37cb9675197ea59cc2718f099 (commit) - Log - commit c076f7b6d53454b5a3a1c837a5ea71b7c6fbebe9 Author:

[openssl] master update

2021-09-09 Thread Dr . Paul Dale
The branch master has been updated via 81280137a1f33685d7d7fc531ea8fbac38e9a4b7 (commit) from c6ee5d5b42e27b407dfc1fc8845e08c5a75e2221 (commit) - Log - commit 81280137a1f33685d7d7fc531ea8fbac38e9a4b7 Author: Pauli

[openssl] master update

2021-09-07 Thread Dr . Paul Dale
Date: Tue Aug 24 05:06:04 2021 +0300 Socket now displays what address it is connecting to CLA: trivial Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16392

[openssl] openssl-3.0 update

2021-09-06 Thread Dr . Paul Dale
available by running a script, which makes cross-compilation variants of most commands available, and adds the cross-compilation C compiler XCC. Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16498) (cherry picked from commit

[openssl] master update

2021-09-06 Thread Dr . Paul Dale
available by running a script, which makes cross-compilation variants of most commands available, and adds the cross-compilation C compiler XCC. Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16498

[openssl] master update

2021-09-02 Thread Dr . Paul Dale
The branch master has been updated via 505d44c623c2a883cf015f26a499842cea0161f0 (commit) from 1b9e467887d7852d79270c73cb88383c50460b0a (commit) - Log - commit 505d44c623c2a883cf015f26a499842cea0161f0 Author: Pauli

[tools] master update

2021-09-02 Thread Dr . Paul Dale
Mraz Date: Thu Sep 2 14:04:36 2021 +0200 Remove run-checker completely as it is not used anymore Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/tools/pull/93

[openssl] openssl-3.0 update

2021-09-02 Thread Dr . Paul Dale
: Daniel Bevenius Date: Wed Sep 1 11:45:45 2021 +0200 Fix indentation of tls13_hkdf_expand parameters Reviewed-by: Matt Caswell Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16489) (cherry picked from commit

[openssl] master update

2021-09-02 Thread Dr . Paul Dale
Bevenius Date: Wed Sep 1 11:45:45 2021 +0200 Fix indentation of tls13_hkdf_expand parameters Reviewed-by: Matt Caswell Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16489

[openssl] openssl-3.0 update

2021-09-02 Thread Dr . Paul Dale
The branch openssl-3.0 has been updated via bc0812acef4f9001d771c7aa95b0bae61709ff09 (commit) from d24b979dbf247ed3eecf973f3ee669a2e3b59e8f (commit) - Log - commit bc0812acef4f9001d771c7aa95b0bae61709ff09 Author:

[openssl] master update

2021-09-02 Thread Dr . Paul Dale
The branch master has been updated via f92bfddc1d4c4957c57337d7f4192c586cc09a5c (commit) from 473664aafdff1f60db99929bdd43c2a9b26d14cd (commit) - Log - commit f92bfddc1d4c4957c57337d7f4192c586cc09a5c Author: Pauli

[tools] master update

2021-09-02 Thread Dr . Paul Dale
The branch master has been updated via ed247a7778c7a043f726f862e9544c963fd22e83 (commit) from f39ecd88bc71cdb4332ec42b12405abf3738bde2 (commit) - Log - commit ed247a7778c7a043f726f862e9544c963fd22e83 Author: Pauli

[openssl] openssl-3.0 update

2021-09-01 Thread Dr . Paul Dale
esolve the path from the environment. This fixes it so that the same perl is always used. Fix some trailing whitespace and spelling mistakes as well. CLA: trivial Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull

[openssl] master update

2021-09-01 Thread Dr . Paul Dale
e path from the environment. This fixes it so that the same perl is always used. Fix some trailing whitespace and spelling mistakes as well. CLA: trivial Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull

[openssl] OpenSSL_1_1_1-stable update

2021-09-01 Thread Dr . Paul Dale
The branch OpenSSL_1_1_1-stable has been updated via 9e72d1a3145a0585b96fa9b4e9ab31ce35a43aba (commit) from 1f8e36720fff9bdc9f08fe24a38cc91b1b78ddb0 (commit) - Log - commit 9e72d1a3145a0585b96fa9b4e9ab31ce35a43aba

[openssl] openssl-3.0 update

2021-09-01 Thread Dr . Paul Dale
Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16477) (cherry picked from commit 3a1fa0116a92235ba200228e4bb60d6a3a7f4113) --- Summary of changes: crypto

[openssl] OpenSSL_1_1_1-stable update

2021-09-01 Thread Dr . Paul Dale
Kaduk Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16477) (cherry picked from commit 3a1fa0116a92235ba200228e4bb60d6a3a7f4113) --- Summary of changes

[openssl] master update

2021-09-01 Thread Dr . Paul Dale
Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16477) --- Summary of changes: crypto/uid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/uid.c

[openssl] OpenSSL_1_1_1-stable update

2021-08-31 Thread Dr . Paul Dale
- commit 35cefdcab0f474deafcd769a2eb93f2c0f07051e Author: Tomas Mraz Date: Fri Aug 27 11:41:04 2021 +0200 ci: Add -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION to asan build Reviewed-by: Bernd Edlinger Reviewed-by: Paul Dale (Merged from https://github.com/openssl

[openssl] master update

2021-08-31 Thread Dr . Paul Dale
- commit 59f4a51a7f2c53b9fd161b032d0fcb8a85f4f19d Author: Matt Caswell Date: Thu Aug 26 10:03:51 2021 +0100 Add a test for verifying an email with a bad othername type Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16443

[openssl] master update

2021-08-31 Thread Dr . Paul Dale
. Reviewed-by: Tim Hudson Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16461) --- Summary of changes: doc/man7/OSSL_PROVIDER-FIPS.pod| 6 +- include/openssl

[openssl] master update

2021-08-31 Thread Dr . Paul Dale
The child provider callbacks can hold the store lock. In order to avoid deadlocks we require that the callback implementations don't themselves call functions that may aquire those locks. Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https

[openssl] master update

2021-08-31 Thread Dr . Paul Dale
The branch master has been updated via c7468c17d7090492c266492ffa4ccf5baf93ffc4 (commit) from 2bdab81198ae366d25547b1441609c7d324b0bb4 (commit) - Log - commit c7468c17d7090492c266492ffa4ccf5baf93ffc4 Author: Pauli

[openssl] master update

2021-08-26 Thread Dr . Paul Dale
Mraz Date: Wed Aug 25 17:06:47 2021 +0200 doc: Add note about operation parameters validation Fixes #16394 Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16424) --- Summary

[openssl] master update

2021-08-26 Thread Dr . Paul Dale
. Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16425) commit f38af1258561eb0213b344c607037a528136099f Author: Matt Caswell Date: Tue Aug 24 17:41:39 2021 +0100 Add locking for the provider_conf.c Avoid races where 2 threads

[openssl] master update

2021-08-25 Thread Dr . Paul Dale
The branch master has been updated via a291cfdfdee0cb40a684e1c379eff88ba43f784b (commit) from 9698a56e82da0262146c0f74b40d132f99099850 (commit) - Log - commit a291cfdfdee0cb40a684e1c379eff88ba43f784b Author: Pauli

[openssl] OpenSSL_1_1_1-stable update

2021-08-25 Thread Dr . Paul Dale
Reviewed-by: Paul Yang Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/16383) (cherry picked from commit 8b4e9c5265ffd3457ad37133502a9d8a4e8daccd) --- Summary

[openssl] master update

2021-08-25 Thread Dr . Paul Dale
The branch master has been updated via 9698a56e82da0262146c0f74b40d132f99099850 (commit) via 31656f27855ddd477349f5960b29d605d32fe38d (commit) from 69b920bb134417213adce260e15da3f751922cf4 (commit) - Log -

[openssl] master update

2021-08-24 Thread Dr . Paul Dale
The branch master has been updated via fdd436436d337f54e1e9d57b46b9489f7a3d042d (commit) from e1c2913833f84ccd23aa6f2001f1ecaccadf3e56 (commit) - Log - commit fdd436436d337f54e1e9d57b46b9489f7a3d042d Author: Pauli

[openssl] master update

2021-08-24 Thread Dr . Paul Dale
The branch master has been updated via e1c2913833f84ccd23aa6f2001f1ecaccadf3e56 (commit) from 2576b70d43e1fcc8073df60f3e22a13b67d3 (commit) - Log - commit e1c2913833f84ccd23aa6f2001f1ecaccadf3e56 Author: Pauli

[openssl] master update

2021-08-24 Thread Dr . Paul Dale
The branch master has been updated via 2576b70d43e1fcc8073df60f3e22a13b67d3 (commit) from 94736c3a10ae7d109243abffb0200931fb3db5a8 (commit) - Log - commit 2576b70d43e1fcc8073df60f3e22a13b67d3 Author: Pauli

[openssl] master update

2021-08-19 Thread Dr . Paul Dale
Bolli Date: Mon Aug 16 22:37:41 2021 +0200 doc: fix a mistyped "=item" perldoc marker Searching didn't reveal any other similar cases. CLA: trivial Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/

[openssl] master update

2021-08-19 Thread Dr . Paul Dale
Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16325) commit 214888448df407e2154ca871d6ffec41ab18698e Author: Rich Salz Date: Mon Aug 16 16:29:09 2021 -0400 Set KERNEL_BITS, add CONFIG_NOWAIT Avoid perl "undefined variable in regexp" message.

[openssl] master update

2021-08-18 Thread Dr . Paul Dale
be "TWSCV" Reviewed-by: Ben Kaduk Reviewed-by: Matt Caswell Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16327) --- Summary of changes: doc/man3/SSL_state_strin

[openssl] master update

2021-08-18 Thread Dr . Paul Dale
The branch master has been updated via 2fbf0a560d77551d37e188b2d230b8fd8a94ac1f (commit) from 9f81ef9c0b6f3f9b3a091c5c40af52fb3f8556e3 (commit) - Log - commit 2fbf0a560d77551d37e188b2d230b8fd8a94ac1f Author: Pauli

[openssl] master update

2021-08-18 Thread Dr . Paul Dale
The branch master has been updated via 9f81ef9c0b6f3f9b3a091c5c40af52fb3f8556e3 (commit) from 46ac83eaf30efb676d12583080216f354951e0ae (commit) - Log - commit 9f81ef9c0b6f3f9b3a091c5c40af52fb3f8556e3 Author: Pauli

[openssl] OpenSSL_1_1_1-stable update

2021-08-18 Thread Dr . Paul Dale
The branch OpenSSL_1_1_1-stable has been updated via 9d868840b821fddf895e3bf6b589ecf6be7b1b13 (commit) from bc8c36272067f8443f875164831ce3a5a739df3f (commit) - Log - commit 9d868840b821fddf895e3bf6b589ecf6be7b1b13

[openssl] master update

2021-08-17 Thread Dr . Paul Dale
correctly. Adding KRB5 test vector 'NextIV' values to evp_test data for AES CTS indicated that the CTS decrypt functions incorrectly returned the wrong IV. The returned IV should match the value returned by the encrypt methods. Reviewed-by: Paul Dale (Merged from https://github.com

[openssl] master update

2021-08-12 Thread Dr . Paul Dale
The branch master has been updated via dbd0244a16ebf577401e92cce374467dbc3226df (commit) from 3465ec99eab5803507b577d50dd0d598b852d825 (commit) - Log - commit dbd0244a16ebf577401e92cce374467dbc3226df Author: Pauli

[openssl] master update

2021-08-07 Thread Dr . Paul Dale
The branch master has been updated via 474294cb664c5ac5184b7fc1a3ef37214f1f2250 (commit) via 5e89262535715aba9ec362e34732e784f4f67936 (commit) from c2b94c0a15254ad8cb28d07ed7793e975ae6736f (commit) - Log -

[openssl] master update

2021-08-05 Thread Dr . Paul Dale
Mraz Date: Wed Aug 4 19:27:48 2021 +0200 X509_STORE_CTX_get_error: Fix some minor documentation issues Original PR by Eric Valcik (https://github.com/openssl/openssl/pull/12302) Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16219

[openssl] master update

2021-08-05 Thread Dr . Paul Dale
: potentially uninitialized local pointer variable 'exponent_label' used CLA: trivial Reviewed-by: Richard Levitte Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/12845

[openssl] master update

2021-08-04 Thread Dr . Paul Dale
The branch master has been updated via 7587b5fd09d8a2a42acc90e5eecdeb6f160699ff (commit) via ebe667b4645ef8ee742c5364a3ee3dd363bd17b4 (commit) via 7b917179d027c9901ea0e8c213f581c8db5d1b9b (commit) from 6da0f274834d60c2ad84109e00430f9e4f7ffb85 (commit) - Log

[openssl] master update

2021-08-04 Thread Dr . Paul Dale
Belyavskiy Date: Fri Jul 30 16:03:55 2021 +0200 Document necessary error code processing Reviewed-by: Tomas Mraz Reviewed-by: Ben Kaduk Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16187

[openssl] master update

2021-08-04 Thread Dr . Paul Dale
- commit 6b9d3b7c5ee63757c7bfb6f3761fb9ea35ac64a5 Author: Tomas Mraz Date: Tue Aug 3 18:00:02 2021 +0200 Add oid_section to sysdefault.cnf to test adding new oids Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16210) commit

[openssl] master update

2021-08-03 Thread Dr . Paul Dale
- commit da496bc159361b0bc22df2432fb07b1cd7491ac2 Author: Beat Bolli Date: Fri Jul 30 18:40:27 2021 +0200 doc: replace markdown backticks with perlpod syntax Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16190) commit

[openssl] master update

2021-08-03 Thread Dr . Paul Dale
The branch master has been updated via 92c03668c0cd77434006b613e3429888a0a8ecfe (commit) from 6b38d7dc1bccc708279ca5091ebc28cd4bdf225d (commit) - Log - commit 92c03668c0cd77434006b613e3429888a0a8ecfe Author: Pauli

<    1   2   3   4   5   6   7   8   9   10   >