Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sample ECC keys and message do now work. | Werner Koch | 2011-02-02 | 1 | -43/+54 |
| | | | | | | | | Import and export of secret keys does now work. Encryption has been fixed to be compatible with the sample messages. This version tests for new Libgcrypt function and thus needs to be build with a new Libgcrypt installed. | ||||
* | Reworked the ECC changes to better fit into the Libgcrypt API. | Werner Koch | 2011-01-31 | 1 | -9/+12 |
| | | | | | See ChangeLog for details. Key generation, signing and verification works. Encryption does not yet work. Requires latest Libgcrypt changes. | ||||
* | Editorial changes and allow building with old libgcrypts. | Werner Koch | 2011-01-21 | 1 | -17/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed order of some conditional to make to put the special case into the true branch. Indentation changes. Minor other changes to make the ECC code more similar to the rest of our code. It builds but many sefltests still fail. Need to fix that before using it with an ECDH enabled libgcrypt. [/] 2011-01-21 Werner Koch <[email protected]> * configure.ac: Need Libgcrypt 1.4.6 due to AESWRAP. (HAVE_GCRY_PK_ECDH): Add new test. [agent/] 2011-01-21 Werner Koch <[email protected]> * cvt-openpgp.c (GCRY_PK_ECDH) [!HAVE_GCRY_PK_ECDH]: New. [include/] 2011-01-21 Werner Koch <[email protected]> * cipher.h (GCRY_PK_USAGE_CERT): Remove compatibility macros because we now require libgcrypt 1.4.6. (GCRY_PK_ECDH): Add replacement. | ||||
* | Integrating http://code.google.com/p/gnupg-ecc/source/detail?r=15 . | Andrey Jivsov | 2011-01-06 | 1 | -3/+23 |
| | | | | | | | | | | The following works: gpg2 --gen-key (ECC) gpg2 --list-keys gpg2 --list-packets ~/.gnupg/pubring.gpg gpg2 --list-packets <private key from http://sites.google.com/site/brainhub/pgpecckeys> ECDH doesn't work yet as the code must be re-written to adjust for gpg-agent refactoring. | ||||
* | Better support unsigned time_t | Werner Koch | 2010-10-27 | 1 | -6/+9 |
| | |||||
* | Make public key data structure easier to read. | Werner Koch | 2010-10-20 | 1 | -0/+4 |
| | | | | | Check vor v1 card while signing. | ||||
* | Exporting secret keys via gpg-agent is now basically supported. | Werner Koch | 2010-10-01 | 1 | -5/+9 |
| | | | | | | A couple of forward ported changes. Doc updates. | ||||
* | Removed more secret key related code. | Werner Koch | 2010-09-06 | 1 | -330/+122 |
| | | | | | | It builds fine and passes some of the tests but there are quite some features which don't work yet. | ||||
* | Import OpenPGP keys into the agent. | Werner Koch | 2010-08-31 | 1 | -12/+55 |
| | |||||
* | Generating an OpenPGP key cia gpg-agent basically works. | Werner Koch | 2010-04-20 | 1 | -1/+88 |
| | |||||
* | Make gpg not depend on the RIPE-MD160 implementaion in Libgcrypt. | Werner Koch | 2008-12-11 | 1 | -7/+6 |
| | | | | | Fix SIG_ID computation. | ||||
* | Made --fixed-list-mode obsolete. | Werner Koch | 2008-06-11 | 1 | -34/+25 |
| | |||||
* | Changed to GPLv3. | Werner Koch | 2007-07-04 | 1 | -4/+2 |
| | | | | | Removed intl/. | ||||
* | No more warnings for AMD64 (at least when cross-compiling). Thus tehre is a | Werner Koch | 2006-11-21 | 1 | -1/+2 |
| | | | | | | | good chance that gpg2 will now work. Other cleanups. Updated gettext. | ||||
* | Fixed v3 keyids. | Werner Koch | 2006-10-18 | 1 | -3/+5 |
| | |||||
* | With --enable-gpg the keyservers are now build and a first test using gpg2 | Werner Koch | 2006-08-16 | 1 | -0/+25 |
| | | | | | shows no prblems. Needs more testing of course. | ||||
* | Still making gpg2 work. | Werner Koch | 2006-05-24 | 1 | -5/+1 |
| | | | | | At least the keyids are now correctly computed again. | ||||
* | Merged with gpg 1.4.3 code. | Werner Koch | 2006-04-19 | 1 | -235/+444 |
| | | | | | The gpg part does not yet build. | ||||
* | Adjusted for use with current libgcrypt (1.1.42). | Werner Koch | 2003-07-28 | 1 | -12/+14 |
| | |||||
* | * keygen.c (generate_keypair): Create an AUTHKEYTYPE entry for cards. | Werner Koch | 2003-07-23 | 1 | -1/+1 |
| | | | | | | (do_generate_keypair): Abd generate the authkey. (check_smartcard): Changed menu accordingly. | ||||
* | * export.c (parse_export_options): New option sexp-format. | Werner Koch | 2003-07-16 | 1 | -0/+1 |
| | | | | | | | | | (export_seckeys,export_secsubkeys): Check sexp-format option. (do_export): Ignore armor for sexp format. (do_export_stream): Handle sexp-format. (write_sexp_line,write_sexp_keyparm, build_sexp_seckey): New. (build_sexp): New. | ||||
* | * app-openpgp.c (store_fpr): Fixed fingerprint calculation. | Werner Koch | 2003-07-01 | 1 | -1/+29 |
| | | | | | | | | * 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. | ||||
* | Fixes to the libgcrypt switch. Basically works now. | Werner Koch | 2003-06-23 | 1 | -6/+4 |
| | |||||
* | Finished the bulk of changes for gnupg 1.9. This included switching | Werner Koch | 2003-06-18 | 1 | -73/+135 |
| | | | | | | | | | | | 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/+518 |
| | | | | 'GNUPG-1-9-BRANCH'. | ||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2002-10-19 | 1 | -502/+0 |
| | | | | 'GNUPG-1-9-BRANCH'. | ||||
* | Update head to match stable 1.0 | David Shaw | 2002-06-29 | 1 | -249/+187 |
| | |||||
* | See ChangeLog: Fri Oct 6 14:29:16 CEST 2000 Werner Koch | Werner Koch | 2000-10-06 | 1 | -0/+65 |
| | |||||
* | See ChangeLog: Wed Oct 4 13:16:18 CEST 2000 Werner Koch | Werner Koch | 2000-10-04 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Mon Sep 18 16:35:45 CEST 2000 Werner Koch | Werner Koch | 2000-09-18 | 1 | -1/+9 |
| | |||||
* | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 2000-07-14 | 1 | -4/+6 |
| | |||||
* | See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner Koch | Werner Koch | 2000-01-24 | 1 | -22/+19 |
| | |||||
* | See ChangeLog: Fri Dec 31 12:48:31 CET 1999 Werner Koch | Werner Koch | 1999-12-31 | 1 | -26/+81 |
| | |||||
* | See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner Koch | Werner Koch | 1999-12-08 | 1 | -4/+4 |
| | |||||
* | See ChangeLog: Sat Nov 13 17:44:23 CET 1999 Werner Koch | Werner Koch | 1999-11-13 | 1 | -9/+9 |
| | |||||
* | See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner Koch | Werner Koch | 1999-10-26 | 1 | -48/+55 |
| | |||||
* | See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch | Werner Koch | 1998-12-23 | 1 | -3/+3 |
| | |||||
* | Expiration time works (I hope so) | Werner Koch | 1998-11-20 | 1 | -1/+1 |
| | |||||
* | last local commit | Werner Koch | 1998-10-16 | 1 | -6/+11 |
| | |||||
* | backup | Werner Koch | 1998-10-12 | 1 | -1/+1 |
| | |||||
* | bug fix releaseV0-3-4 | Werner Koch | 1998-08-11 | 1 | -1/+1 |
| | |||||
* | edit-key is now complete | Werner Koch | 1998-07-29 | 1 | -0/+31 |
| | |||||
* | changed trustdb design | Werner Koch | 1998-07-21 | 1 | -0/+37 |
| | |||||
* | sync | Werner Koch | 1998-07-14 | 1 | -9/+15 |
| | |||||
* | fixed severe exploitV0-3-2 | Werner Koch | 1998-07-09 | 1 | -1/+10 |
| | |||||
* | partly added creation of OP partial length headers | Werner Koch | 1998-07-02 | 1 | -14/+20 |
| | |||||
* | textual changes | Werner Koch | 1998-06-29 | 1 | -55/+53 |
| | |||||
* | a whole bunch of internal cleanups | Werner Koch | 1998-06-13 | 1 | -266/+89 |
| | |||||
* | new releaseV0-2-17 | Werner Koch | 1998-05-04 | 1 | -12/+13 |
| | |||||
* | test release | Werner Koch | 1998-04-08 | 1 | -8/+8 |
| |