Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generate the ChangeLog from commit logs. | Werner Koch | 2011-12-01 | 1 | -444/+0 |
| | | | | | | | | | | | | | * scripts/gitlog-to-changelog: New script. Taken from gnulib. * scripts/git-log-fix: New file. * scripts/git-log-footer: New file. * doc/HACKING: Describe the ChangeLog policy * ChangeLog: New file. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. Rename all ChangeLog files to ChangeLog-2011. | ||||
* | Nuked almost all trailing white space.post-nuke-of-trailing-ws | Werner Koch | 2011-02-04 | 1 | -5/+3 |
| | | | | | | | | We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again. | ||||
* | Sample ECC keys and message do now work. | Werner Koch | 2011-02-02 | 1 | -0/+5 |
| | | | | | | | | Import and export of secret keys does now work. Encryption has been fixed to be compatible with the sample messages. This version tests for new Libgcrypt function and thus needs to be build with a new Libgcrypt installed. | ||||
* | Make most of the selftests work. | Werner Koch | 2011-01-21 | 1 | -1/+1 |
| | | | | | Note that there is still a problem with tests/openpgp/sigs.test while using the option --digest-algo SHA256. | ||||
* | Editorial changes and allow building with old libgcrypts. | Werner Koch | 2011-01-21 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed order of some conditional to make to put the special case into the true branch. Indentation changes. Minor other changes to make the ECC code more similar to the rest of our code. It builds but many sefltests still fail. Need to fix that before using it with an ECDH enabled libgcrypt. [/] 2011-01-21 Werner Koch <[email protected]> * configure.ac: Need Libgcrypt 1.4.6 due to AESWRAP. (HAVE_GCRY_PK_ECDH): Add new test. [agent/] 2011-01-21 Werner Koch <[email protected]> * cvt-openpgp.c (GCRY_PK_ECDH) [!HAVE_GCRY_PK_ECDH]: New. [include/] 2011-01-21 Werner Koch <[email protected]> * cipher.h (GCRY_PK_USAGE_CERT): Remove compatibility macros because we now require libgcrypt 1.4.6. (GCRY_PK_ECDH): Add replacement. | ||||
* | 2009-08-20 Daiki Ueno <[email protected]> | Werner Koch | 2009-08-20 | 1 | -0/+4 |
| | | | | | | | | | * mainproc.c (proc_encrypted): Clear passphrase cached with S2K cache ID if decryption failed. * passphrase.c (passphrase_to_dek_ext): Set dek->s2k_cacheid. * gpgv.c (passphrase_clear_cache): New stub. | ||||
* | Adjust for the changed Camellia draft. | Werner Koch | 2008-04-18 | 1 | -0/+5 |
| | | | | | | W32 gettext changes. Comment and typo fixes. | ||||
* | Support DSA2. | Werner Koch | 2007-12-12 | 1 | -0/+4 |
| | | | | | | Support Camellia for testing. More audit stuff. | ||||
* | Cleanups. | Werner Koch | 2006-09-20 | 1 | -0/+6 |
| | |||||
* | With --enable-gpg the keyservers are now build and a first test using gpg2 | Werner Koch | 2006-08-16 | 1 | -0/+5 |
| | | | | | shows no prblems. Needs more testing of course. | ||||
* | Fix for sanitize string. Added SHA224 | Werner Koch | 2006-04-28 | 1 | -0/+4 |
| | |||||
* | Merged with gpg 1.4.3 code. | Werner Koch | 2006-04-19 | 1 | -0/+4 |
| | | | | | 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/+11 |
| | |||||
* | * keygen.c (do_add_key_flags, parse_parameter_usage) | Werner Koch | 2003-09-05 | 1 | -0/+4 |
| | | | | | | | | (do_generate_keypair): Add support the proposed AUTH key flag. * getkey.c (fixup_uidnode, merge_selfsigs_main) (merge_selfsigs_subkey, premerge_public_with_secret): Ditto. * keylist.c (print_capabilities): Ditto. | ||||
* | * cipher.h (DBG_CIPHER,g10c_debug_mode): Removed. | Werner Koch | 2003-07-03 | 1 | -1/+4 |
| | |||||
* | Finished the bulk of changes for gnupg 1.9. This included switching | Werner Koch | 2003-06-18 | 1 | -0/+12 |
| | | | | | | | | | | | 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/+373 |
| | | | | 'GNUPG-1-9-BRANCH'. | ||||
* | This commit was manufactured by cvs2svn to create branch | Repo Admin | 2002-10-19 | 1 | -310/+0 |
| | | | | 'GNUPG-1-9-BRANCH'. | ||||
* | * keyserver.h: Go to KEYSERVER_PROTO_VERSION 1. | David Shaw | 2002-10-14 | 1 | -0/+4 |
| | |||||
* | * keyserver.h: Add new error code KEYSERVER_UNREACHABLE. | David Shaw | 2002-10-09 | 1 | -0/+4 |
| | |||||
* | * util.h: Add new log_warning logger command which can be switched between | David Shaw | 2002-10-03 | 1 | -0/+5 |
| | | | | | log_info and log_error via log_set_strict. | ||||
* | * keyserver.h: Add some new error codes for better GPA support. | David Shaw | 2002-09-24 | 1 | -0/+4 |
| | |||||
* | * mpi-bit.c (mpi_normalize): Replaced the check for protected byV1-2-5V1-2-4V1-2-3RC-1-2-5rc2RC-1-2-5rc1RC-1-2-4rc1RC-1-2-3rc2RC-1-2-3rc1 | Werner Koch | 2002-09-11 | 1 | -0/+6 |
| | | | | | | | | is_opaque. (mpi_get_nbits): Removed the special case for protected MPIs. * mpicoder.c (do_get_buffer): Likewise. (mpi_print): Removed the nbit_info printing. | ||||
* | * cipher.h: Add AES aliases for RIJNDAEL algo numbers. | David Shaw | 2002-08-13 | 1 | -0/+4 |
| | |||||
* | * cipher.h: Add md_algo_present(). | David Shaw | 2002-08-07 | 1 | -0/+4 |
| | |||||
* | tidying up RISC OS stuff | Stefan Bellon | 2002-08-06 | 1 | -0/+4 |
| | |||||
* | Update head to match stable 1.0 | David Shaw | 2002-06-29 | 1 | -19/+155 |
| | |||||
* | See ChangeLog: Fri Aug 18 14:27:14 CEST 2000 Werner Koch | Werner Koch | 2000-08-18 | 1 | -4/+8 |
| | |||||
* | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 2000-07-14 | 1 | -0/+10 |
| | |||||
* | See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner Koch | Werner Koch | 2000-01-27 | 1 | -0/+4 |
| | |||||
* | See ChangeLog: Mon Jan 24 13:04:28 CET 2000 Werner Koch | Werner Koch | 2000-01-24 | 1 | -0/+4 |
| | |||||
* | See ChangeLog: Fri Dec 31 12:48:31 CET 1999 Werner Koch | Werner Koch | 1999-12-31 | 1 | -4/+0 |
| | |||||
* | See ChangeLog: Wed Dec 8 21:58:32 CET 1999 Werner Koch | Werner Koch | 1999-12-08 | 1 | -0/+9 |
| | |||||
* | See ChangeLog: Tue Oct 26 14:10:21 CEST 1999 Werner Koch | Werner Koch | 1999-10-26 | 1 | -0/+4 |
| | |||||
* | See ChangeLog: Wed Sep 15 16:22:17 CEST 1999 Werner KochV1-0-4V1-0-3V1-0-2V1-0-1-ePit-1 | Werner Koch | 1999-09-15 | 1 | -0/+5 |
| | |||||
* | See ChangeLog: Tue Jun 29 21:44:25 CEST 1999 Werner Koch | Werner Koch | 1999-06-29 | 1 | -0/+5 |
| | |||||
* | See ChangeLog: Sat Jun 26 12:15:59 CEST 1999 Werner Koch | Werner Koch | 1999-06-26 | 1 | -0/+5 |
| | |||||
* | See ChangeLog: Fri Apr 9 12:26:25 CEST 1999 Werner Koch | Werner Koch | 1999-04-09 | 1 | -0/+4 |
| | |||||
* | See ChangeLog: Tue Apr 6 19:58:12 CEST 1999 Werner Koch | Werner Koch | 1999-04-06 | 1 | -0/+5 |
| | |||||
* | See ChangeLog: Sat Feb 20 21:40:49 CET 1999 Werner Koch | Werner Koch | 1999-02-20 | 1 | -0/+4 |
| | |||||
* | See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner Koch | Werner Koch | 1999-02-16 | 1 | -0/+4 |
| | |||||
* | See ChangeLog: Wed Feb 10 17:15:39 CET 1999 Werner Koch | Werner Koch | 1999-02-10 | 1 | -0/+5 |
| | |||||
* | See ChangeLog: Thu Jan 7 18:00:58 CET 1999 Werner Koch | Werner Koch | 1999-01-07 | 1 | -0/+4 |
| | |||||
* | See ChangeLog: Mon Dec 14 21:18:49 CET 1998 Werner Koch | Werner Koch | 1998-12-14 | 1 | -0/+4 |
| | |||||
* | See ChangeLog: Tue Dec 8 13:15:16 CET 1998 Werner Koch | Werner Koch | 1998-12-08 | 1 | -0/+5 |
| | |||||
* | Epxerimenta support for GDBM keyings. | Werner Koch | 1998-10-21 | 1 | -0/+4 |
| | |||||
* | last local commit | Werner Koch | 1998-10-16 | 1 | -0/+5 |
| | |||||
* | New release | Werner Koch | 1998-09-14 | 1 | -0/+5 |
| | |||||
* | intermediate release | Werner Koch | 1998-07-06 | 1 | -0/+9 |
| | |||||
* | gnupg extension are now working | Werner Koch | 1998-06-13 | 1 | -0/+4 |
| |