diff options
author | Werner Koch <[email protected]> | 2006-01-03 18:31:48 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-01-03 18:31:48 +0000 |
commit | 3c1c9ed5721d2cb2c5c4adc0b7ff5b52eeb0eabf (patch) | |
tree | f65102dc1066bdeffe553548912efcb64399743f /NEWS | |
parent | 2006-01-03 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-3c1c9ed5721d2cb2c5c4adc0b7ff5b52eeb0eabf.tar.gz gpgme-3c1c9ed5721d2cb2c5c4adc0b7ff5b52eeb0eabf.zip |
Added PKA stuff
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,8 +21,7 @@ Noteworthy changes in version 1.1.1 (unreleased) * New status codes GPGME_PKA_TRUST_GOOD and GPGME_PKA_TRUST_BAD. They are analyzed by the verify handlers and made available in the - new PKA_TRUST field of the signature result structure. - + new PKA_TRUST and PKA_ADDRESS fields of the signature result structure. * Interface changes relative to the 1.1.0 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -32,6 +31,7 @@ gpgme_free NEW GPGME_STATUS_PKA_TRUST_BAD NEW GPGME_STATUS_PKA_TRUST_GOOD NEW gpgme_signature_t EXTENDED: New field pka_trust. +gpgme_signature_t EXTENDED: New field pka_address. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |