aboutsummaryrefslogtreecommitdiffstats
path: root/sm/sign.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-03-19Allow export to work on systems without funopen/fopencookie.Werner Koch1-1/+1
2006-10-17Fixed aegypten bug 372Werner Koch1-11/+14
2006-09-06The big Assuan error code removal.Werner Koch1-4/+4
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2005-11-23Print a note that the software has not been approved for qualified signatures.Werner Koch1-6/+6
2005-11-13Added qualified signature features.Werner Koch1-0/+33
2005-07-27Removed directories which are only used by the 1.9 branchWerner Koch1-621/+0
2005-06-16gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch1-1/+1
2004-06-06* configure.ac: Require libksba 0.9.7.Werner Koch1-2/+2
2004-05-11* sign.c (gpgsm_sign): Include the error source in the final errorWerner Koch1-7/+11
2004-04-26* call-agent.c (gpgsm_agent_pksign, gpgsm_agent_pkdecrypt)Werner Koch1-6/+7
2004-04-05* verify.c (gpgsm_verify): Print STATUS_NEWSIG for each signature.Werner Koch1-1/+1
2004-03-24(gpgsm_sign): Include a short list of capabilities.Werner Koch1-0/+19
2004-02-17* gpgsm.c: New option --with-md5-fingerprint.Werner Koch1-1/+1
2004-01-30* configure.ac: Require libksba 0.9.3 due to another bug fix there.Werner Koch1-0/+8
2004-01-16* sign.c (gpgsm_sign): Print an error message on all failures.Werner Koch1-0/+2
2003-12-17Replaced deprecated type names.Werner Koch1-14/+14
2003-12-16* gpgsm.c (main): Set the prefixes for assuan logging.Werner Koch1-1/+12
2003-11-12Mainly changes to adjust for the changed KSBA API.Werner Koch1-28/+28
2003-10-31* verify.c (strtimestamp_r, gpgsm_verify):Werner Koch1-4/+4
2003-08-05This commit was manufactured by cvs2svn to create branchRepo Admin1-0/+621
2003-06-27Key generation and signing using the OpenPGP card does rudimentary work.Werner Koch1-19/+17
2003-06-05A small step for GnuPG but a huge leap for error codes.Werner Koch1-3/+3
2003-06-03Make use of libgpg-errorWerner Koch1-14/+15
2003-04-29* Makefile.am: Use libassuan. Don't override LDFLAGS anymore.Werner Koch1-2/+2
2002-10-19This commit was manufactured by cvs2svn to create branchRepo Admin1-622/+0
2002-08-09* gpgsm.c (emergency_cleanup): New.Werner Koch1-113/+132
2002-06-12* sign.c (hash_and_copy_data): New.Werner Koch1-11/+93
2002-05-14sm/Werner Koch1-1/+1
2002-04-12* certlist.c (cert_usable_p): New.Werner Koch1-0/+4
2002-03-05* gpgsm.c, gpgsm.h: Add local_user.Werner Koch1-5/+71
2002-02-25* server.c (option_handler): Allow to use -2 for "send all certsWerner Koch1-3/+15
2002-02-012002-02-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-4/+1
2002-01-25* gpgsm.c (main): Disable core dumps.Werner Koch1-5/+51
2002-01-10* base64.c (gpgsm_create_writer): Allow to set the object nameWerner Koch1-0/+1
2001-12-15* decrypt.c (gpgsm_decrypt): Write STATUS_DECRYPTION_*.Werner Koch1-5/+39
2001-12-14* verify.c (gpgsm_verify): Add hash debug helpersWerner Koch1-0/+6
2001-12-14* sign.c (get_default_signer): Use keydb_classify_name here.Werner Koch1-1/+9
2001-12-14Fixed test keyWerner Koch1-1/+1
2001-12-13Now that the DN encoding works more correct, we have to update theWerner Koch1-1/+1
2001-12-11Implemented encryption in server mode.Werner Koch1-2/+1
2001-12-05Started with decryption stuffWerner Koch1-3/+6
2001-11-27--armor does now produce PEM format.Werner Koch1-0/+6
2001-11-27* base64.c: New. Changed all other functions to use this insteadWerner Koch1-32/+5
2001-11-26* keydb.c (keydb_add_resource): Create keyboxWerner Koch1-4/+11
2001-11-24Added new directory common to enable sharing of some code and errorWerner Koch1-3/+3
2001-11-24Signing does now work. There is no secret key management yet, so youWerner Koch1-9/+12
2001-11-23Just a Backup. We can now write out a basic signature which in turnWerner Koch1-0/+356