Bug fixes for RSA/Ed25519 signing (now works), syslog fixes, update TODO verification status

This commit is contained in:
Scott Kitterman
2018-02-17 02:10:21 -05:00
parent 246bdba859
commit 7b8fccf801
5 changed files with 40 additions and 30 deletions
+4 -2
View File
@@ -107,9 +107,11 @@ def _readConfigFile(path, configData = None, configGlobal = {}):
'UserID' : 'str',
'Domain' : 'str',
'KeyFile' : 'str',
'KeyFileEd25119' : 'str',
'KeyFileEd25519' : 'str',
'Selector' : 'str',
'Canonicalization' : 'str'
'SelectorEd25519': 'str',
'Canonicalization' : 'str',
'CanonicalizationEd25519' : 'str'
}
# check to see if it's a file