Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix bug #931 | Werner Koch | 2008-09-25 | 1 | -16/+26 | |
| | ||||||
* | Adjust for the changed Camellia draft. | Werner Koch | 2008-04-18 | 1 | -10/+4 | |
| | | | | | | W32 gettext changes. Comment and typo fixes. | |||||
* | Fix bug 894. | Werner Koch | 2008-03-25 | 1 | -1/+2 | |
| | | | | | | Change default keyserver. Allow key protection with Camellia. | |||||
* | Support DSA2. | Werner Koch | 2007-12-12 | 1 | -2/+4 | |
| | | | | | | Support Camellia for testing. More audit stuff. | |||||
* | Changed to GPLv3. | Werner Koch | 2007-07-04 | 1 | -4/+2 | |
| | | | | | Removed intl/. | |||||
* | * parse-packet.c (parse_marker): New. Enforce that the marker | David Shaw | 2007-04-06 | 1 | -22/+58 | |
| | | | | | | contains 'P', 'G', 'P', and nothing but. (parse): Call it here. (skip_packet): No longer need to handle marker packets here. | |||||
* | From STABLE-BRANCH-1-4 | David Shaw | 2007-03-10 | 1 | -1/+1 | |
| | | | | | | | | * parse-packet.c (parse_signature): It's hex. * getkey.c (merge_selfsigs_subkey): Avoid listing the contents of a backsig when list mode is on. Noted by Timo Schulz. | |||||
* | Fix for Debian bug 402592 | Werner Koch | 2007-02-04 | 1 | -3/+13 | |
| | ||||||
* | * parse-packet.c (read_protected_v3_mpi): Make sure to stop | Werner Koch | 2007-01-15 | 1 | -2/+2 | |
| | | | | | | | | reading even for corrupted packets. * keygen.c (generate_user_id): Need to allocate one byte more. Reported by Felix von Leitner. | |||||
* | Fixed that nasty 64 bit but. | Werner Koch | 2006-11-10 | 1 | -10/+10 | |
| | ||||||
* | * parse-packet.c (parse_symkeyenc): Show the unpacked as well as the | David Shaw | 2006-10-13 | 1 | -1/+3 | |
| | | | | | | | | | packed s2k iteration count. * main.h, options.h, gpg.c (encode_s2k_iterations, main), passphrase.c (hash_passphrase): Add --s2k-count option to specify the number of s2k hash iterations. | |||||
* | Fix for bug 537 | Werner Koch | 2006-10-02 | 1 | -1/+4 | |
| | ||||||
* | Preparing a new releasegnupg-1.9.22 | Werner Koch | 2006-07-27 | 1 | -0/+14 | |
| | ||||||
* | A couple of fixes. gpg2's key generation does now work. | Werner Koch | 2006-06-30 | 1 | -9/+13 | |
| | ||||||
* | Ported patches from 1.4.x | Werner Koch | 2006-06-27 | 1 | -7/+31 | |
| | ||||||
* | Continued with merging. | Werner Koch | 2006-04-19 | 1 | -4/+3 | |
| | | | | | Still does not build. | |||||
* | Merged with gpg 1.4.3 code. | Werner Koch | 2006-04-19 | 1 | -503/+598 | |
| | | | | | 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 | -19/+46 | |
| | ||||||
* | * gpgsm.c (main): Add secmem features and set the random seed file. | Werner Koch | 2003-07-29 | 1 | -9/+11 | |
| | | | | | | | | | | | | (gpgsm_exit): Update the random seed file and enable debug output. * g10.c (main): Add secmem features and set the random seed file. (g10_exit): Update the random seed file. * parse-packet.c (parse_signature,read_protected_v3_mpi) (parse_key): Fixed use of mpi_set_opaque. * keygen.c (gen_card_key): Ditto. | |||||
* | * app-openpgp.c (store_fpr): Fixed fingerprint calculation. | Werner Koch | 2003-07-01 | 1 | -15/+8 | |
| | | | | | | | | * 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. | |||||
* | Key generation and signing using the OpenPGP card does rudimentary work. | Werner Koch | 2003-06-27 | 1 | -1/+31 | |
| | ||||||
* | Finished the bulk of changes for gnupg 1.9. This included switching | Werner Koch | 2003-06-18 | 1 | -130/+129 | |
| | | | | | | | | | | | 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/+2281 | |
| | | | | 'GNUPG-1-9-BRANCH'. | |||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2002-10-19 | 1 | -2260/+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). | |||||
* | * import.c (import_secret_one): Check for an illegal (>110) protection | David Shaw | 2002-10-02 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | cipher when importing a secret key. * keylist.c (list_keyblock_print): Show a '#' for a secret-parts-missing key. * parse_packet.c (parse_key): Some comments. * revoke.c (gen_revoke): Remove some debugging code. * trustdb.c (verify_own_keys): Make trusted-key a non-deprecated option again. * seckey-cert.c (do_check): Don't give the IDEA warning unless the cipher in question is in fact IDEA. | |||||
* | comment type fix | Werner Koch | 2002-09-20 | 1 | -1/+1 | |
| | ||||||
* | * g10.c, options.h: Removed option --emulate-checksum-bug. | Werner Koch | 2002-09-11 | 1 | -12/+61 | |
| | | | | | | | | | | | | | | | * misc.c (checksum_u16_nobug): Removed. (checksum_u16): Removed the bug emulation. (checksum_mpi): Ditto. (checksum_mpi_counted_nbits): Removed and replaced all calls with checksum_mpi. * parse-packet.c (read_protected_v3_mpi): New. (parse_key): Use it here to store it as an opaque MPI. * seckey-cert.c (do_check): Changed the v3 unprotection to the new why to store these keys. (protect_secret_key): Likewise. * build-packet.c (do_secret_key): And changed the writing. | |||||
* | Cleanups and minor fixes. | Werner Koch | 2002-09-10 | 1 | -4/+8 | |
| | ||||||
* | * pkclist.c (do_we_trust_pre): Changed the wording of a warning. | Werner Koch | 2002-08-30 | 1 | -34/+42 | |
| | | | | | | | | | | | | | | | | * encode.c (encode_simple,encode_crypt): Use new style CTB for compressssed packets when using MDC. We need to do this so that concatenated messages are properly decrypted. Old style compression assumes that it is the last packet; given that we can't determine the length in advance, the uncompressor does not know where to start. Actually we should use the new CTB always but this would break PGP 2 compatibility. * parse-packet.c (parse): Special treatment for new style CTB compressed packets. * build-packet.c (do_mdc): Removed. Was not used. (do_encrypted_mdc): Count the version number and the MDC packet. | |||||
* | * options.skel: Fix a few typos, clarify "group", and remove sample photo | David Shaw | 2002-07-01 | 1 | -1/+2 | |
| | | | | | | | | viewers for Win32 since they are the defaults now. * parse-packet.c (make_attribute_uidname), keylist.c (dump_attribs): Fix two typecast warnings. | |||||
* | Update head to match stable 1.0 | David Shaw | 2002-06-29 | 1 | -179/+569 | |
| | ||||||
* | Add features packet and fixes MIPS3. | Werner Koch | 2000-10-11 | 1 | -1/+8 | |
| | ||||||
* | See ChangeLog: Fri Oct 6 14:29:16 CEST 2000 Werner Koch | Werner Koch | 2000-10-06 | 1 | -4/+6 | |
| | ||||||
* | See ChangeLog: Mon Sep 18 16:35:45 CEST 2000 Werner Koch | Werner Koch | 2000-09-18 | 1 | -7/+37 | |
| | ||||||
* | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 2000-07-14 | 1 | -19/+117 | |
| | ||||||
* | 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 | -19/+19 | |
| | ||||||
* | See ChangeLog: Mon Jan 24 22:24:38 CET 2000 Werner Koch | Werner Koch | 2000-01-24 | 1 | -2/+3 | |
| | ||||||
* | See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner Koch | Werner Koch | 2000-01-24 | 1 | -16/+16 | |
| | ||||||
* | See ChangeLog: Fri Dec 31 12:48:31 CET 1999 Werner Koch | Werner Koch | 1999-12-31 | 1 | -1/+1 | |
| | ||||||
* | See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner Koch | Werner Koch | 1999-12-08 | 1 | -16/+16 | |
| | ||||||
* | See ChangeLog: Wed Sep 1 15:30:44 CEST 1999 Werner Koch | Werner Koch | 1999-09-01 | 1 | -4/+4 | |
| | ||||||
* | See ChangeLog: Wed Aug 4 10:34:46 CEST 1999 Werner KochV0-9-10 | Werner Koch | 1999-08-04 | 1 | -1/+8 | |
| | ||||||
* | See ChangeLog: Thu Jul 8 16:21:27 CEST 1999 Werner Koch | Werner Koch | 1999-07-08 | 1 | -4/+7 | |
| | ||||||
* | See ChangeLog: Sat Jun 26 12:15:59 CEST 1999 Werner Koch | Werner Koch | 1999-06-26 | 1 | -1/+3 | |
| | ||||||
* | See ChangeLog: Tue Jun 15 14:23:10 CEST 1999 Werner Koch | Werner Koch | 1999-06-15 | 1 | -1/+1 | |
| | ||||||
* | See ChangeLog: Wed May 26 14:36:29 CEST 1999 Werner Koch | Werner Koch | 1999-05-26 | 1 | -7/+55 | |
| | ||||||
* | See ChangeLog: Tue May 25 19:50:32 CEST 1999 Werner Koch | Werner Koch | 1999-05-25 | 1 | -1/+26 | |
| | ||||||
* | See ChangeLog: Mon May 17 21:54:43 CEST 1999 Werner Koch | Werner Koch | 1999-05-17 | 1 | -5/+25 | |
| |