-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0.0
-
Fix Version/s: None
-
Component/s: Enforcer
-
Labels:None
I use version 1.0.0, with Sun sca6000 HSM.
# ods-ksmutil key import --cka_id 59cf3f08f5e9b1f9bc5156602eed4080 -r sca6000 -z cz -b 1024 -g RSASHA1 --keystate generated --keytype ZSK --time '2010-03-12 14:00:00' SQLite database set to: /var/opendnssec/kasp.db Error: Key algorithm RSASHA1 not supported; try one of RSASHA1, RSASHA1-NSEC3-SHA1 or RSASHA256
The reason seems to be that there are methods rsasha1 and rsasha1-nsec3-sha1 in keywords and the logic of StrKeywordSearch ensures that search for rsasha1 only returns an error.