aboutsummaryrefslogtreecommitdiffstats
path: root/doc (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-03-03New agent option pinentry-mode.Werner Koch1-43/+114
This provides the framework and implements the ask, cancel and error. loopback will be implemented later.
2011-03-02Fix doc/Makefile target onlineWerner Koch1-8/+7
2011-03-01Move parameter file description to the manual.Werner Koch4-245/+460
2011-03-01Support X.509 certificate creation.Werner Koch1-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.
2011-02-23Lock scdaemon to CCID if once found.Werner Koch1-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.
2011-02-04Removed deprecated SIGEXPIRED status line.Werner Koch1-5/+10
2011-02-03Add a DECRYPTION_INFO status.Werner Koch1-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.
2011-01-13ifset parts which are not in GnuPG 2.0Werner Koch3-4/+13
2010-12-02Describe new log facilities.Werner Koch3-1/+14
2010-11-17Smartcard related updatesWerner Koch1-1/+2
2010-11-16Update FAQWerner Koch1-11/+35
2010-10-29* gpg.texi (GPG Configuration Options): Clarify that show-photosDavid Shaw2-5/+12
doesn't work with --with-colons. --personal-digest-preferences does not have a default any longer.
2010-10-26Update scripts etc.gnupg-2.1.0beta1gnupg-2.1-baseWerner Koch1-1/+13
2010-10-18doc fixWerner Koch2-1/+6
2010-10-14All tests work are again workingWerner Koch3-2/+36
2010-10-13More agent support for gpg.Werner Koch1-2/+16
2010-10-11Describe %v and %V.Werner Koch2-0/+8
2010-10-08Add new option --with-keygripWerner Koch2-0/+9
2010-10-06Import fixes.Werner Koch1-2/+15
new otion for watchgnupg
2010-10-05Don't set SSH_AGENTPID_INFO.Werner Koch1-6/+7
Doc fixes. Allow TCP and local sockets in watchgnupg.
2010-10-05Add a static FAQ.Werner Koch4-424/+383
Add rules to build and upload the faqs.
2010-10-04[w32ce] Do not print the faulty timezone infoWerner Koch3-219/+413
Switch FAQ sources to org-mode
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch7-23/+49
A couple of forward ported changes. Doc updates.
2010-09-28Clarify that --force-v3-sigs disables (not enables) v4 optionsDavid Shaw2-7/+11
2010-08-19Add component pinentry as an easy way to figure out the defaultWerner Koch1-2/+2
pinentry. Also allows to test whether pinentry is installed.
2010-08-18Fix regression in logging.Werner Koch2-5/+49
Add a registry key to enable catch-all remote debugging for W32. Replace more stdio stuff by estream.
2010-08-16Auto-start dirmngr.Werner Koch1-10/+11
2010-07-23Some work on the dirmngrWerner Koch1-1/+3
2010-07-23.Werner Koch1-0/+92
2010-07-16Some work on porting dirmngr (unfinished)Werner Koch1-5/+6
Ported gpgtar to W32.
2010-06-17Avoid using the protect-tool to import pkcs#12.Werner Koch1-0/+251
2010-06-10Include dirmngr manualWerner Koch9-11/+1016
2010-06-07Add unfinished gpgtar.Werner Koch1-1/+2
Collected changes and ports of bug fixes from stable.
2010-05-11Update tests.Werner Koch1-7/+8
2010-05-03auto start the agent if --use-standard-socket is in use.Werner Koch1-2/+5
2010-04-21More changes on the way to remove secring.gpg.Werner Koch1-1/+1
2010-03-15Finished the bulk of changes to use estream in most places instead ofWerner Koch1-0/+6
stdio.
2010-02-11Link to the bug tracker in the gpg man page.Werner Koch2-8/+8
2010-02-02Various changes to eventually support openpgp keys in pgp-agent.Werner Koch1-0/+7
Comment fixes. Minor chnages in preparation of a W32CE port.
2010-01-08Add dummu option --passwd for gpg.Werner Koch1-1/+3
Collected changes.
2009-12-17Implement --faked-systrem-time for gpg.Werner Koch3-7/+15
Typo and comment fixes.
2009-12-10Add option --cert-extension.Werner Koch1-1/+10
2009-12-07Use ADNS for PKA and SRV records if no other resolver is available.Werner Koch1-1/+1
2009-12-04allow for default algorithms in a gpg parameter fileWerner Koch1-9/+32
2009-12-03support numeric debug levels.Werner Koch4-27/+73
2009-11-23Add gpgconf related dummy options default_pubkey_algo.Werner Koch2-2/+17
Add option --skip-hidden-recipients Comment updates.
2009-10-28[scd] Memory leak fix.Werner Koch1-0/+6
[g13] Send MOUNTPOINT status line
2009-10-20* gpg.texi (GPG Configuration Options): Clarify that ca-cert-file is aDavid Shaw2-1/+9
generic store, the details of which depend on the underlying libraries.
2009-10-19[g13] Add RECIPEINT and CREATE command.Werner Koch1-1/+1
[sm] Chnage --include-certs default
2009-09-04Allow uid sand key election using a '*'.Werner Koch1-2/+2