diff options
author | Werner Koch <wk@gnupg.org> | 2007-12-13 16:45:40 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2007-12-13 16:45:40 +0100 |
commit | 9d66580cff83d5b6cb6dc52ecc2fcfbfe1e94315 (patch) | |
tree | 7373ba64496d9695d194ed16c54abee7f5f887ba /doc/debugging.texi | |
parent | Allow type 20 keys only with option --rfc2440. (diff) | |
download | gnupg2-9d66580cff83d5b6cb6dc52ecc2fcfbfe1e94315.tar.xz gnupg2-9d66580cff83d5b6cb6dc52ecc2fcfbfe1e94315.zip |
Allow verification of some broken S-TRUST generated signatures.
Diffstat (limited to 'doc/debugging.texi')
-rw-r--r-- | doc/debugging.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/debugging.texi b/doc/debugging.texi index fb27b2710..242d601cb 100644 --- a/doc/debugging.texi +++ b/doc/debugging.texi @@ -182,7 +182,12 @@ such a certificate. You may use the @code{relax} flag in fingerprint and this flag may only be added manually to @file{trustlist.txt}. +@item Error message: ``digest algorithm N has not been enabled'' +The signature is broken. You may try the option +@option{--extra-digest-algo SHA256} to workaround the problem. The +number N is the internal algorighm indentifier; for example 8 refers to +SHA-256. @end itemize |