From 7c019de59e9f784e7174a75985b44e3607a0d3c1 Mon Sep 17 00:00:00 2001 From: Wytze van der Raay Date: Wed, 6 Nov 2013 16:28:19 +0000 Subject: [PATCH] Fix for https://bugs.cacert.org/view.php?id=1213 ""certifictate" is spelt incorrectly" --- pages/account/10.php | 4 ++-- pages/account/16.php | 2 +- pages/account/20.php | 4 ++-- pages/account/3.php | 4 ++-- scripts/mail-weak-keys.php | 12 ++++++------ 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/pages/account/10.php b/pages/account/10.php index 6371f76..8908400 100644 --- a/pages/account/10.php +++ b/pages/account/10.php @@ -17,7 +17,7 @@ */ include_once("../includes/shutdown.php"); ?> -

+

@@ -35,7 +35,7 @@

-


+



diff --git a/pages/account/16.php b/pages/account/16.php index 6f055d7..564463e 100644 --- a/pages/account/16.php +++ b/pages/account/16.php @@ -58,7 +58,7 @@ -
+
diff --git a/pages/account/20.php b/pages/account/20.php index 0187013..ee16dd4 100644 --- a/pages/account/20.php +++ b/pages/account/20.php @@ -17,7 +17,7 @@ */ include_once("../includes/shutdown.php"); ?> -

+

@@ -29,7 +29,7 @@


-


+


diff --git a/pages/account/3.php b/pages/account/3.php index b760c11..7e34300 100644 --- a/pages/account/3.php +++ b/pages/account/3.php @@ -24,7 +24,7 @@

http://www.cacert.org/cps.php

-

+

@@ -90,7 +90,7 @@ if($_SESSION['profile']['points'] >= 50) diff --git a/scripts/mail-weak-keys.php b/scripts/mail-weak-keys.php index 95c0e4f..c85aec8 100644 --- a/scripts/mail-weak-keys.php +++ b/scripts/mail-weak-keys.php @@ -18,7 +18,7 @@ You received this email because a certificate issued to you is vulnerable: Server Certificate, Serial $cert_serial, expiring $cert_expire, CN $cert_CN To rectify the problem CAcert will revoke all vulnerable certificates (including yours) on $action_date. -CAcert will no longer accept vulnerable certificate requests for signing. In future all Certficate +CAcert will no longer accept vulnerable certificate requests for signing. In future all Certificate Signing Requests must be backed by private keys with a key length at least 2048 bits and no other known vulnerabilities. You should submit a new Certificate Signing Request of acceptable strength as soon as possible @@ -51,13 +51,13 @@ Client Certificate, Serial $cert_serial, expiring $cert_expire, CN $cert_CN To rectify the problem CAcert will revoke all vulnerable certificates (including yours) on $action_date. CAcert will no longer accept vulnerable certificate requests for signing. In future all -client certficates must be backed by private keys with a key length at least 1024 bits +client certificates must be backed by private keys with a key length at least 1024 bits and no other known vulnerabilities. This means that you should replace your current certificate with a new one of acceptable strength. If you use Firefox or Chrome, select 'Keysize: High Grade' before 'Create Certificate Request'. If you use Internet Explorer, select 'Microsoft Strong Cryptographic Provider'. If you select an -option that generates a weak key (eg 'Microsoft Base Cryptographic Provider v1.0') your certficate +option that generates a weak key (eg 'Microsoft Base Cryptographic Provider v1.0') your certificate request will be rejected. Kind regards @@ -83,7 +83,7 @@ You received this email because a certificate issued to you is vulnerable: Organisation Server Certificate, Serial $cert_serial, expiring $cert_expire, CN $cert_CN To rectify the problem CAcert will revoke all vulnerable certificates (including yours) on $action_date. -CAcert will no longer accept vulnerable certificate requests for signing. In future all Certficate +CAcert will no longer accept vulnerable certificate requests for signing. In future all Certificate Signing Requests must be backed by private keys with a key length at least 2048 bits and no other known vulnerabilities. You should submit a new Certificate Signing Request of acceptable strength as soon as possible @@ -116,13 +116,13 @@ Organisation Client Certificate, Serial $cert_serial, expiring $cert_expire, CN To rectify the problem CAcert will revoke all vulnerable certificates (including yours) on $action_date. CAcert will no longer accept vulnerable certificate requests for signing. In future all -client certficates must be backed by private keys with a key length at least 1024 bits +client certificates must be backed by private keys with a key length at least 1024 bits and no other known vulnerabilities. This means that you should replace your current certificate with a new one of acceptable strength. If you use Firefox or Chrome, select 'Keysize: High Grade' before 'Create Certificate Request'. If you use Internet Explorer, select 'Microsoft Strong Cryptographic Provider'. If you select an -option that generates a weak key (eg 'Microsoft Base Cryptographic Provider v1.0') your certficate +option that generates a weak key (eg 'Microsoft Base Cryptographic Provider v1.0') your certificate request will be rejected. Kind regards
-
+