summaryrefslogtreecommitdiffstats
path: root/pki/dogtag
diff options
context:
space:
mode:
authorvakwetu <vakwetu@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2011-03-23 18:31:18 +0000
committervakwetu <vakwetu@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2011-03-23 18:31:18 +0000
commita5511d6e6d75209e2daf50a590b27ba72fc5a0b1 (patch)
tree99503a8869cf78c8632228a520e85d0bc3d65576 /pki/dogtag
parent52fc1c277e7195951da58daa81675b8ee79bb085 (diff)
downloadpki-a5511d6e6d75209e2daf50a590b27ba72fc5a0b1.tar.gz
pki-a5511d6e6d75209e2daf50a590b27ba72fc5a0b1.tar.xz
pki-a5511d6e6d75209e2daf50a590b27ba72fc5a0b1.zip
Bugzilla BZ# 683581: CA configuration with ECC(Default EC curve-nistp521) CA fails with 'signing operation failed'
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1911 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki/dogtag')
-rw-r--r--pki/dogtag/common-ui/shared/admin/console/config/sizepanel.vm7
1 files changed, 4 insertions, 3 deletions
diff --git a/pki/dogtag/common-ui/shared/admin/console/config/sizepanel.vm b/pki/dogtag/common-ui/shared/admin/console/config/sizepanel.vm
index 08a65514..d8b3c310 100644
--- a/pki/dogtag/common-ui/shared/admin/console/config/sizepanel.vm
+++ b/pki/dogtag/common-ui/shared/admin/console/config/sizepanel.vm
@@ -34,6 +34,7 @@ div#simple
var rsalist="${rsalist}";
var ecclist="${ecclist}";
var curvelist="${curvelist}";
+var displaycurvelist = "${displaycurvelist}";
function myOnLoad() {
var form = document.forms[0];
@@ -322,7 +323,7 @@ function curveChange()
function displayCurveList()
{
- var list = curvelist.split(",");
+ var list = displaycurvelist.split(",");
var linelen = 0;
for (var i=0; i < list.length -1 ; i++) {
document.write(list[i] + ",");
@@ -336,7 +337,7 @@ function displayCurveList()
}
</SCRIPT>
-Select the key pair type(s), associated key pair size(s) or curve name(s), and signature algorithm(s) from the pulldown menus. <a href="javascript:toggle_details();">[Details]</a>
+Select the key pair type(s), associated key pair size(s) or curve name(s), and signature algorithm(s) from the pulldown menus. <font color="red">Currently, the Audit Log Signing functionality only supports RSA keys. Users that require ECC keys must select the Advanced tab, and specify RSA keys for the Audit Log Signing Certificate. All other keys can be ECC. </font><a href="javascript:toggle_details();">[Details]</a>
<SCRIPT type="text/JavaScript">
function toggle_details()
{
@@ -362,7 +363,7 @@ Each certificate can have its own key pair generated with its own independent se
However, longer key pair sizes also increase the time required to perform operations such as signing certificates, so long keys can affect performance.
</li>
<li>
-<b><i>ECC strength: Curve Name</i></b>. Sets the curve algorithm to use, which can be any one of the curves listed below. Note that not all curves may be supported by the token.
+<b><i>ECC strength: Curve Name</i></b>. Sets the curve algorithm to use, which can be any one of the curves listed below. The curves that are included in parenthesis are equivalent - and either name can be used. Note that not all curves may be supported by the token.
<br/><ul style="list-style:none"><li><i>
<SCRIPT type="text/JavaScript">
displayCurveList();