Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Minor doc updates v2.0 vs. v2.1) | Werner Koch | 2011-08-08 | 2 | -3/+25 | |
| | ||||||
* | Support a confirm flag for ssh. | Werner Koch | 2011-07-20 | 1 | -2/+9 | |
| | | | | | This implements the suggestion from bug#1349. With this change the fingerprint of the ssh key is also displayed in the pinentry prompts. | |||||
* | Clarify documentation of --keyid-format. | Werner Koch | 2011-07-18 | 1 | -1/+2 | |
| | | | | Fixes bug#1354. | |||||
* | Document OPTION s2k-count | Werner Koch | 2011-06-29 | 1 | -0/+8 | |
| | ||||||
* | Fixed an URL typo in the FAQ. | Werner Koch | 2011-06-28 | 1 | -2/+2 | |
| | ||||||
* | doc/gpgsm.texi com-certs.pem mini-fix | Bernhard Reiter | 2011-06-27 | 1 | -1/+1 | |
| | | | | | | | | [[PGP Signed Part:Undecided]] [1. text/plain] Example path for com-certs.pem corrected. [2. text/x-diff; doc.diff] | |||||
* | Add question "What are DH/DSS keys?" | Werner Koch | 2011-06-27 | 1 | -10/+25 | |
| | | | | ... and the answer of course. | |||||
* | Require libgpg-error 1.10 | Werner Koch | 2011-05-20 | 1 | -1/+1 | |
| | | | | | This allows to remove some error code substitutes. Fixed a typo in gpg.text. | |||||
* | Add OPTION:cache-ttl-opt-preset to gpg-agent. | Werner Koch | 2011-04-21 | 1 | -0/+6 | |
| | | | | | This option may be used to change the default ttl values use with the --preset option of GENKEY and PASSWD. | |||||
* | New agent option pinentry-mode. | Werner Koch | 2011-03-03 | 1 | -43/+114 | |
| | | | | | This provides the framework and implements the ask, cancel and error. loopback will be implemented later. | |||||
* | Fix doc/Makefile target online | Werner Koch | 2011-03-02 | 1 | -8/+7 | |
| | ||||||
* | Move parameter file description to the manual. | Werner Koch | 2011-03-01 | 4 | -245/+460 | |
| | ||||||
* | Support X.509 certificate creation. | Werner Koch | 2011-03-01 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Using "gpgsm --genkey" allows the creation of a self-signed certificate via a new prompt. Using "gpgsm --genkey --batch" should allow the creation of arbitrary certificates controlled by a parameter file. An example parameter file is Key-Type: RSA Key-Length: 1024 Key-Grip: 2C50DC6101C10C9C643E315FE3EADCCBC24F4BEA Key-Usage: sign, encrypt Serial: random Name-DN: CN=some test key Name-Email: [email protected] Name-Email: [email protected] Hash-Algo: SHA384 not-after: 2038-01-16 12:44 This creates a self-signed X.509 certificate using the key given by the keygrip and using SHA-384 as hash algorithm. The keyword signing-key can be used to sign the certificate with a different key. See sm/certreggen.c for details. | |||||
* | Lock scdaemon to CCID if once found. | Werner Koch | 2011-02-23 | 1 | -46/+52 | |
| | | | | | | | | This solves a problem where ccid was used, the card unplugged and then scdaemon tries to find a new (plugged in) reader and thus will eventually try PC/SC over and over again. Also added an explicit --kill command to gpgconf. | |||||
* | Removed deprecated SIGEXPIRED status line. | Werner Koch | 2011-02-04 | 1 | -5/+10 | |
| | ||||||
* | Add a DECRYPTION_INFO status. | Werner Koch | 2011-02-03 | 1 | -33/+37 | |
| | | | | | | | DECRYPTION_INFO <mdc_method> <sym_algo> Print information about the symmetric encryption algorithm and the MDC method. This will be emitted even if the decryption fails. | |||||
* | ifset parts which are not in GnuPG 2.0 | Werner Koch | 2011-01-13 | 3 | -4/+13 | |
| | ||||||
* | Describe new log facilities. | Werner Koch | 2010-12-02 | 3 | -1/+14 | |
| | ||||||
* | Smartcard related updates | Werner Koch | 2010-11-17 | 1 | -1/+2 | |
| | ||||||
* | Update FAQ | Werner Koch | 2010-11-16 | 1 | -11/+35 | |
| | ||||||
* | * gpg.texi (GPG Configuration Options): Clarify that show-photos | David Shaw | 2010-10-29 | 2 | -5/+12 | |
| | | | | | | doesn't work with --with-colons. --personal-digest-preferences does not have a default any longer. | |||||
* | Update scripts etc.gnupg-2.1.0beta1gnupg-2.1-base | Werner Koch | 2010-10-26 | 1 | -1/+13 | |
| | ||||||
* | doc fix | Werner Koch | 2010-10-18 | 2 | -1/+6 | |
| | ||||||
* | All tests work are again working | Werner Koch | 2010-10-14 | 3 | -2/+36 | |
| | ||||||
* | More agent support for gpg. | Werner Koch | 2010-10-13 | 1 | -2/+16 | |
| | ||||||
* | Describe %v and %V. | Werner Koch | 2010-10-11 | 2 | -0/+8 | |
| | ||||||
* | Add new option --with-keygrip | Werner Koch | 2010-10-08 | 2 | -0/+9 | |
| | ||||||
* | Import fixes. | Werner Koch | 2010-10-06 | 1 | -2/+15 | |
| | | | | | new otion for watchgnupg | |||||
* | Don't set SSH_AGENTPID_INFO. | Werner Koch | 2010-10-05 | 1 | -6/+7 | |
| | | | | | | Doc fixes. Allow TCP and local sockets in watchgnupg. | |||||
* | Add a static FAQ. | Werner Koch | 2010-10-05 | 4 | -424/+383 | |
| | | | | | Add rules to build and upload the faqs. | |||||
* | [w32ce] Do not print the faulty timezone info | Werner Koch | 2010-10-04 | 3 | -219/+413 | |
| | | | | | Switch FAQ sources to org-mode | |||||
* | Exporting secret keys via gpg-agent is now basically supported. | Werner Koch | 2010-10-01 | 7 | -23/+49 | |
| | | | | | | A couple of forward ported changes. Doc updates. | |||||
* | Clarify that --force-v3-sigs disables (not enables) v4 options | David Shaw | 2010-09-28 | 2 | -7/+11 | |
| | ||||||
* | Add component pinentry as an easy way to figure out the default | Werner Koch | 2010-08-19 | 1 | -2/+2 | |
| | | | | | pinentry. Also allows to test whether pinentry is installed. | |||||
* | Fix regression in logging. | Werner Koch | 2010-08-18 | 2 | -5/+49 | |
| | | | | | | Add a registry key to enable catch-all remote debugging for W32. Replace more stdio stuff by estream. | |||||
* | Auto-start dirmngr. | Werner Koch | 2010-08-16 | 1 | -10/+11 | |
| | ||||||
* | Some work on the dirmngr | Werner Koch | 2010-07-23 | 1 | -1/+3 | |
| | ||||||
* | . | Werner Koch | 2010-07-23 | 1 | -0/+92 | |
| | ||||||
* | Some work on porting dirmngr (unfinished) | Werner Koch | 2010-07-16 | 1 | -5/+6 | |
| | | | | | Ported gpgtar to W32. | |||||
* | Avoid using the protect-tool to import pkcs#12. | Werner Koch | 2010-06-17 | 1 | -0/+251 | |
| | ||||||
* | Include dirmngr manual | Werner Koch | 2010-06-10 | 9 | -11/+1016 | |
| | ||||||
* | Add unfinished gpgtar. | Werner Koch | 2010-06-07 | 1 | -1/+2 | |
| | | | | | Collected changes and ports of bug fixes from stable. | |||||
* | Update tests. | Werner Koch | 2010-05-11 | 1 | -7/+8 | |
| | ||||||
* | auto start the agent if --use-standard-socket is in use. | Werner Koch | 2010-05-03 | 1 | -2/+5 | |
| | ||||||
* | More changes on the way to remove secring.gpg. | Werner Koch | 2010-04-21 | 1 | -1/+1 | |
| | ||||||
* | Finished the bulk of changes to use estream in most places instead of | Werner Koch | 2010-03-15 | 1 | -0/+6 | |
| | | | | | stdio. | |||||
* | Link to the bug tracker in the gpg man page. | Werner Koch | 2010-02-11 | 2 | -8/+8 | |
| | ||||||
* | Various changes to eventually support openpgp keys in pgp-agent. | Werner Koch | 2010-02-02 | 1 | -0/+7 | |
| | | | | | | Comment fixes. Minor chnages in preparation of a W32CE port. | |||||
* | Add dummu option --passwd for gpg. | Werner Koch | 2010-01-08 | 1 | -1/+3 | |
| | | | | | Collected changes. | |||||
* | Implement --faked-systrem-time for gpg. | Werner Koch | 2009-12-17 | 3 | -7/+15 | |
| | | | | | Typo and comment fixes. |