summaryrefslogtreecommitdiffstats
path: root/pgppubring.c
AgeCommit message (Expand)Author
2022-01-29Fix argc==0 handling.Kevin McCarthy
2019-04-19Increase mutt_pgpring path size to silence warning.Kevin McCarthy
2019-01-04Clean up formatting.Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-31Remove trailing whitespace.Kevin McCarthy
2016-09-04Fix pgpring reporting of DSA and Elgamal key lengths. (closes #3867)Guilhem Moulin
2015-02-15Convert pgp_key_t fingerprint to a char* (see #3695)Kevin McCarthy
2011-05-23fix gcc 4.6 warning -Wunused-but-set-variable in pgppubring.cOlaf Hering
2009-03-15Use safe_fclose() instead of fclose(), add fclose() to check_sec.shRocco Rutte
2009-01-04Update copyrights. Closes #3016.Brendan Cully
2007-08-27Replace RFC md5 implementation with GPL version from coreutilsBrendan Cully
2005-10-21Full large file support. Keep a close watch on your mailboxes everyone!Brendan Cully
2005-09-17Gah, forgot the zip code when updating the FSF address...Brendan Cully
2005-09-17Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.Brendan Cully
2005-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
2003-05-13Currently, mutt uses the OpenPGP key algorithm to determine theDavid Shaw
2003-01-21- To cleanup the pgp/smime code and prepare for other backends.Werner Koch
2003-01-09Don't make a "hard" transition to the new GnuPG syntax in pgpring.Thomas Roessler
2003-01-09The latest GnuPG has new abilities to work with disabled keys. PartDavid Shaw
2002-12-10Replace safe_free calls by the FREE macro.Thomas Roessler
2002-12-07Fix a compilation warning.Paul Walker
2002-12-06Fixing a number of traditional malloc calls which have made theirThomas Roessler
2002-08-05Error handling fixes.Michael Elkins
2002-02-03Add a "-f" flag which helps to dump fingerprints. Contributed byThomas Roessler
2002-02-03Fix calculation of fingerprints (and key IDs) for type 20 ElGamalThomas Roessler
2001-07-03Don't sign-extend chars.Thomas Roessler
2001-06-26fixes.Thomas Roessler
2001-06-26Fix handling of revocation certificates.Thomas Roessler
2001-06-26Also dump revocations.Thomas Roessler
2001-06-26Add a very simple signature-dumping mode to pgpring. (Not neededThomas Roessler
2001-02-12Auto-detect the micalg used with PGP/MIME signatures.Thomas Roessler
2001-01-08Let check_sec.sh check for use of the unsafe malloc, realloc, free,Thomas Roessler
2000-09-26Replace the BSD-licensed sha-1 from SSLeay with a public domainThomas Roessler
2000-09-05Clean up some warning messages. From Bob Bell.Thomas Roessler
2000-05-09Edmund Grimley Evans' UTF-8 patch.Thomas Roessler
2000-04-22Comment cosmetics. From Martin Michlmayer.Thomas Roessler
2000-03-03The FSF apparently has moved.Thomas Roessler
2000-01-06Update copyright notices for unstable.Thomas Roessler
1999-11-22IMAP folder creation and deletion. From Brendan Cully.Thomas Roessler
1999-11-05preprocess out some unused strings.Thomas Roessler
1999-07-19Fix compilation problems with SunOS 4. From Lars Hecking.Thomas Roessler
1999-07-01Various patches from last week, including:Thomas Roessler
1999-06-08Portability patches for SunOS 4.1. From Lars Hecking.Thomas Roessler
1999-06-08- Add a $weed option.Thomas Roessler
1999-06-03Hardwire some mechanisms for finding secret and public key-rings.Thomas Roessler
1999-06-03Experimental: New PGP invocation interface. The invocations are doneThomas Roessler
1999-03-22PGP key creation time fix by Roland Rosenfeld.Thomas Roessler
1999-02-09browser.h: re-insert the "tagged" component.Thomas Roessler
1999-01-22Heavy hacking on mutt's pgp support. We no longer read the completeThomas Roessler
1999-01-20Add heavily improved debugging capabilities to the PGP code.Thomas Roessler