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 /NEWS | |
| 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 '')
| -rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -19,11 +19,19 @@ Noteworthy changes in version 1.1.1 (unreleased) compatibility is provided. In other words: If free() worked for you before, it will keep working. + * 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. + + * Interface changes relative to the 1.1.0 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpgme_key_sig_t EXTENDED: New field notations. GPGME_KEYLIST_MODE_SIG_NOTATIONS NEW gpgme_free NEW +GPGME_STATUS_PKA_TRUST_BAD NEW +GPGME_STATUS_PKA_TRUST_GOOD NEW +gpgme_signature_t EXTENDED: New field pka_trust. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
