From b44c5dd1cabb33946acb48b6414abee916df2971 Mon Sep 17 00:00:00 2001 From: Wytze van der Raay Date: Wed, 27 Feb 2013 10:30:49 +0000 Subject: [PATCH] Fix for https://bugs.cacert.org/view.php?id=964 "VBscript, Weak Keys script 4.php, 17.php to combine / select box key size and lower limit to 2048" (Codename: Blackjack) --- includes/keygen.php | 128 ++++++++++ www/keygenIE.js | 609 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 737 insertions(+) create mode 100644 includes/keygen.php create mode 100644 www/keygenIE.js diff --git a/includes/keygen.php b/includes/keygen.php new file mode 100644 index 0000000..09ec7f9 --- /dev/null +++ b/includes/keygen.php @@ -0,0 +1,128 @@ + + + + +
+

+

+

Internet Options -> Security -> Trusted '. + 'Websites", click on "Custom Level", set "ActiveX control '. + 'elements that are not marked as safe initialized on start in '. + 'scripts" to "Confirm" and click "OK". Now click "Sites", add '. + '"%s" and "%s" to your list of trusted sites and make the '. + 'changes come into effect by clicking "Close" and "OK".'), + 'https://'.$_SESSION['_config']['normalhostname'], + 'https://'.$_SESSION['_config']['securehostname'])?> +

+
+ + + + + + + + + + + + + + +

+

+ + + + "> + +
+

+ element + var paragraph = function (text) { + var paragraph = document.createElement("p"); + paragraph.appendChild(textnode(text)); + return paragraph; + } + + /// makes a new
 elemtent
+	var pre = function (text) {
+		var pre = document.createElement("pre");
+		pre.appendChild(textnode(text));
+		return pre;
+	}
+
+	/// makes a new