aboutsummaryrefslogtreecommitdiffstats
path: root/g10/pkglue.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-09-25Fix bug#1139.Werner Koch1-9/+10
2009-02-24Replace a call to BUG by an error return.Werner Koch1-7/+6
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2003-08-252003-08-25 Timo Schulz <[email protected]>Timo Schulz1-33/+20
* pkglue.c (mpi_from_sexp): New. Used to factor out some common code.
2003-08-07(pk_sign): Fix last change.Werner Koch1-8/+38
(pk_verify): Check for valid DATA array so that we don't segv in Libgcrypt. (pk_verify): Ditto.
2003-08-05Cleanups, fixes and PC/SC supportWerner Koch1-3/+34
2003-07-03* options.h (DBG_CIPHER): Reintroduced it.Werner Koch1-5/+21
* seskey.c (encode_session_key): Debug output of the session key. * pubkey-enc.c (get_it): Handle card case. * call-agent.c (agent_scd_pkdecrypt): New. * pkglue.c (pk_encrypt): Add RSA support. * g10.c (main): Default to --use-agent. * keygen.c (show_smartcard): Print info about the public key. (check_smartcard): Check for existing key here. (gen_card_key): And not anymore here. (fpr_is_zero): New. (generate_keypair): Generate both keys for a card. (smartcard_change_url): Nw.
2003-06-18Finished the bulk of changes for gnupg 1.9. This included switchingWerner Koch1-0/+278
to libgcrypt functions, using shared error codes from libgpg-error, replacing the old functions we used to have in ../util by those in ../jnlib and ../common, renaming the malloc functions and a couple of types. Note, that not all changes are listed below becuause they are too similar and done at far too many places. As of today the code builds using the current libgcrypt from CVS but it is very unlikely that it actually works.