pka_address [SOLVED]
Werner Koch
wk at gnupg.org
Fri Apr 20 08:56:11 CEST 2007
On Thu, 19 Apr 2007 23:32, buanzo at buanzo.com.ar said:
> if (key->uids->email != NULL) {
> *key_address = apr_pcalloc (r->pool, strlen(key->uids->email) + 1);
> memcpy ((char *) *key_address, key->uids->email, strlen(key->uids->email));
> }
> }
I wonder why you are calling this a PKA address. The PKA address is an
attribute of a signature not yet widley used. PKA is a system similar
to domain keys but built on top of existsing protocols. You won't see the
PKA_ADRESS filled unless the sender has setup an appropriate DNS record
and enabled PKA in his MUA.
Shalom-Salam,
Werner
More information about the Gnupg-devel
mailing list