Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed to GPLv3. | Werner Koch | 2007-07-04 | 1 | -4/+2 |
| | | | | | Removed intl/. | ||||
* | Fixes for CVE-2006-6235 | Werner Koch | 2006-12-06 | 1 | -17/+40 |
| | |||||
* | Collected fixes. | Werner Koch | 2006-11-05 | 1 | -1/+20 |
| | |||||
* | Fix for bug 537 | Werner Koch | 2006-10-02 | 1 | -2/+2 |
| | |||||
* | Take advantage of newer gpg-error features. | Werner Koch | 2006-09-14 | 1 | -2/+2 |
| | |||||
* | Merged recent changes from 1.4 | Werner Koch | 2006-04-28 | 1 | -18/+4 |
| | |||||
* | Continued with merging. | Werner Koch | 2006-04-19 | 1 | -12/+11 |
| | | | | | Still does not build. | ||||
* | Merged with gpg 1.4.3 code. | Werner Koch | 2006-04-19 | 1 | -192/+272 |
| | | | | | 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 |
| | |||||
* | * mdc.c (use_mdc): Simplified. | Timo Schulz | 2003-08-18 | 1 | -22/+19 |
| | |||||
* | 2003-08-18 Timo Schulz <[email protected]> | Timo Schulz | 2003-08-18 | 1 | -24/+27 |
| | | | | | | | | * encode.c (encode_sesskey): Checked the code and removed the warning since all compatibility checks with PGP succeeded. * mainproc.c (symkey_decrypt_sesskey): Better check for the algorithm and check the return values of some functions. | ||||
* | Finished the bulk of changes for gnupg 1.9. This included switching | Werner Koch | 2003-06-18 | 1 | -66/+72 |
| | | | | | | | | | | | 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/+811 |
| | | | | 'GNUPG-1-9-BRANCH'. | ||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2002-10-19 | 1 | -798/+0 |
| | | | | 'GNUPG-1-9-BRANCH'. | ||||
* | Cleanups and minor fixes. | Werner Koch | 2002-09-10 | 1 | -0/+6 |
| | |||||
* | * pkclist.c (do_we_trust_pre): Changed the wording of a warning. | Werner Koch | 2002-08-30 | 1 | -2/+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. | ||||
* | * getkey.c (get_user_id_native): Renamed to .. | Werner Koch | 2002-08-19 | 1 | -2/+2 |
| | | | | | | | | | | | | (get_user_id_printable): this. Filter out all dangerous characters. Checked all usages. (get_user_id_string_native): Renamed to.. (get_user_id_string_printable): this. Filter out all dangerous characters. Checked all usages. * keyedit.c (show_basic_key_info): New. * keylist.c (print_fingerprint): New mode 3. * import.c (import_one): Use new function to display the user ID. | ||||
* | * encode.c (encode_simple): Fix problem with using compression algo 2 and | David Shaw | 2002-08-13 | 1 | -24/+83 |
| | | | | | | | | | | | | | | | | | | symmetric compressed files. * encode.c (encode_simple, encode_crypt): If we are not using a MDC, compress even if a file is already compressed. This is to help against the chosen ciphertext attack. * pkclist.c (select_algo_from_prefs): Fix requested algorithm bug so the request succeeds even if the requested algorithm is not the first found. * cipher.c (write_header), encode.c (use_mdc, encode_simple, encode_crypt, encrypt_filter), g10.c (main): Be more eager to use a MDC. We use a MDC if the keys directly support it, if the keys list AES (any) or TWOFISH anywhere in the prefs, or if the cipher chosen does not have a 64 bit blocksize. | ||||
* | * options.h, g10.c (main), mainproc.c (proc_encrypted): --ignore-mdc-error | David Shaw | 2002-08-06 | 1 | -1/+1 |
| | | | | | option to turn a MDC check error into a warning. | ||||
* | * encode.c (encode_crypt), g10.c (main), sign.c (sign_file, | David Shaw | 2002-08-06 | 1 | -2/+14 |
| | | | | | | | | | clearsign_file): Use the same --pgpX warning string everywhere to ease translations. * encode.c (write_pubkey_enc_from_list): Warn when using --throw-keyid with --pgpX. Noted by Vedaal Nistar. | ||||
* | * encode.c (encode_symmetric): Do not use the new encryption code. | Werner Koch | 2002-07-01 | 1 | -1/+7 |
| | |||||
* | Update head to match stable 1.0 | David Shaw | 2002-06-29 | 1 | -178/+341 |
| | |||||
* | See ChangeLog: Wed Oct 4 13:16:18 CEST 2000 Werner Koch | Werner Koch | 2000-10-04 | 1 | -75/+60 |
| | |||||
* | See ChangeLog: Mon Sep 18 16:35:45 CEST 2000 Werner Koch | Werner Koch | 2000-09-18 | 1 | -0/+8 |
| | |||||
* | See ChangeLog: Mon Jul 31 10:04:47 CEST 2000 Werner Koch | Werner Koch | 2000-07-31 | 1 | -2/+2 |
| | |||||
* | See ChangeLog: Tue Jul 25 17:44:15 CEST 2000 Werner Koch | Werner Koch | 2000-07-25 | 1 | -7/+11 |
| | |||||
* | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 2000-07-14 | 1 | -4/+5 |
| | |||||
* | See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner Koch | Werner Koch | 2000-01-27 | 1 | -14/+14 |
| | |||||
* | See ChangeLog: Mon Jan 24 22:24:38 CET 2000 Werner Koch | Werner Koch | 2000-01-24 | 1 | -2/+48 |
| | |||||
* | See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner Koch | Werner Koch | 2000-01-24 | 1 | -21/+21 |
| | |||||
* | See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner Koch | Werner Koch | 1999-12-08 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Sat Nov 13 17:44:23 CET 1999 Werner Koch | Werner Koch | 1999-11-13 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner Koch | Werner Koch | 1999-10-26 | 1 | -2/+3 |
| | |||||
* | See ChangeLog: Wed Aug 4 10:34:46 CEST 1999 Werner KochV0-9-10 | Werner Koch | 1999-08-04 | 1 | -1/+2 |
| | |||||
* | See ChangeLog: Mon Jul 26 09:34:46 CEST 1999 Werner Koch | Werner Koch | 1999-07-26 | 1 | -47/+97 |
| | |||||
* | See ChangeLog: Thu Jul 1 12:47:31 CEST 1999 Werner Koch | Werner Koch | 1999-07-01 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Tue Jun 15 14:23:10 CEST 1999 Werner Koch | Werner Koch | 1999-06-15 | 1 | -0/+14 |
| | |||||
* | See ChangeLog: Mon May 17 21:54:43 CEST 1999 Werner Koch | Werner Koch | 1999-05-17 | 1 | -0/+1 |
| | |||||
* | See ChangeLog: Sat May 8 19:28:33 CEST 1999 Werner Koch | Werner Koch | 1999-05-08 | 1 | -189/+0 |
| | |||||
* | See ChangeLog: Mon Apr 26 17:48:15 CEST 1999 Werner Koch | Werner Koch | 1999-04-26 | 1 | -0/+192 |
| | |||||
* | See ChangeLog: Wed Mar 17 13:09:03 CET 1999 Werner Koch | Werner Koch | 1999-03-17 | 1 | -5/+15 |
| | |||||
* | See ChangeLog: Fri Feb 26 17:55:41 CET 1999 Werner Koch | Werner Koch | 1999-02-26 | 1 | -1/+7 |
| | |||||
* | See ChangeLog: Tue Dec 29 14:41:47 CET 1998 Werner Koch | Werner Koch | 1998-12-29 | 1 | -1/+1 |
| | |||||
* | See ChangeLog: Wed Dec 23 13:34:22 CET 1998 Werner Koch | Werner Koch | 1998-12-23 | 1 | -3/+3 |
| | |||||
* | See ChangeLog: Thu Dec 10 20:15:36 CET 1998 Werner Koch | Werner Koch | 1998-12-10 | 1 | -4/+5 |
| | |||||
* | Some bug fixes of the last release | Werner Koch | 1998-11-10 | 1 | -2/+2 |
| | |||||
* | some random changes | Werner Koch | 1998-10-25 | 1 | -2/+4 |
| | |||||
* | last local commit | Werner Koch | 1998-10-16 | 1 | -1/+4 |
| | |||||
* | *** empty log message *** | Werner Koch | 1998-09-28 | 1 | -7/+9 |
| | |||||
* | *** empty log message *** | Werner Koch | 1998-09-11 | 1 | -0/+1 |
| |