diff options
author | Werner Koch <[email protected]> | 2005-12-20 20:22:19 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-12-20 20:22:19 +0000 |
commit | b1fb4f2fa6af0ebc3822e436a2c6e163c3c5687e (patch) | |
tree | 3531fdbdc51b822af3f9ad9d6afae0625a2ddc50 /doc | |
parent | * Fixed a bug in that the fingerprints of subkeys are not available. (diff) | |
download | gpgme-b1fb4f2fa6af0ebc3822e436a2c6e163c3c5687e.tar.gz gpgme-b1fb4f2fa6af0ebc3822e436a2c6e163c3c5687e.zip |
Basic PKA support.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/gpgme.texi | 16 |
2 files changed, 20 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 4d5239fd..394ca8f7 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2005-12-20 Werner Koch <[email protected]> + + * gpgme.texi (Verify): Document pka_trust. + 2005-12-06 Werner Koch <[email protected]> * gpgme.texi (Key Management): Updated to match the fixes for diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 351f1dc7..1fc4849c 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -3985,6 +3985,22 @@ not expire. @item unsigned int wrong_key_usage : 1 This is true if the key was not used according to its policy. +@item unsigned int pka_trust : 2 +This is set to the trust information gained by means of the PKA system. +Values are: + @table @code + @item 0 + No PKA information available or verification not possible. + @item 1 + PKA verification failed. + @item 2 + PKA verification succeeded. + @item 3 + Reserved for future use. + @end table +Depending on the configuration of the engine, this metric may also be +reflected by the validity of the signature. + @item gpgme_validity_t validity The validity of the signature. |