[openssl] master update
Dr. Paul Dale
pauli at openssl.org
Tue Jul 13 06:04:54 UTC 2021
The branch master has been updated
via db226bf20f350ea62d3c649a4707fcdd78bbaea9 (commit)
from a773e67b89208309032d14bd61cf2c2ed4708420 (commit)
- Log -----------------------------------------------------------------
commit db226bf20f350ea62d3c649a4707fcdd78bbaea9
Author: Tianjia Zhang <tianjia.zhang at linux.alibaba.com>
Date: Mon Jul 12 11:22:59 2021 +0800
Remove executable mode attributes of non-executable files
Remove the executable attributes of some C code files and key files,
change the file mode from 0755 to 0644.
Signed-off-by: Tianjia Zhang <tianjia.zhang at linux.alibaba.com>
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16045)
-----------------------------------------------------------------------
Summary of changes:
apps/ca.c | 0
demos/digest/BIO_f_md.c | 0
demos/digest/EVP_MD_stdin.c | 0
test/insta.priv.pem | 0
test/insta_ca.cert.pem | 0
.../65-test_cmp_vfy_data/IR_protected_0_extraCerts.der | Bin
.../65-test_cmp_vfy_data/IR_protected_2_extraCerts.der | Bin
test/recipes/65-test_cmp_vfy_data/insta.cert.pem | 0
test/recipes/65-test_cmp_vfy_data/insta.priv.pem | 0
test/recipes/65-test_cmp_vfy_data/insta_ca.cert.pem | 0
10 files changed, 0 insertions(+), 0 deletions(-)
mode change 100755 => 100644 apps/ca.c
mode change 100755 => 100644 demos/digest/BIO_f_md.c
mode change 100755 => 100644 demos/digest/EVP_MD_stdin.c
mode change 100755 => 100644 test/insta.priv.pem
mode change 100755 => 100644 test/insta_ca.cert.pem
mode change 100755 => 100644 test/recipes/65-test_cmp_vfy_data/IR_protected_0_extraCerts.der
mode change 100755 => 100644 test/recipes/65-test_cmp_vfy_data/IR_protected_2_extraCerts.der
mode change 100755 => 100644 test/recipes/65-test_cmp_vfy_data/insta.cert.pem
mode change 100755 => 100644 test/recipes/65-test_cmp_vfy_data/insta.priv.pem
mode change 100755 => 100644 test/recipes/65-test_cmp_vfy_data/insta_ca.cert.pem
diff --git a/apps/ca.c b/apps/ca.c
old mode 100755
new mode 100644
diff --git a/demos/digest/BIO_f_md.c b/demos/digest/BIO_f_md.c
old mode 100755
new mode 100644
diff --git a/demos/digest/EVP_MD_stdin.c b/demos/digest/EVP_MD_stdin.c
old mode 100755
new mode 100644
diff --git a/test/insta.priv.pem b/test/insta.priv.pem
old mode 100755
new mode 100644
diff --git a/test/insta_ca.cert.pem b/test/insta_ca.cert.pem
old mode 100755
new mode 100644
diff --git a/test/recipes/65-test_cmp_vfy_data/IR_protected_0_extraCerts.der b/test/recipes/65-test_cmp_vfy_data/IR_protected_0_extraCerts.der
old mode 100755
new mode 100644
diff --git a/test/recipes/65-test_cmp_vfy_data/IR_protected_2_extraCerts.der b/test/recipes/65-test_cmp_vfy_data/IR_protected_2_extraCerts.der
old mode 100755
new mode 100644
diff --git a/test/recipes/65-test_cmp_vfy_data/insta.cert.pem b/test/recipes/65-test_cmp_vfy_data/insta.cert.pem
old mode 100755
new mode 100644
diff --git a/test/recipes/65-test_cmp_vfy_data/insta.priv.pem b/test/recipes/65-test_cmp_vfy_data/insta.priv.pem
old mode 100755
new mode 100644
diff --git a/test/recipes/65-test_cmp_vfy_data/insta_ca.cert.pem b/test/recipes/65-test_cmp_vfy_data/insta_ca.cert.pem
old mode 100755
new mode 100644
More information about the openssl-commits
mailing list