Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed to GPLv3. | Werner Koch | 2007-07-04 | 1 | -4/+2 |
| | | | | | Removed intl/. | ||||
* | * build-packet.c (mpi_write): Made buffer a bit larger. Reported | Werner Koch | 2007-04-16 | 1 | -2/+2 |
| | | | | | by Alexander Feigl. | ||||
* | Fixed a bug with very long keys. | Werner Koch | 2006-10-18 | 1 | -212/+251 |
| | |||||
* | Ported patches from 1.4.x | Werner Koch | 2006-06-27 | 1 | -1/+2 |
| | |||||
* | Merged with gpg 1.4.3 code. | Werner Koch | 2006-04-19 | 1 | -256/+373 |
| | | | | | 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 | -0/+4 |
| | |||||
* | * app-openpgp.c (store_fpr): Fixed fingerprint calculation. | Werner Koch | 2003-07-01 | 1 | -3/+6 |
| | | | | | | | | * 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 | -2/+8 |
| | |||||
* | Finished the bulk of changes for gnupg 1.9. This included switching | Werner Koch | 2003-06-18 | 1 | -105/+99 |
| | | | | | | | | | | | 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/+1196 |
| | | | | 'GNUPG-1-9-BRANCH'. | ||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2002-10-19 | 1 | -1167/+0 |
| | | | | 'GNUPG-1-9-BRANCH'. | ||||
* | * g10.c, options.h: Removed option --emulate-checksum-bug. | Werner Koch | 2002-09-11 | 1 | -2/+14 |
| | | | | | | | | | | | | | | | * 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. | ||||
* | * pkclist.c (do_we_trust_pre): Changed the wording of a warning. | Werner Koch | 2002-08-30 | 1 | -17/+8 |
| | | | | | | | | | | | | | | | | * 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.h, main.h, export.c (parse_export_options, do_export_stream), | David Shaw | 2002-07-22 | 1 | -1/+3 |
| | | | | | | | | | | | | | | g10.c (main): add new --export-options option. Current flags are "include-non-rfc", "include-local-sigs", "include-attributes", and "include-sensitive-revkeys". * options.h, hkp.c (hkp_export), keyserver.c (parse_keyserver_options, keyserver_spawn): try passing unknown keyserver options to export options, and if successful, use them when doing a keyserver --send-key. * build-packet.c (build_sig_subpkt): We do not generate SIGSUBPKT_PRIV_VERIFY_CACHE anymore. | ||||
* | * packet.h, build-packet.c (build_attribute_subpkt), exec.c (expand_args), | David Shaw | 2002-07-01 | 1 | -3/+4 |
| | | | | | | 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 | -157/+280 |
| | |||||
* | Add features packet and fixes MIPS3. | Werner Koch | 2000-10-11 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Mon Sep 18 16:35:45 CEST 2000 Werner Koch | Werner Koch | 2000-09-18 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 2000-07-14 | 1 | -23/+65 |
| | |||||
* | See ChangeLog: Thu May 25 18:39:11 CEST 2000 Werner Koch | Werner Koch | 2000-05-25 | 1 | -1/+2 |
| | |||||
* | See ChangeLog: Mon Mar 13 19:22:46 CET 2000 Werner Koch | Werner Koch | 2000-03-13 | 1 | -0/+1 |
| | |||||
* | 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 | -11/+11 |
| | |||||
* | See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner Koch | Werner Koch | 2000-01-24 | 1 | -7/+7 |
| | |||||
* | See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner Koch | Werner Koch | 1999-12-08 | 1 | -9/+9 |
| | |||||
* | See ChangeLog: Sat Nov 13 17:44:23 CET 1999 Werner Koch | Werner Koch | 1999-11-13 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner Koch | Werner Koch | 1999-10-26 | 1 | -5/+5 |
| | |||||
* | See ChangeLog: Thu Jul 8 16:21:27 CEST 1999 Werner Koch | Werner Koch | 1999-07-08 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Mon May 31 19:41:10 CEST 1999 Werner Koch | Werner Koch | 1999-05-31 | 1 | -2/+0 |
| | |||||
* | See ChangeLog: Wed May 26 14:36:29 CEST 1999 Werner Koch | Werner Koch | 1999-05-26 | 1 | -13/+43 |
| | |||||
* | See ChangeLog: Tue May 25 19:50:32 CEST 1999 Werner Koch | Werner Koch | 1999-05-25 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Mon May 17 21:54:43 CEST 1999 Werner Koch | Werner Koch | 1999-05-17 | 1 | -2/+26 |
| | |||||
* | See ChangeLog: Sat May 8 19:28:33 CEST 1999 Werner Koch | Werner Koch | 1999-05-08 | 1 | -15/+8 |
| | |||||
* | See ChangeLog: Thu May 6 14:18:17 CEST 1999 Werner Koch | Werner Koch | 1999-05-06 | 1 | -28/+32 |
| | |||||
* | See ChangeLog: Mon Apr 26 17:48:15 CEST 1999 Werner Koch | Werner Koch | 1999-04-26 | 1 | -3/+9 |
| | |||||
* | See ChangeLog: Sun Apr 18 10:11:28 CEST 1999 Werner Koch | Werner Koch | 1999-04-18 | 1 | -2/+2 |
| | |||||
* | See ChangeLog: Tue Apr 6 19:58:12 CEST 1999 Werner Koch | Werner Koch | 1999-04-06 | 1 | -0/+34 |
| | |||||
* | See ChangeLog: Thu Mar 11 16:39:46 CET 1999 Werner Koch | Werner Koch | 1999-03-11 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner Koch | Werner Koch | 1999-02-16 | 1 | -11/+11 |
| | |||||
* | See ChangeLog: Sat Jan 9 16:02:23 CET 1999 Werner Koch | Werner Koch | 1999-01-09 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch | Werner Koch | 1998-12-23 | 1 | -3/+3 |
| | |||||
* | Snapshot release 0.4.2V0-4-2 | Werner Koch | 1998-10-18 | 1 | -1/+1 |
| | |||||
* | last local commit | Werner Koch | 1998-10-16 | 1 | -4/+16 |
| | |||||
* | *** empty log message *** | Werner Koch | 1998-09-11 | 1 | -9/+27 |
| | |||||
* | bug fix releaseV0-3-4 | Werner Koch | 1998-08-11 | 1 | -1/+2 |
| | |||||
* | ready for a new release | Werner Koch | 1998-08-08 | 1 | -3/+5 |
| | |||||
* | intermediate check in | Werner Koch | 1998-08-05 | 1 | -10/+16 |
| | |||||
* | edit-key is now complete | Werner Koch | 1998-07-29 | 1 | -1/+17 |
| | |||||
* | intermediate release | Werner Koch | 1998-07-06 | 1 | -1/+1 |
| | |||||
* | partly added creation of OP partial length headers | Werner Koch | 1998-07-02 | 1 | -5/+39 |
| |