trying to use the public key functions
Timo Schulz
twoaday@freakmail.de
Thu, 16 May 2002 23:15:06 +0200
On Fri May 17 2002; 03:49, Glenn McGrath wrote:
> I dont know how to trasfer the data from the .gpg file to the GCRY_SEXP
> structure.
The OpenCDK library contains a lot of code for transforming
OpenPGP keys into the GCRY_SEXP structure. Currently the library
is under *heavy* development but the code for this procedure works
and you can use it as an example.
You can get the latest source from the CVS:
cvs -d :pserver:anoncvs@cvs.gnupg.org:/cvs/gnutls checkout opencdk
or a snapshot from the OpenCDK website (http://www.winpt.org/opencdk.html).
Timo