summaryrefslogtreecommitdiffstats
path: root/pki/base/common/src/com/netscape/cms/profile
diff options
context:
space:
mode:
authorcfu <cfu@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2009-08-26 00:43:35 +0000
committercfu <cfu@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2009-08-26 00:43:35 +0000
commitf729d07c3e7b5f5ef6ef9ee8580dfeac29800155 (patch)
treee66dde622d4b248959edb234655ade472e2b96e8 /pki/base/common/src/com/netscape/cms/profile
parent57dde40ba0b2d6ef9616b77db090ec58512d78e4 (diff)
downloadpki-f729d07c3e7b5f5ef6ef9ee8580dfeac29800155.tar.gz
pki-f729d07c3e7b5f5ef6ef9ee8580dfeac29800155.tar.xz
pki-f729d07c3e7b5f5ef6ef9ee8580dfeac29800155.zip
Bugzilla Bug #465507 - Enhancement: Support SHA2 + EC signature algorithms
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@777 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki/base/common/src/com/netscape/cms/profile')
-rw-r--r--pki/base/common/src/com/netscape/cms/profile/common/CACertCAEnrollProfile.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/pki/base/common/src/com/netscape/cms/profile/common/CACertCAEnrollProfile.java b/pki/base/common/src/com/netscape/cms/profile/common/CACertCAEnrollProfile.java
index fa9e078b2..d4a6fdc70 100644
--- a/pki/base/common/src/com/netscape/cms/profile/common/CACertCAEnrollProfile.java
+++ b/pki/base/common/src/com/netscape/cms/profile/common/CACertCAEnrollProfile.java
@@ -110,7 +110,7 @@ public class CACertCAEnrollProfile extends CAEnrollProfile
IConfigStore defConfig4 = def4.getConfigStore();
defConfig4.putString("params.signingAlg","SHA1withRSA");
defConfig4.putString("params.signingAlgsAllowed",
- "SHA1withRSA,SHA256withRSA,SHA512withRSA,MD5withRSA,MD2withRSA");
+ "SHA1withRSA,SHA256withRSA,SHA512withRSA,MD5withRSA,MD2withRSA,SHA256withEC,SHA384withEC,SHA512withEC");
IPolicyConstraint con4 = policy4.getConstraint();
IConfigStore conConfig4 = con4.getConfigStore();