[openssl-commits] [openssl] OpenSSL_1_1_1-stable update

2018-10-28 Thread matthias . st . pierre
Author: Dr. Matthias St. Pierre Date: Sun Oct 28 12:38:49 2018 +0100 Configure: Improve warning if no random seed source was configured The new Configure summary box (41349b5e6db) now hides the warning about the missing seed source (2805ee1e095) too much. To make it more

[openssl-commits] [openssl] master update

2018-10-28 Thread matthias . st . pierre
. Matthias St. Pierre Date: Sun Oct 28 13:46:35 2018 +0100 drbg_lib: avoid NULL pointer dereference in drbg_add Found by Coverity Scan Reviewed-by: Bernd Edlinger Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/7511

[openssl-commits] [openssl] OpenSSL_1_1_1-stable update

2018-10-28 Thread matthias . st . pierre
Author: Dr. Matthias St. Pierre Date: Sun Oct 28 13:46:35 2018 +0100 drbg_lib: avoid NULL pointer dereference in drbg_add Found by Coverity Scan Reviewed-by: Bernd Edlinger Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/7511

[openssl-commits] [openssl] master update

2018-10-28 Thread matthias . st . pierre
. Matthias St. Pierre Date: Sun Oct 28 13:32:11 2018 +0100 randfile.c: fix a Coverity warning Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/7510) --- Summary of changes: crypto

[openssl-commits] [openssl] OpenSSL_1_1_1-stable update

2018-10-28 Thread matthias . st . pierre
Author: Dr. Matthias St. Pierre Date: Sun Oct 28 13:32:11 2018 +0100 randfile.c: fix a Coverity warning Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/7510) (cherry picked from commit 040a03470c7c5bf95fe8e6143db7bef357a22833

[openssl-commits] [openssl] master update

2018-10-30 Thread matthias . st . pierre
. Matthias St. Pierre Date: Mon Oct 29 22:27:42 2018 +0100 rand_drbg.h: include The RAND_DRBG_TYPE preprocessor define depends on a NID, so we have to include obj_mac.h to make the header selfcontained. Fixes #7521 Reviewed-by: Paul Dale (Merged from https

[openssl-commits] [openssl] OpenSSL_1_1_1-stable update

2018-10-30 Thread matthias . st . pierre
Author: Dr. Matthias St. Pierre Date: Mon Oct 29 22:27:42 2018 +0100 rand_drbg.h: include The RAND_DRBG_TYPE preprocessor define depends on a NID, so we have to include obj_mac.h to make the header selfcontained. Fixes #7521 Reviewed-by: Paul Dale (Merged

[openssl-commits] [openssl] master update

2018-11-08 Thread matthias . st . pierre
- commit 1901516a4ba909fff12e0e7815aa2d499f4d6d67 Author: Dr. Matthias St. Pierre Date: Fri Oct 26 01:13:19 2018 +0200 Test: enable internal tests for shared Windows builds Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/7462) commit

[openssl-commits] [openssl] OpenSSL_1_1_1-stable update

2018-11-08 Thread matthias . st . pierre
- commit cdf33504efb9cb429a920d4d6bfd30b9c7cd4bf8 Author: Dr. Matthias St. Pierre Date: Fri Oct 26 01:13:19 2018 +0200 Test: enable internal tests for shared Windows builds Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/7462

[openssl-commits] [openssl] master update

2018-11-08 Thread matthias . st . pierre
. Matthias St. Pierre Date: Thu Oct 18 13:27:14 2018 +0200 rand_unix.c: open random devices on first use only Commit c7504aeb640a (pr #6432) fixed a regression for applications in chroot environments, which compensated the fact that the new OpenSSL CSPRNG (based on the NIST DRBG

[openssl-commits] [openssl] OpenSSL_1_1_1-stable update

2018-11-08 Thread matthias . st . pierre
Author: Dr. Matthias St. Pierre Date: Thu Oct 18 13:27:14 2018 +0200 rand_unix.c: open random devices on first use only Commit c7504aeb640a (pr #6432) fixed a regression for applications in chroot environments, which compensated the fact that the new OpenSSL CSPRNG (based on

[openssl-commits] [openssl] OpenSSL_1_0_2-stable update

2018-11-09 Thread matthias . st . pierre
Author: Dr. Matthias St. Pierre Date: Fri Nov 9 21:37:38 2018 +0100 Fix 'no-ecdh' build Fixes #3302 Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/7606) ---

[openssl-commits] [openssl] OpenSSL_1_1_1-stable update

2018-11-14 Thread matthias . st . pierre
-by: Paul Dale Reviewed-by: Richard Levitte Reviewed-by: Matthias St. Pierre (cherry picked from commit 3afd38b277a806b901e039c6ad281c5e5c97ef67) (Merged from https://github.com/openssl/openssl/pull/7493

[openssl-commits] [openssl] OpenSSL_1_0_2-stable update

2018-11-14 Thread matthias . st . pierre
-by: Paul Dale Reviewed-by: Richard Levitte Reviewed-by: Matthias St. Pierre (cherry picked from commit 3afd38b277a806b901e039c6ad281c5e5c97ef67) (Merged from https://github.com/openssl/openssl/pull/7493

[openssl-commits] [openssl] master update

2018-11-20 Thread matthias . st . pierre
F821: undefined name `name` * F822: undefined name `name` in `__all__` * F823: local variable name referenced before assignment * E901: SyntaxError or IndentationError * E999: SyntaxError -- failed to compile a file into an Abstract Syntax Tree Reviewed-by: Paul Dale Revi

[openssl-commits] [openssl] OpenSSL_1_1_1-stable update

2018-11-20 Thread matthias . st . pierre
ale Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/7410) (cherry picked from commit 2a6f57bc098cdfa6320189f2725337c7f74a052e) --- Summary of changes: .travis.yml | 12

[openssl-commits] [openssl] master update

2018-11-21 Thread matthias . st . pierre
;socket is already connected'). By calling `BIO_ctrl_set_connected()` on the wbio we can tell it that the socket has been connected and make it call `send()` rather than `sendto()`. Reviewed-by: Matt Caswell Reviewed-by: Matthias St. Pierre (Merged from htt

[openssl-commits] [openssl] OpenSSL_1_1_1-stable update

2018-11-21 Thread matthias . st . pierre
rr#56 ('socket is already connected'). By calling `BIO_ctrl_set_connected()` on the wbio we can tell it that the socket has been connected and make it call `send()` rather than `sendto()`. Reviewed-by: Matt Caswell Reviewed-by: Matthias St. Pierre (Me

[openssl] master update

2019-10-18 Thread matthias . st . pierre
: agnosticdev Date: Mon Sep 16 07:09:01 2019 -0500 Update dgst.c to show a list of message digests Fixes #9893 Reviewed-by: Paul Dale Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/9912

[openssl] master update

2019-10-18 Thread matthias . st . pierre
- commit 01036e2afbe116d608be048ed15930fc885ab2a8 Author: Dr. Matthias St. Pierre Date: Mon Sep 30 01:00:59 2019 +0200 Move random-related defines from e_os.h to rand_unix.c Fixes #10049 Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/10050

[openssl] OpenSSL_1_1_1-stable update

2019-10-18 Thread matthias . st . pierre
- commit 7b18d1a53f932391bbc599a4717d6f98a597849c Author: Dr. Matthias St. Pierre Date: Mon Sep 30 01:00:59 2019 +0200 Move random-related defines from e_os.h to rand_unix.c Fixes #10049 Reviewed-by: Richard Levitte (Merged from https://github.com/openssl

[openssl] master update

2019-10-20 Thread matthias . st . pierre
. Matthias St. Pierre Date: Sun Oct 20 13:10:38 2019 +0200 ciphers/chacha20,poly1303: Fix two coverity errors CID 1454872, 1454873: Incorrect expression (SIZEOF_MISMATCH) Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/10223

[openssl] OpenSSL_1_1_1-stable update

2019-10-22 Thread matthias . st . pierre
Author: agnosticdev Date: Mon Sep 16 07:09:01 2019 -0500 Update dgst.c to show a list of message digests Fixes #9893 Reviewed-by: Paul Dale Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/10219

[openssl] master update

2019-10-27 Thread matthias . st . pierre
. Matthias St. Pierre Date: Sat Oct 26 00:12:23 2019 +0200 github: switch issue templates to new labels Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/10266) --- Summary of changes

[openssl] master update

2019-10-30 Thread matthias . st . pierre
- commit d9b8c7237cb0e970bf508613421ee6ba280f8388 Author: Dr. Matthias St. Pierre Date: Mon Oct 28 00:55:29 2019 +0100 Add a GitHub issue template for documentation issues This template automatically adds the [issue: documentation] label. Reviewed-by: Matt Caswell Reviewed

[openssl] master update

2019-11-09 Thread matthias . st . pierre
Date: Mon Nov 4 22:32:43 2019 -0300 conf_def.c: Avoid calling strlen() in a loop Reviewed-by: Matt Caswell Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/10361

[openssl] OpenSSL_1_1_1-stable update

2019-11-09 Thread matthias . st . pierre
Author: raniervf Date: Mon Nov 4 22:32:43 2019 -0300 conf_def.c: Avoid calling strlen() in a loop Reviewed-by: Matt Caswell Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/10361) (cherry picked from commit

[openssl] master update

2019-11-10 Thread matthias . st . pierre
Date: Fri Nov 1 16:26:05 2019 -0400 Fix L links to be L Reviewed-by: Richard Levitte Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/10328) --- Summary of changes

[openssl] master update

2019-11-11 Thread matthias . st . pierre
CLA: trivial Reviewed-by: Kurt Roeckx Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/10396) --- Summary of changes: ssl/statem/extensions.c | 2 +- 1 file change

