Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use inline functions to convert buffer data to scalars. | Werner Koch | 2015-02-12 | 1 | -19/+13 |
| | | | | | | | | | | | | | | | | * include/host2net.h (buf16_to_ulong, buf16_to_uint): New. (buf16_to_ushort, buf16_to_u16): New. (buf32_to_size_t, buf32_to_ulong, buf32_to_uint, buf32_to_u32): New. -- This fixes sign extension on shift problems. Hanno Böck found a case with an invalid read due to this problem. To fix that almost all uses of "<< 24" and "<< 8" are changed by this patch to use an inline function from host2net.h. (back ported from commit 2183683bd633818dd031b090b5530951de76f392) Signed-off-by: Werner Koch <[email protected]> | ||||
* | gpg: Show v3 key fingerprints as all zero. | Werner Koch | 2014-10-11 | 1 | -1/+1 |
| | | | | | | | | | | | * g10/keyid.c (fingerprint_from_pk): Show v3 fingerprints as all zero. -- MD5 is considered broken for a long time now. To make it easier for users to notice that a listing shows a v3 key, the fingerprint is now displayed as 16 zero bytes unless --allow-weak-digest-algos is active. Signed-off-by: Werner Koch <[email protected]> | ||||
* | Provide pubkey letters e and E | Werner Koch | 2011-07-01 | 1 | -20/+21 |
| | | | | | This is only to print those letters instead of a question mark. It does not mean ECC is or will be supported in this branch. | ||||
* | 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 |
| | |||||
* | cipher reorganisiert | Werner Koch | 1998-04-07 | 1 | -24/+0 |
| | |||||
* | release 0.2.14 | Werner Koch | 1998-04-02 | 1 | -6/+6 |
| | |||||
* | some cleanups | Werner Koch | 1998-03-19 | 1 | -9/+79 |
| | |||||
* | partial DSA support | Werner Koch | 1998-03-09 | 1 | -0/+113 |
| | |||||
* | Renamed to GNUPGV-0-2-8 | Werner Koch | 1998-02-24 | 1 | -4/+4 |
| | |||||
* | release 0.2.3 | Werner Koch | 1998-02-09 | 1 | -3/+7 |
| | |||||
* | added some trust model stuff | Werner Koch | 1998-01-16 | 1 | -1/+0 |
| |