diff options
author | Ben McGinnes <[email protected]> | 2018-03-24 22:44:51 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2018-03-24 22:44:51 +0000 |
commit | d0bb4ec4ecdfae4dfd9dd84aef905afb490013d5 (patch) | |
tree | e9d1a21501e4d09bd0442e9eee829046b25a922d /doc | |
parent | doc: python bindings howto (diff) | |
parent | core: Need to increase an array in the gpg engine. (diff) | |
download | gpgme-d0bb4ec4ecdfae4dfd9dd84aef905afb490013d5.tar.gz gpgme-d0bb4ec4ecdfae4dfd9dd84aef905afb490013d5.zip |
Merge branch 'master' of ssh+git://playfair.gnupg.org/git/gpgme
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpgme.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 37cf16ac..ab554d86 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -3065,6 +3065,11 @@ a message signed by a brand new key (which you naturally will not have on your local keyring), the operator can tell both your IP address and the time when you verified the signature. +@item "request-origin" +The string given in @var{value} is passed to the GnuPG engines to +request restrictions based on the origin of the request. Valid values +are documented in the GnuPG manual and the gpg man page under the +option ``--request-origin''. @end table |