[openssl] OpenSSL_1_1_1-stable update

2019-11-11 Thread matthias . st . pierre
x27;red binder'. CLA: trivial Reviewed-by: Kurt Roeckx Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/10396) (cherry picked from commit 6ed12cec7216c3e81b58

[openssl] master update

2019-11-13 Thread matthias . st . pierre
. Matthias St. Pierre Date: Tue Nov 12 12:48:15 2019 +0100 libcrypto.num: remove some unused EVP_MAC symbols Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/10421) --- Summary of

[openssl] master update

2019-11-16 Thread matthias . st . pierre
Hu Date: Thu Nov 7 21:47:53 2019 -0500 Add missing EVP_PKEY_METHOD accessors for digestsign and digestverify Reviewed-by: Paul Dale Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/10388

[openssl] OpenSSL_1_1_1-stable update

2019-11-17 Thread matthias . st . pierre
Author: Anthony Hu Date: Thu Nov 7 21:47:53 2019 -0500 Add missing EVP_PKEY_METHOD accessors for digestsign and digestverify Reviewed-by: Paul Dale Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/10388) (cherry picked from commit

[openssl] master update

2019-11-23 Thread matthias . st . pierre
. Matthias St. Pierre Date: Wed Nov 13 16:02:09 2019 +0100 Remove RANDFILE settings from configuration files OpenSSL 1.1.1 introduced a new CSPRNG with an improved seeding mechanism, which makes it dispensable to define a RANDFILE for saving and restoring randomness. This commit

[openssl] master update

2019-11-30 Thread matthias . st . pierre
. Matthias St. Pierre Date: Sat Nov 23 08:54:29 2019 +0100 Fix typos in fipsinstall test Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/10506) --- Summary of changes: test/recipes/03

[openssl] master update

2019-12-10 Thread matthias . st . pierre
ed-by: Richard Levitte Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/10464) --- Summary of changes: include/openssl/asn1.h | 3 ++- util/mkerr.pl | 2 +- util

[openssl] OpenSSL_1_1_1-stable update

2019-12-15 Thread matthias . st . pierre
Author: Dr. Matthias St. Pierre Date: Fri Dec 13 12:25:15 2019 +0100 util/mkerr.pl: revert accidental change of header guards This change was backported accidentally from master in commit fbbfd128c9aa. Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl

[openssl] OpenSSL_1_1_1-stable update

2019-12-15 Thread matthias . st . pierre
Author: Dr. Matthias St. Pierre Date: Thu Nov 21 00:09:11 2019 +0100 rand_lib.c: fix null pointer dereferences after RAND_get_rand_method() failure RAND_get_rand_method() can return a NULL method pointer in the case of a malloc failure, so don't dereference it without a

[openssl] master update

2019-12-27 Thread matthias . st . pierre
unknown reasons. Therefore we disable it temporarily to get a green Travis. Other builds that use -fsanitize=address in Travis seem to pass. [extended tests] Reviewed-by: Nicola Tuveri Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl

[openssl] OpenSSL_1_1_1-stable update

2019-12-29 Thread matthias . st . pierre
test suite under Travis CI. Hopefully those will work transitively for us as well. [extended tests] Reviewed-by: Matt Caswell (cherry picked from commit 3e73f558af600ea068bb2132988c31ddb444e13e) Reviewed-by: Richard Levitte Reviewed-by: Matthias St. P

[openssl] OpenSSL_1_1_1-stable update

2019-12-31 Thread matthias . st . pierre
Author: Dr. Matthias St. Pierre Date: Sun Dec 29 13:24:04 2019 +0100 Temporarily disable external pyca tests The pyca-cryptography external test has been failing for a long time. It looks like upstream needs to make some changes to adapt to 1.1.1. Backported from #10689

[openssl] master update

2020-01-02 Thread matthias . st . pierre
Date: Tue Dec 24 22:48:19 2019 +0100 Update tls13_enc.c Fix double + in hkdflabel declaration (FIXES #10675) CLA: trivial Reviewed-by: Matt Caswell Reviewed-by: Kurt Roeckx Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl

[openssl] OpenSSL_1_1_1-stable update

2020-01-02 Thread matthias . st . pierre
Author: dcruette Date: Tue Dec 24 22:48:19 2019 +0100 Update tls13_enc.c Fix double + in hkdflabel declaration (FIXES #10675) CLA: trivial Reviewed-by: Matt Caswell Reviewed-by: Kurt Roeckx Reviewed-by: Matthias St. Pierre (Merged from https://github.com

[openssl] master update

2020-01-07 Thread matthias . st . pierre
- commit 9484b67dfb0fc69326b4d94c2040751b205baa24 Author: Dr. Matthias St. Pierre Date: Mon Jan 6 02:38:14 2020 +0100 Modify the add_seeds_stringlist() macro to fix a preprocessor error When OpenSSL is configured using `--with-rand-seed=devrandom`, the preprocessor reports the

[openssl] OpenSSL_1_1_1-stable update

2020-01-07 Thread matthias . st . pierre
Author: Dr. Matthias St. Pierre Date: Mon Jan 6 00:28:20 2020 +0100 Revert "Move random-related defines from e_os.h to rand_unix.c" This reverts commit 7b18d1a53f932391bbc599a4717d6f98a597849c, which moved the DEVRANDOM and DEVRANDOM_EGD defines into rand_unix.c. T

[openssl] master update

2020-01-08 Thread matthias . st . pierre
. Matthias St. Pierre Date: Sat Dec 28 23:03:29 2019 +0100 nmake: fix install_html_docs target The nmake rule contains actually two errors: 1. The $< target[1] does not work for regular rules and is expanded to an empty string after issuing the warning NM

[openssl] master update

2020-01-10 Thread matthias . st . pierre
Date: Tue Jan 7 12:44:25 2020 -0500 Tweak option error messages Better messages for unknown option, unknown cipher, unknown digest. Fixes #10773 Reviewed-by: Dmitry Belyavskiy Reviewed-by: Paul Dale Reviewed-by: Matthias St. Pierre (Merged from

[openssl] master update

2020-01-23 Thread matthias . st . pierre
ronym. Fix some markup mistakes in X509_verify_cert. Reviewed-by: Dmitry Belyavskiy Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/10132) --- Summary of changes: crypto

[openssl] master update

2020-01-29 Thread matthias . st . pierre
: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/10873) commit 65718c516ec69ff2314d12c7ce57b242ccc3021d Author: Rich Salz Date: Thu Jan 16 13:40:52 2020 -0500 Document most missing options Add cmd-nits make target. Listing options should stop when

[openssl] master update

2020-01-31 Thread matthias . st . pierre
- commit 03e16083ff526d6d38de519620747aabbfc69b83 Author: Rich Salz Date: Fri Jan 24 12:33:05 2020 -0500 Fix "ts" no-XXX options, document two TLS options Reviewed-by: Matt Caswell Reviewed-by: Dmitry Belyavskiy Reviewed-by: Matthias St. Pierre (Merged

[openssl] master update

2020-02-06 Thread matthias . st . pierre
: thekuwayama Date: Sat Jan 11 20:20:20 2020 +0900 Fix small misspelling in doc for OCSP_response_status CLA: trivial Reviewed-by: Paul Yang Reviewed-by: Matt Caswell Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/10810

[openssl] OpenSSL_1_1_1-stable update

2020-02-06 Thread matthias . st . pierre
Author: thekuwayama Date: Sat Jan 11 20:20:20 2020 +0900 Fix small misspelling in doc for OCSP_response_status CLA: trivial Reviewed-by: Paul Yang Reviewed-by: Matt Caswell Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull

[openssl] master update

2020-02-06 Thread matthias . st . pierre
Jelen Date: Tue Jan 14 16:03:23 2020 +0100 doc: Fix typo in EVP_DigestSignInit manpage CLA: trivial Signed-off-by: Jakub Jelen Reviewed-by: Richard Levitte Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell Reviewed-by: Matthias St. Pierre (Merged

[openssl] OpenSSL_1_1_1-stable update

2020-02-06 Thread matthias . st . pierre
Author: Jakub Jelen Date: Tue Jan 14 16:03:23 2020 +0100 doc: Fix typo in EVP_DigestSignInit manpage CLA: trivial Signed-off-by: Jakub Jelen Reviewed-by: Richard Levitte Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell Reviewed-by: Matthias St. Pierre

[openssl] master update

2020-02-06 Thread matthias . st . pierre
Galassi Date: Sat Jan 25 12:50:41 2020 +0100 Removed unused ssl_dane struct declaration. The actually used structure is named ssl_dane_st. CLA: trivial Reviewed-by: Matthias St. Pierre Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl

[openssl] master update

2020-02-06 Thread matthias . st . pierre
-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/10946) --- Summary of changes: include/openssl/lhash.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/openssl

[openssl] OpenSSL_1_1_1-stable update

2020-02-06 Thread matthias . st . pierre
Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/10946) (cherry picked from commit 7b6a746721170a21519c38798041be8101e7361f) --- Summary of changes: include/openssl/lhash.h

