/[smecontribs]/rpms/phpki/contribs7/phpki-0.82-use_sha1.patch
ViewVC logotype

Annotation of /rpms/phpki/contribs7/phpki-0.82-use_sha1.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Tue Mar 15 07:27:10 2011 UTC (13 years, 2 months ago) by vip-ire
Branch: MAIN
CVS Tags: phpki-0_82-13_el4_sme, phpki-0_82-16_el4_sme, phpki-0_82-15_el4_sme, phpki-0_82-14_el4_sme, HEAD
* Tue Mar 15 2011 Daniel B. <daniel@firewall-services.com> 0.82-13.sme
- Replace md5 with sha1 for signing

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

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed