1 |
vip-ire |
1.1 |
diff -Nur phpki/phpki-0.82/include/openssl_functions.php phpki_mod/phpki-0.82/include/openssl_functions.php |
2 |
|
|
--- phpki/phpki-0.82/include/openssl_functions.php 2011-03-15 08:19:25.000000000 +0100 |
3 |
|
|
+++ phpki_mod/phpki-0.82/include/openssl_functions.php 2011-03-15 08:20:36.000000000 +0100 |
4 |
|
|
@@ -27,7 +27,7 @@ |
5 |
|
|
default_days = 365 |
6 |
|
|
default_crl_days = 30 |
7 |
|
|
preserve = no |
8 |
|
|
-default_md = md5 |
9 |
|
|
+default_md = sha1 |
10 |
|
|
|
11 |
|
|
[ req ] |
12 |
|
|
default_bits = $keysize |
13 |
|
|
diff -Nur phpki/phpki-0.82/openssl.cnf phpki_mod/phpki-0.82/openssl.cnf |
14 |
|
|
--- phpki/phpki-0.82/openssl.cnf 2011-03-15 08:19:25.000000000 +0100 |
15 |
|
|
+++ phpki_mod/phpki-0.82/openssl.cnf 2011-03-15 08:20:08.000000000 +0100 |
16 |
|
|
@@ -14,7 +14,7 @@ |
17 |
|
|
default_days = 365 |
18 |
|
|
default_crl_days = 30 |
19 |
|
|
preserve = no |
20 |
|
|
-default_md = md5 |
21 |
|
|
+default_md = sha1 |
22 |
|
|
|
23 |
|
|
[ ca ] |
24 |
|
|
default_ca = email_cert |
25 |
|
|
diff -Nur phpki/phpki-0.82/setup.php-presetup phpki_mod/phpki-0.82/setup.php-presetup |
26 |
|
|
--- phpki/phpki-0.82/setup.php-presetup 2011-03-15 08:19:25.000000000 +0100 |
27 |
|
|
+++ phpki_mod/phpki-0.82/setup.php-presetup 2011-03-15 08:20:59.000000000 +0100 |
28 |
|
|
@@ -314,7 +314,7 @@ |
29 |
|
|
default_days = 365 |
30 |
|
|
default_crl_days = 30 |
31 |
|
|
preserve = no |
32 |
|
|
-default_md = md5 |
33 |
|
|
+default_md = sha1 |
34 |
|
|
|
35 |
|
|
[ ca ] |
36 |
|
|
default_ca = email_cert |