[openssl] master update

2020-02-06 Thread matthias . st . pierre
accurate doc of -ssl_config option Reviewed-by: Matthias St. Pierre Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/10972) commit d333c31130bca16f3d3b3ab6c3b674772e95ba0a Author: Rich Salz Date: Thu Jan 30 12:19:13 2020 -0500 Update

[openssl] OpenSSL_1_1_1-stable update

2020-02-06 Thread matthias . st . pierre
Author: Dr. Matthias St. Pierre Date: Sun Feb 2 22:54:01 2020 +0100 Fix misspelling errors and typos reported by codespell Fixes #10998 Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/11000

[openssl] master update

2020-02-06 Thread matthias . st . pierre
. Matthias St. Pierre Date: Sun Feb 2 22:54:01 2020 +0100 Fix misspelling errors and typos reported by codespell Fixes #10998 Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/11000

[openssl] OpenSSL_1_1_1-stable update

2020-02-06 Thread matthias . st . pierre
- commit 6527714c25a4266504e323395fd9ffd1bccb2041 Author: kinichiro Date: Sun Jan 12 17:35:39 2020 +0900 Avoid leak in error path of PKCS5_PBE_keyivgen CLA: trivial Reviewed-by: Matt Caswell Reviewed-by: Matthias St. Pierre Reviewed-by: Tomas Mraz

[openssl] OpenSSL_1_1_1-stable update

2020-02-07 Thread matthias . st . pierre
Author: FdaSilvaYY Date: Sat Oct 19 18:24:49 2019 +0200 Appveyor: update to Visual Studio 2017. Default image was currently "Visual Studio 2015" Reviewed-by: Richard Levitte Reviewed-by: Tim Hudson Reviewed-by: Matthias St. Pierre (Merged from https://

[openssl] master update

2020-02-07 Thread matthias . st . pierre
: FdaSilvaYY Date: Sat Oct 19 18:24:49 2019 +0200 Appveyor: update to Visual Studio 2017. Default image was currently "Visual Studio 2015" Reviewed-by: Richard Levitte Reviewed-by: Tim Hudson Reviewed-by: Matthias St. Pierre (Merged from https://github.c

[openssl] master update

2020-02-07 Thread matthias . st . pierre
- commit 09066cf2a1f9f3d13ea2898304250f5916d6de70 Author: Dr. Matthias St. Pierre Date: Fri Jan 31 13:32:11 2020 +0100 tests/drbgtest: use new RAND_DRBG callback_data API instead of ex_data It took me a little while to realize why the test_rand_drbg_reseed test kept crashing after

[openssl] master update

2020-02-14 Thread matthias . st . pierre
Levitte Date: Thu Feb 13 18:17:43 2020 +0100 PROV: Build the main FIPS module code with FIPS_MODE defined Without that, its main source wasn't compiled correctly. Fixes #11089 Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl

[openssl] master update

2020-02-21 Thread matthias . st . pierre
Lontis Date: Fri Jan 31 07:53:04 2020 +1000 Add DRBG self tests Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/11010) --- Summary of changes: providers/fips

[openssl] master update

2020-02-25 Thread matthias . st . pierre
- commit e70452155e7d93118d33f4dde964a67d4ac1b505 Author: Dr. Matthias St. Pierre Date: Mon Feb 17 19:39:05 2020 +0100 Check that the DRBG's internal state has been zeroized after uninstantiation Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/

[openssl/openssl] 63df86: Add CODE-OF-CONDUCT.md

2022-08-18 Thread Matthias St. Pierre
Branch: refs/heads/master Home: https://github.com/openssl/openssl Commit: 63df86b041aaafba3e4998b2e3872fa8695a2377 https://github.com/openssl/openssl/commit/63df86b041aaafba3e4998b2e3872fa8695a2377 Author: Dr. Matthias St. Pierre Date: 2022-08-18 (Thu, 18 Aug 2022

<    1   2   3   4