mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
dirmngr: Add the used TLS library to the debug output.
* dirmngr/http.c (send_request): Print the used TLS library in debug mode. -- We allow two different TLS libararies and thus it is useful to see that in the debug output of bug reports. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
1de4462974
commit
bb8894760f
2 changed files with 15 additions and 4 deletions
|
@ -208,9 +208,10 @@ flag names. To get a list of all supported flags the single word
|
|||
@opindex debug-all
|
||||
Same as @code{--debug=0xffffffff}
|
||||
|
||||
@item --gnutls-debug @var{level}
|
||||
@opindex gnutls-debug
|
||||
Enable debugging of GNUTLS at @var{level}.
|
||||
@item --tls-debug @var{level}
|
||||
@opindex tls-debug
|
||||
Enable debugging of the TLS layer at @var{level}. The details of the
|
||||
debug level depend on the used TLS library and are not set in stone.
|
||||
|
||||
@item --debug-wait @var{n}
|
||||
@opindex debug-wait
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue