1.1 --- a/src/openpgp_compat.h Wed Aug 31 13:29:10 2016 +0100
1.2 +++ b/src/openpgp_compat.h Thu Sep 01 14:16:18 2016 +0200
1.3 @@ -24,14 +24,14 @@
1.4 #endif
1.5 #endif
1.6
1.7 -// OpenPGP_list_keyinfo() - get a key/UID list for pattern matches in keyring (NULL
1.8 -// to return entire keyring)
1.9 +// OpenPGP_list_keyinfo() - get a key/UID list for pattern matches in keyring (NULL or ""
1.10 +// to return entire keyring), filtering out revoked keys in the results
1.11 //
1.12 // parameters:
1.13 // session (in) session handle
1.14 -// show_revoked (in) true if identities with revoked primary keys should also
1.15 -// be listed; false if only valid keys should be shown
1.16 -// keyinfo_list (out) list of identities for each available key
1.17 +// search_pattern (in) search pattern - either an fpr, or something within the UID, or NULL / "" for
1.18 +// all keys
1.19 +// keyinfo_list (out) a key/value pair list for each key / UID combination
1.20 //
1.21 // caveat:
1.22 // keyinfo_list must be freed by the caller.