1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-04-17 15:44:34 +02:00

doc: Some additional source comments

--
This commit is contained in:
Werner Koch 2016-08-24 15:31:44 +02:00
parent 54245979e6
commit 95e9a97b32
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
2 changed files with 6 additions and 1 deletions

View File

@ -18,6 +18,10 @@
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
/* NB: GPGME uses the same code to reflect our idea on how to extract
* a mail address from a user id.
*/
#include <config.h> #include <config.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>

View File

@ -701,7 +701,8 @@ pkd:0:1024:B665B1435F4C2 .... FF26ABB:
This status identifies the key and the userid for all following This status identifies the key and the userid for all following
Tofu information. The fingerprint is the fingerprint of the Tofu information. The fingerprint is the fingerprint of the
primary key and the mbox is in general the addr-spec part of the primary key and the mbox is in general the addr-spec part of the
userid encoded in UTF-8 and percent escaped. userid encoded in UTF-8 and percent escaped. The fingerprint is
indentical for all TOFU_USER lines up to a NEWSIG line.
*** TOFU_STATS <validity> <sign-count> 0 [<policy> [<tm1> <tm2>]] *** TOFU_STATS <validity> <sign-count> 0 [<policy> [<tm1> <tm2>]]