2002-12-23  Marcus Brinkmann  <marcus@g10code.de>

	* gpgme.texi (Information About Keys): Document that
	GPGME_ATTR_IS_SECRET is not representable as a string anymore.
This commit is contained in:
Marcus Brinkmann 2002-12-23 22:34:25 +00:00
parent 15de808fea
commit 06afcd13c6
4 changed files with 13 additions and 5 deletions

6
NEWS
View File

@ -1,6 +1,12 @@
Noteworthy changes in version 0.4.1 (unreleased) Noteworthy changes in version 0.4.1 (unreleased)
------------------------------------------------ ------------------------------------------------
* GPGME_ATTR_IS_SECRET is not anymore representable as a string.
* Interface changes relative to the 0.4.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgme_key_get_string_attr CHANGED: Don't handle GPGME_ATR_IS_SECRET.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Noteworthy changes in version 0.4.0 (2002-12-23) Noteworthy changes in version 0.4.0 (2002-12-23)
------------------------------------------------ ------------------------------------------------

4
TODO
View File

@ -1,9 +1,7 @@
Hey Emacs, this is -*- outline -*- mode! Hey Emacs, this is -*- outline -*- mode!
* ABI's to break: * ABI's to break:
** string representation of non-secret keys and ATTR_IS_SECRET is NULL, ** Currently none.
which can not be differentiated from the case that it is not
representable.
* Thread support: * Thread support:
** Build thread modules for static linking (which just suck in the ** Build thread modules for static linking (which just suck in the

View File

@ -1,3 +1,8 @@
2002-12-23 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi (Information About Keys): Document that
GPGME_ATTR_IS_SECRET is not representable as a string anymore.
2002-12-22 Marcus Brinkmann <marcus@g10code.de> 2002-12-22 Marcus Brinkmann <marcus@g10code.de>
* gpgme.texi (Key Signatures): New section. * gpgme.texi (Key Signatures): New section.

View File

@ -1829,8 +1829,7 @@ for PGP and 1 for X.509. It is also used for the type of a trust item.
@item GPGME_ATTR_IS_SECRET @item GPGME_ATTR_IS_SECRET
This specifies if the key is a secret key. It is representable as a This specifies if the key is a secret key. It is representable as a
string or a number. If the key is a secret key, the representation is number, and is @code{1} if the key is revoked, and @code{0} otherwise.
``1'' or @code{1}, otherwise it is @code{NULL} or @code{0}.
@item GPGME_ATTR_KEY_REVOKED @item GPGME_ATTR_KEY_REVOKED
This specifies if a sub key is revoked. It is representable as a This specifies if a sub key is revoked. It is representable as a