Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-04-20 | Generating an OpenPGP key cia gpg-agent basically works. | Werner Koch | 1 | -16/+14 | |
2009-06-05 | Add full Camellia support. | David Shaw | 1 | -6/+6 | |
* configure.ac: Remove Camellia restriction. * gpg.c (main), misc.c (openpgp_cipher_test_algo): Remove Camellia restriction. * misc.c (map_cipher_openpgp_to_gcry), main.h: Add macros for openpgp_cipher_open, openpgp_cipher_get_algo_keylen, and openpgp_cipher_get_algo_blklen to wrap around the corresponding gcry_* functions, but pass the algorithm number through map_cipher_openpgp_to_gcry. This is needed in case the gcry algorithm number doesn't match the OpenPGP number (c.f. Camellia). * encr-data.c, pubkey-enc.c, mainproc.c, cipher.c, encode.c, seskey.c, passphrase.c, seckey-cert.c: Use new openpgp_cipher_* macros here. | |||||
2008-09-29 | Remove hacks which are not anymore needed since we now require Libgcrypt 1.4 | Werner Koch | 1 | -4/+2 | |
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -4/+2 | |
Removed intl/. | |||||
2006-11-21 | No more warnings for AMD64 (at least when cross-compiling). Thus tehre is a | Werner Koch | 1 | -10/+10 | |
good chance that gpg2 will now work. Other cleanups. Updated gettext. | |||||
2006-10-05 | bug fixes | Werner Koch | 1 | -1/+3 | |
2006-06-30 | A couple of fixes. gpg2's key generation does now work. | Werner Koch | 1 | -3/+2 | |
2006-04-19 | Merged with gpg 1.4.3 code. | Werner Koch | 1 | -76/+117 | |
The gpg part does not yet build. | |||||
2006-03-30 | Update copyright | David Shaw | 1 | -1/+2 | |
2006-03-30 | * main.h, seskey.c (encode_md_value): Modify to allow a q size greater | David Shaw | 1 | -26/+66 | |
than 160 bits as per DSA2. This will allow us to verify and issue DSA2 signatures for some backwards compatibility once we start generating DSA2 keys. * sign.c (do_sign), sig-check.c (do_check): Change all callers. * sign.c (do_sign): Enforce the 160-bit check for new signatures here since encode_md_value can handle non-160-bit digests now. This will need to come out once the standard for DSA2 is firmed up. | |||||
2005-07-27 | Converted all m_free to xfree etc. | Werner Koch | 1 | -6/+6 | |
2005-05-31 | Updated FSF street address and preparations for a release candidate. | Werner Koch | 1 | -1/+2 | |
2004-08-19 | (encode_session_key): Changed the zero random byte | Werner Koch | 1 | -2/+5 | |
substituting code to actually do clever things. Thanks to Matthias Urlichs for noting the implementation problem. | |||||
2003-12-04 | * options.h, g10.c (main), main.h, seskey.c (do_encode_md, | David Shaw | 1 | -6/+6 | |
encode_md_value), sig-check.c (do_check), sign.c (do_sign): Remove --emulate-md-encode-bug as it only applied to Elgamal signatures, which are going away. | |||||
2003-11-21 | * seskey.c (do_encode_md): Comment about earlier (pre-PGP 2.3) encodings. | David Shaw | 1 | -1/+10 | |
* misc.c (compress_algo_to_string): Translate "Uncompressed". Requested by Tommi Vainikainen. (string_to_compress_algo): Include multi-string for "uncompressed|none". | |||||
2003-07-28 | Adjusted for use with current libgcrypt (1.1.42). | Werner Koch | 1 | -3/+3 | |
2003-07-03 | * options.h (DBG_CIPHER): Reintroduced it. | Werner Koch | 1 | -2/+6 | |
* seskey.c (encode_session_key): Debug output of the session key. * pubkey-enc.c (get_it): Handle card case. * call-agent.c (agent_scd_pkdecrypt): New. * pkglue.c (pk_encrypt): Add RSA support. * g10.c (main): Default to --use-agent. * keygen.c (show_smartcard): Print info about the public key. (check_smartcard): Check for existing key here. (gen_card_key): And not anymore here. (fpr_is_zero): New. (generate_keypair): Generate both keys for a card. (smartcard_change_url): Nw. | |||||
2003-07-01 | * app-openpgp.c (store_fpr): Fixed fingerprint calculation. | Werner Koch | 1 | -2/+4 | |
* 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. | |||||
2003-06-27 | Key generation and signing using the OpenPGP card does rudimentary work. | Werner Koch | 1 | -0/+5 | |
2003-06-18 | Finished the bulk of changes for gnupg 1.9. This included switching | Werner Koch | 1 | -65/+81 | |
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. | |||||
2002-06-29 | Update head to match stable 1.0 | David Shaw | 1 | -57/+47 | |
2000-07-14 | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 1 | -6/+14 | |
2000-01-31 | See ChangeLog: Mon Jan 31 16:37:34 CET 2000 Werner Koch | Werner Koch | 1 | -1/+0 | |
2000-01-24 | See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner Koch | Werner Koch | 1 | -19/+18 | |
1999-12-08 | See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner Koch | Werner Koch | 1 | -11/+7 | |
1999-11-13 | See ChangeLog: Sat Nov 13 17:44:23 CET 1999 Werner Koch | Werner Koch | 1 | -5/+5 | |
1999-10-26 | See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner Koch | Werner Koch | 1 | -20/+41 | |
1998-12-23 | See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch | Werner Koch | 1 | -3/+3 | |
1998-09-18 | . | Werner Koch | 1 | -0/+1 | |
1998-09-14 | New release | Werner Koch | 1 | -1/+19 | |
1998-08-08 | ready for a new release | Werner Koch | 1 | -0/+18 | |
1998-08-07 | chnages done at the train | Werner Koch | 1 | -7/+5 | |
1998-07-14 | sync | Werner Koch | 1 | -0/+1 | |
1998-06-15 | extensions are now working and fixed a lot of bugs | Werner Koch | 1 | -4/+16 | |
1998-05-04 | new releaseV0-2-17 | Werner Koch | 1 | -2/+2 | |
1998-04-30 | *** empty log message *** | Werner Koch | 1 | -14/+3 | |
1998-04-14 | applied Mathews typo and grammar fixes | Werner Koch | 1 | -3/+3 | |
1998-04-07 | cipher reorganisiert | Werner Koch | 1 | -0/+3 | |
1998-04-04 | cast5 does now work | Werner Koch | 1 | -0/+1 | |
1998-02-24 | Renamed to GNUPGV-0-2-8 | Werner Koch | 1 | -4/+4 | |
1998-02-16 | some import functionality | Werner Koch | 1 | -1/+2 | |
1998-02-12 | added zlib and reorgnaized some stuff | Werner Koch | 1 | -131/+48 | |
1998-02-11 | bug fixes | Werner Koch | 1 | -12/+18 | |
1998-01-16 | added some trust model stuff | Werner Koch | 1 | -8/+5 | |
1998-01-12 | started with trust stuff | Werner Koch | 1 | -9/+10 | |
1998-01-07 | patchlevel 2 | Werner Koch | 1 | -0/+4 | |
1997-12-31 | Sylvester Version | Werner Koch | 1 | -5/+49 | |
1997-12-16 | added some stuff for signing keys | Werner Koch | 1 | -1/+1 | |
1997-12-01 | List and check sigs works | Werner Koch | 1 | -0/+12 | |
1997-11-24 | ElGamal funktioniert und ist default | Werner Koch | 1 | -3/+44 | |