Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make bug reporting address easier changeable. | Werner Koch | 2009-07-21 | 1 | -1/+1 |
| | |||||
* | Reworked the estream memory buffer allocation. | Werner Koch | 2009-06-29 | 1 | -1/+3 |
| | | | | | Committed already posted patches for the v2 card. | ||||
* | Post release updates | Werner Koch | 2009-06-17 | 1 | -2/+2 |
| | |||||
* | Preparing for 2.0.12.gnupg-2.0.12 | Werner Koch | 2009-06-17 | 1 | -1/+1 |
| | |||||
* | Add full Camellia support. | David Shaw | 2009-06-05 | 1 | -24/+0 |
| | | | | | | | | | | | | | | | | | | * configure.ac: Remove Camellia restriction. * gpg.c (main), misc.c (openpgp_cipher_test_algo): Remove Camellia restriction. * misc.c (map_cipher_openpgp_to_gcry), main.h: Add macros for openpgp_cipher_open, openpgp_cipher_get_algo_keylen, and openpgp_cipher_get_algo_blklen to wrap around the corresponding gcry_* functions, but pass the algorithm number through map_cipher_openpgp_to_gcry. This is needed in case the gcry algorithm number doesn't match the OpenPGP number (c.f. Camellia). * encr-data.c, pubkey-enc.c, mainproc.c, cipher.c, encode.c, seskey.c, passphrase.c, seckey-cert.c: Use new openpgp_cipher_* macros here. | ||||
* | Remove testing cruft. | Werner Koch | 2009-05-19 | 1 | -1/+0 |
| | | | | | Typo fixes. | ||||
* | New gpgsm server option no-encrypt-to. | Werner Koch | 2009-05-18 | 1 | -0/+1 |
| | | | | | | Add caching for symkey encryption. Minor cleanups. | ||||
* | Ported changes from 1.4. | Werner Koch | 2009-04-01 | 1 | -1/+1 |
| | |||||
* | Make sure not to leak file descriptors if running gpg-agent with a | Werner Koch | 2009-03-19 | 1 | -1/+1 |
| | | | | | command. Restore the signal mask to solve a problem in Mono. | ||||
* | New PIN Callback attributes in gpg-agent. | Werner Koch | 2009-03-05 | 1 | -2/+2 |
| | | | | | | Common prompts for keypad and simple card reader. More support for Netkey cards; PIN management works now. | ||||
* | Add --reload command to gpgconf. | Werner Koch | 2009-03-03 | 1 | -1/+1 |
| | | | | | | Fix a problem in exechelp.c Get ready for a release. | ||||
* | Post release updates | Werner Koch | 2009-01-12 | 1 | -2/+2 |
| | |||||
* | preparing a release | Werner Koch | 2009-01-12 | 1 | -1/+2 |
| | |||||
* | Minor bug fix. | Werner Koch | 2008-12-09 | 1 | -2/+2 |
| | |||||
* | Preparing a release candidate. | Werner Koch | 2008-12-09 | 1 | -2/+2 |
| | |||||
* | Use more warning options with modern GCCs. | Werner Koch | 2008-10-17 | 1 | -0/+18 |
| | | | | | Other minor changes. | ||||
* | Remove hacks which are not anymore needed since we now require Libgcrypt 1.4 | Werner Koch | 2008-09-29 | 1 | -1/+1 |
| | |||||
* | * configure.ac: Use printf for the most portable SVN version | David Shaw | 2008-08-27 | 1 | -5/+2 |
| | | | | | detection. | ||||
* | * configure.ac: Darwin's /bin/sh has a builtin echo that doesn't | David Shaw | 2008-08-27 | 1 | -2/+3 |
| | | | | | understand '-n'. Use tr to trim the carriage return instead. | ||||
* | Fixed bug#907. | Werner Koch | 2008-05-06 | 1 | -0/+2 |
| | | | | | Fixed a segv in keybox and made it more robust. | ||||
* | Fixed a C-89 incompatibility. | Werner Koch | 2008-04-23 | 1 | -0/+3 |
| | | | | | | Minor changes to make it build on Debian bo. Thanks to Alain Guibert. | ||||
* | Minor cleanups. | Werner Koch | 2008-04-07 | 1 | -2/+34 |
| | | | | | Implemented key helper kdns | ||||
* | Fix a problem with dirmngr looked up certificates. | Werner Koch | 2008-04-01 | 1 | -1/+2 |
| | | | | | Typo fixes. | ||||
* | Post release update | Werner Koch | 2008-03-26 | 1 | -2/+2 |
| | |||||
* | Preparing a release. | Werner Koch | 2008-03-26 | 1 | -1/+1 |
| | |||||
* | Fixed release creation. | Werner Koch | 2008-02-19 | 1 | -11/+1 |
| | |||||
* | Improve certificate chain construction. | Werner Koch | 2008-02-19 | 1 | -1/+1 |
| | | | | | Extend PKITS framework | ||||
* | Preparing a test release | Werner Koch | 2008-02-15 | 1 | -1/+1 |
| | |||||
* | Typo fixes. | Werner Koch | 2008-01-26 | 1 | -2/+2 |
| | | | | | | Portability fix for asschk.c | ||||
* | Preparing a release.gnupg-2.0.8 | Werner Koch | 2007-12-20 | 1 | -1/+1 |
| | |||||
* | Fixed a W32 ldaps problem. | Werner Koch | 2007-12-17 | 1 | -2/+13 |
| | |||||
* | Preparing a release candidate.gnupg-2.0.8rc1 | Werner Koch | 2007-12-14 | 1 | -2/+2 |
| | |||||
* | Support DSA2. | Werner Koch | 2007-12-12 | 1 | -0/+22 |
| | | | | | | Support Camellia for testing. More audit stuff. | ||||
* | Allow configuraton of pinentry tooltip. | Werner Koch | 2007-12-04 | 1 | -1/+4 |
| | | | | | Other minor buf fixes. | ||||
* | Use Assuan socket wrapper calls. | Werner Koch | 2007-10-01 | 1 | -1/+1 |
| | | | | | Made socket servers secure under Windows. | ||||
* | Print used library version with --version. | Werner Koch | 2007-09-14 | 1 | -0/+2 |
| | | | | | Typo fixes | ||||
* | post release version bump | Werner Koch | 2007-09-10 | 1 | -2/+2 |
| | |||||
* | Preparing 2.0.7gnupg-2.0.7 | Werner Koch | 2007-09-10 | 1 | -1/+1 |
| | |||||
* | Implemented more gpg-agen options to support certain passphrase policies. | Werner Koch | 2007-08-27 | 1 | -26/+39 |
| | | | | | New tool gpg-check-pattern. | ||||
* | Post release version number bump | Werner Koch | 2007-08-16 | 1 | -2/+2 |
| | |||||
* | About to do a releasegnupg-2.0.6 | Werner Koch | 2007-08-16 | 1 | -1/+1 |
| | |||||
* | Implemented the chain model for X.509 validation. | Werner Koch | 2007-08-10 | 1 | -1/+1 |
| | |||||
* | Typo fixes. | Werner Koch | 2007-07-10 | 1 | -1/+6 |
| | | | | | | iconv detection fix. Use the currect type in t-gettime. | ||||
* | Post release updates | Werner Koch | 2007-07-05 | 1 | -2/+2 |
| | |||||
* | Prearing a release | Werner Koch | 2007-07-05 | 1 | -1/+1 |
| | |||||
* | Fixed card key generation of gpg2. | Werner Koch | 2007-07-05 | 1 | -1/+1 |
| | | | | | Reveal less information about timings while generating a key. | ||||
* | 2007-07-05 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2007-07-04 | 1 | -0/+2 |
| | | | | | * configure.ac: Invoke AM_LANGINFO_CODESET. | ||||
* | Changed to GPLv3. | Werner Koch | 2007-07-04 | 1 | -7/+5 |
| | | | | | Removed intl/. | ||||
* | A bunch of minor changes for Windows. | Werner Koch | 2007-07-04 | 1 | -1/+1 |
| | |||||
* | PO fixes for W32 | Werner Koch | 2007-06-15 | 1 | -0/+3 |
| |