aboutsummaryrefslogtreecommitdiffstats
path: root/sm/fingerprint.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-07Remove -I option to common.NIIBE Yutaka1-1/+1
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-01-07sm: Avoid warnings about useless assignments.Werner Koch1-1/+0
2015-02-11Use inline functions to convert buffer data to scalars.Werner Koch1-8/+5
2014-11-05Avoid sign extension when shifting the MSB.Werner Koch1-2/+8
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-12/+8
2009-03-25Print NO_SECKEY status line in gpgsm.Werner Koch1-2/+5
2009-03-06New gpg-agent command to list key information.Werner Koch1-2/+2
2009-01-08Fix error detectionWerner Koch1-6/+8
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
2007-03-20kbx/Werner Koch1-14/+26
2006-12-182006-12-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+1
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2005-07-27Removed directories which are only used by the 1.9 branchWerner Koch1-271/+0
2005-07-19(gpgsm_get_certid): Cast printf arg to unsigned.Werner Koch1-3/+1
2005-06-16gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch1-8/+9
2004-05-11* sign.c (gpgsm_sign): Include the error source in the final errorWerner Koch1-0/+60
2004-04-07* gpgsm.c: New option --force-crl-refresh.Werner Koch1-1/+1
2003-12-17Replaced deprecated type names.Werner Koch1-9/+9
2003-11-12Mainly changes to adjust for the changed KSBA API.Werner Koch1-2/+2
2003-08-05This commit was manufactured by cvs2svn to create branchRepo Admin1-0/+271
2003-06-27Key generation and signing using the OpenPGP card does rudimentary work.Werner Koch1-8/+8
2003-06-03Make use of libgpg-errorWerner Koch1-1/+1
2002-10-19This commit was manufactured by cvs2svn to create branchRepo Admin1-271/+0
2002-08-10* keylist.c (list_cert_colon): Print the short fingerprint in theWerner Koch1-1/+12
2002-07-22* delete.c: New.Werner Koch1-1/+1
2002-01-13* fingerprint.c (gpgsm_get_certid): Print the serialand not theWerner Koch1-1/+1
2002-01-11* call-dirmngr.c: New.Werner Koch1-0/+67
2002-01-10* base64.c (gpgsm_create_writer): Allow to set the object nameWerner Koch1-0/+4
2001-12-18Changes to be used with the new libksba interface.Werner Koch1-16/+19
2001-12-15* decrypt.c (gpgsm_decrypt): Write STATUS_DECRYPTION_*.Werner Koch1-1/+1
2001-12-05Started with decryption stuffWerner Koch1-1/+3
2001-11-24Introduced the keygripWerner Koch1-0/+57
2001-11-19Added basic code for keylisting.Werner Koch1-1/+1
2001-11-19Write status output, make verify work in server mode.Werner Koch1-0/+23
2001-11-13We have reached a state where we are able to import certs andWerner Koch1-0/+104