diff options
Diffstat (limited to 'doc/gpg-agent.texi')
-rw-r--r-- | doc/gpg-agent.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/gpg-agent.texi b/doc/gpg-agent.texi index 7eadf5923..a4079d7ed 100644 --- a/doc/gpg-agent.texi +++ b/doc/gpg-agent.texi @@ -293,6 +293,14 @@ When running in server mode, wait @var{n} seconds before entering the actual processing loop and print the pid. This gives time to attach a debugger. +@item --debug-quick-random +@opindex debug-quick-random +This option inhibits the use the very secure random quality level +(Libgcrypt’s @code{GCRY_VERY_STRONG_RANDOM}) and degrades all request +down to standard random quality. It is only used for testing and +shall not be used for any production quality keys. This option is +only effective when given on the command line. + @item --no-detach @opindex no-detach Don't detach the process from the console. This is mainly useful for |