aboutsummaryrefslogtreecommitdiffstats
path: root/src/pki/commands/issue.c
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2015-10-28 21:00:31 +0100
committerAndreas Steffen <andreas.steffen@strongswan.org>2015-11-03 21:35:09 +0100
commitf6fede934bc815e225a52e7d6a9164f078fed9ce (patch)
tree1f8a346a296d94ec9254f4014948f7ca696e97b7 /src/pki/commands/issue.c
parenta488584b5f89358ca24b5c2166934f7340dfba04 (diff)
downloadstrongswan-f6fede934bc815e225a52e7d6a9164f078fed9ce.tar.bz2
strongswan-f6fede934bc815e225a52e7d6a9164f078fed9ce.tar.xz
Support BLISS signatures with SHA-3 hash
Diffstat (limited to 'src/pki/commands/issue.c')
-rw-r--r--src/pki/commands/issue.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pki/commands/issue.c b/src/pki/commands/issue.c
index 2dc9fcce3..fdc43d705 100644
--- a/src/pki/commands/issue.c
+++ b/src/pki/commands/issue.c
@@ -588,7 +588,8 @@ static void __attribute__ ((constructor))reg()
"[--nc-excluded name] [--policy-mapping issuer-oid:subject-oid]",
"[--policy-explicit len] [--policy-inhibit len] [--policy-any len]",
"[--cert-policy oid [--cps-uri uri] [--user-notice text]]+",
- "[--digest md5|sha1|sha224|sha256|sha384|sha512] [--outform der|pem]"},
+ "[--digest md5|sha1|sha224|sha256|sha384|sha512|sha3_224|sha3_256|sha3_384|sha3_512]",
+ "[--outform der|pem]"},
{
{"help", 'h', 0, "show usage information"},
{"in", 'i', 1, "key/request file to issue, default: stdin"},