Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixed the ECC interface to Libgcrypt to be ABI compatible with the previous ↵ | Werner Koch | 2011-01-31 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | version. Quite some changes were needed but in the end we have less code than before. Instead of trying to do everything with MPIs and pass them back and forth between Libgcrypt and GnuPG, we know use the S-expression based interface and make heavy use of our opaque MPI feature. Encryption, decryption, signing and verification work with self-generared keys. Import and export does not yet work; thus it was not possible to check the test keys at https://sites.google.com/site/brainhub/pgpecckeys . | |||||
* | Function name cleanups | Werner Koch | 2011-01-26 | 1 | -0/+1 | |
| | | | | Also nuked some trailing spaces. | |||||
* | Remove cruft. | Werner Koch | 2010-10-21 | 1 | -2/+0 | |
| | | | | | Make --gen-revoke work | |||||
* | Make public key data structure easier to read. | Werner Koch | 2010-10-20 | 1 | -38/+51 | |
| | | | | | Check vor v1 card while signing. | |||||
* | Exporting secret keys via gpg-agent is now basically supported. | Werner Koch | 2010-10-01 | 1 | -6/+7 | |
| | | | | | | A couple of forward ported changes. Doc updates. | |||||
* | Removed more secret key related code. | Werner Koch | 2010-09-06 | 1 | -48/+39 | |
| | | | | | | It builds fine and passes some of the tests but there are quite some features which don't work yet. | |||||
* | Even less prompts for a new key now. | Werner Koch | 2010-09-01 | 1 | -1/+2 | |
| | ||||||
* | Re-indent and changed return type. | Werner Koch | 2010-04-21 | 1 | -2/+2 | |
| | ||||||
* | Generating an OpenPGP key cia gpg-agent basically works. | Werner Koch | 2010-04-20 | 1 | -4/+2 | |
| | ||||||
* | Merged jnlib into common. | Werner Koch | 2010-03-10 | 1 | -1/+1 | |
| | ||||||
* | Various changes to eventually support openpgp keys in pgp-agent. | Werner Koch | 2010-02-02 | 1 | -2/+2 | |
| | | | | | | Comment fixes. Minor chnages in preparation of a W32CE port. | |||||
* | Unification of the search descriptor usage. | Werner Koch | 2009-12-08 | 1 | -6/+12 | |
| | ||||||
* | Implement the server comamnd DECRYPT. | Werner Koch | 2009-10-02 | 1 | -2/+2 | |
| | | | | | | | Use int instead of gnupg_fd_t in the server. Comment fixes. Rename encr-data.c -> decrypt-data.c | |||||
* | Fix bug#1122. | Werner Koch | 2009-09-03 | 1 | -1/+1 | |
| | | | | | | Note that msgmerge 0.17 is completely broken as it always prepends a fuzzy null entry to all po files. | |||||
* | Changed to GPLv3. | Werner Koch | 2007-07-04 | 1 | -4/+2 | |
| | | | | | Removed intl/. | |||||
* | * packet.h, mainproc.c (reset_literals_seen): New function to reset | David Shaw | 2007-05-03 | 1 | -2/+3 | |
| | | | | | | | | | the literals count. * verify.c (verify_one_file), decrypt.c (decrypt_messages): Call it here so we allow multiple literals in --multifile mode (in different files - not concatenated together). | |||||
* | Started to code a --server mode. | Werner Koch | 2006-12-21 | 1 | -0/+1 | |
| | | | | | It is far from being ready! | |||||
* | Fix for bug 537 | Werner Koch | 2006-10-02 | 1 | -1/+1 | |
| | ||||||
* | Migrated more stuff to doc/ | Werner Koch | 2006-08-21 | 1 | -55/+1 | |
| | | | | | | | | Migrated the gpg regression tests. Some changes tp the gpg code to fix bugs and for the use in testing. make distcheck works now with gpg enabled. | |||||
* | Merged with gpg 1.4.3 code. | Werner Koch | 2006-04-19 | 1 | -74/+128 | |
| | | | | | The gpg part does not yet build. | |||||
* | Merged most of David Shaw's changes in 1.3 since 2003-06-03. | Werner Koch | 2003-09-23 | 1 | -4/+5 | |
| | ||||||
* | * app-openpgp.c (store_fpr): Fixed fingerprint calculation. | Werner Koch | 2003-07-01 | 1 | -1/+1 | |
| | | | | | | | | * keygen.c (gen_card_key): Obviously we should use the creation date received from SCDAEMON, so that the fingerprints will match. * sign.c (do_sign): Pass the serialno to the sign code. * keyid.c (serialno_and_fpr_from_sk): New. | |||||
* | Finished the bulk of changes for gnupg 1.9. This included switching | Werner Koch | 2003-06-18 | 1 | -29/+32 | |
| | | | | | | | | | | | 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. | |||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2003-06-05 | 1 | -0/+510 | |
| | | | | 'GNUPG-1-9-BRANCH'. | |||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2002-10-19 | 1 | -494/+0 | |
| | | | | 'GNUPG-1-9-BRANCH'. | |||||
* | * keylist.c (print_capabilities): Secret-parts-missing keys should show | David Shaw | 2002-10-03 | 1 | -0/+1 | |
| | | | | | | | | | that fact in the capabilities, and only primary signing keys can certify other keys. * packet.h, parse_packet.c (parse_key): Add is_primary flag for public keys (it already exists for secret keys). | |||||
* | Cleanups and minor fixes. | Werner Koch | 2002-09-10 | 1 | -1/+1 | |
| | ||||||
* | * packet.h, build-packet.c (build_attribute_subpkt), exec.c (expand_args), | David Shaw | 2002-07-01 | 1 | -3/+3 | |
| | | | | | | mkdtemp.c (mkdtemp), photoid.c (parse_image_header): Fix some signedness compiler warnings. | |||||
* | Update head to match stable 1.0 | David Shaw | 2002-06-29 | 1 | -71/+168 | |
| | ||||||
* | Add features packet and fixes MIPS3. | Werner Koch | 2000-10-11 | 1 | -0/+1 | |
| | ||||||
* | See ChangeLog: Fri Oct 6 14:29:16 CEST 2000 Werner Koch | Werner Koch | 2000-10-06 | 1 | -3/+4 | |
| | ||||||
* | See ChangeLog: Mon Sep 18 16:35:45 CEST 2000 Werner Koch | Werner Koch | 2000-09-18 | 1 | -1/+22 | |
| | ||||||
* | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 2000-07-14 | 1 | -6/+15 | |
| | ||||||
* | See ChangeLog: Mon Mar 13 19:22:46 CET 2000 Werner Koch | Werner Koch | 2000-03-13 | 1 | -0/+2 | |
| | ||||||
* | See ChangeLog: Mon Jan 31 16:37:34 CET 2000 Werner Koch | Werner Koch | 2000-01-31 | 1 | -1/+0 | |
| | ||||||
* | See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner Koch | Werner Koch | 2000-01-27 | 1 | -3/+3 | |
| | ||||||
* | See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner Koch | Werner Koch | 1999-12-08 | 1 | -2/+5 | |
| | ||||||
* | See ChangeLog: Sat Nov 13 17:44:23 CET 1999 Werner Koch | Werner Koch | 1999-11-13 | 1 | -4/+10 | |
| | ||||||
* | See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner Koch | Werner Koch | 1999-10-26 | 1 | -3/+3 | |
| | ||||||
* | See ChangeLog: Tue Aug 31 17:20:44 CEST 1999 Werner Koch | Werner Koch | 1999-08-31 | 1 | -1/+2 | |
| | ||||||
* | See ChangeLog: Thu Jul 8 16:21:27 CEST 1999 Werner Koch | Werner Koch | 1999-07-08 | 1 | -0/+5 | |
| | ||||||
* | See ChangeLog: Wed May 26 14:36:29 CEST 1999 Werner Koch | Werner Koch | 1999-05-26 | 1 | -3/+7 | |
| | ||||||
* | See ChangeLog: Mon May 17 21:54:43 CEST 1999 Werner Koch | Werner Koch | 1999-05-17 | 1 | -3/+6 | |
| | ||||||
* | See ChangeLog: Sat May 8 19:28:33 CEST 1999 Werner Koch | Werner Koch | 1999-05-08 | 1 | -1/+0 | |
| | ||||||
* | See ChangeLog: Mon Apr 26 17:48:15 CEST 1999 Werner Koch | Werner Koch | 1999-04-26 | 1 | -5/+7 | |
| | ||||||
* | See ChangeLog: Sun Apr 18 10:11:28 CEST 1999 Werner Koch | Werner Koch | 1999-04-18 | 1 | -1/+2 | |
| | ||||||
* | See ChangeLog: Thu Jan 7 18:00:58 CET 1999 Werner Koch | Werner Koch | 1999-01-07 | 1 | -0/+1 | |
| | ||||||
* | See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch | Werner Koch | 1998-12-23 | 1 | -3/+20 | |
| | ||||||
* | See ChangeLog: Mon Dec 14 21:18:49 CET 1998 Werner Koch | Werner Koch | 1998-12-14 | 1 | -0/+1 | |
| | ||||||
* | See ChangeLog: Tue Dec 8 13:15:16 CET 1998 Werner Koch | Werner Koch | 1998-12-08 | 1 | -1/+2 | |
| |