Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-03-01 | Move parameter file description to the manual. | Werner Koch | 1 | -189/+2 | |
2011-03-01 | Support X.509 certificate creation. | Werner Koch | 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. | |||||
2011-02-04 | Removed deprecated SIGEXPIRED status line. | Werner Koch | 1 | -5/+10 | |
2011-02-03 | Add a DECRYPTION_INFO status. | Werner Koch | 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. | |||||
2010-11-17 | Smartcard related updates | Werner Koch | 1 | -1/+2 | |
2010-10-18 | doc fix | Werner Koch | 1 | -1/+2 | |
2010-10-14 | All tests work are again working | Werner Koch | 1 | -0/+13 | |
2010-10-01 | Exporting secret keys via gpg-agent is now basically supported. | Werner Koch | 1 | -1/+2 | |
A couple of forward ported changes. Doc updates. | |||||
2010-04-21 | More changes on the way to remove secring.gpg. | Werner Koch | 1 | -1/+1 | |
2010-03-15 | Finished the bulk of changes to use estream in most places instead of | Werner Koch | 1 | -0/+6 | |
stdio. | |||||
2010-01-08 | Add dummu option --passwd for gpg. | Werner Koch | 1 | -1/+3 | |
Collected changes. | |||||
2009-12-17 | Implement --faked-systrem-time for gpg. | Werner Koch | 1 | -6/+7 | |
Typo and comment fixes. | |||||
2009-12-07 | Use ADNS for PKA and SRV records if no other resolver is available. | Werner Koch | 1 | -1/+1 | |
2009-12-04 | allow for default algorithms in a gpg parameter file | Werner Koch | 1 | -9/+32 | |
2009-10-28 | [scd] Memory leak fix. | Werner Koch | 1 | -0/+6 | |
[g13] Send MOUNTPOINT status line | |||||
2009-08-06 | Improved detection of bad/invalid signer keys. | Werner Koch | 1 | -6/+14 | |
2009-07-23 | Print status of CRL checks in the audit log. | Werner Koch | 1 | -3/+3 | |
2009-07-13 | [g10] | Werner Koch | 1 | -0/+1 | |
* exec.c: Fix function name indentation. (expand_args): Simplify by using membuf functions. (exec_write): Fix memory leak on error. (w32_system): Use DETACHED_PROCESS so that a new console is not created. | |||||
2009-07-09 | Support writing of existing keys with non-matching key sizes. | Werner Koch | 1 | -2/+3 | |
2009-06-29 | Make soem omnikey readers work with extended length APDUs. | Werner Koch | 1 | -1/+6 | |
2009-03-25 | Print NO_SECKEY status line in gpgsm. | Werner Koch | 1 | -6/+6 | |
This fixes bug#1020. | |||||
2009-03-20 | Fix keygrip computation for TCOS 3 cards. | Werner Koch | 1 | -1/+2 | |
Emit PROGRESS status lines during --learn-card. | |||||
2008-12-08 | Cleanups. Fixes bug 956. | Werner Koch | 1 | -156/+59 | |
2008-08-28 | Add a warning nite to --throw-keyds. | Werner Koch | 1 | -2/+2 | |
2008-08-13 | Print a 'f' for validated non-root certificates in gpgsm colon style listing. | Werner Koch | 1 | -1/+5 | |
Doc fixes. | |||||
2008-08-11 | Cehck for expire date overflows. | Werner Koch | 1 | -4/+10 | |
2008-07-17 | Do not run the setuid test if running under as root proper. | Werner Koch | 1 | -1/+5 | |
Documentation fixes. Some enhancements for the new OpenPGP Card. | |||||
2008-06-16 | Add controlo statement %ask-passphrase | Werner Koch | 1 | -0/+10 | |
2008-06-13 | Clarify descrition for field 10. | Werner Koch | 1 | -1/+1 | |
2008-06-11 | Made --fixed-list-mode obsolete. | Werner Koch | 1 | -2/+2 | |
2008-05-09 | Updated German translation. | Werner Koch | 1 | -1/+1 | |
Fix in gpgconf for W32. | |||||
2008-01-30 | W32 fix for trustdb creation. | Werner Koch | 1 | -2/+2 | |
2007-11-19 | Document --auto-issuer-key-retrieve. | Werner Koch | 1 | -0/+1 | |
2007-08-10 | Implemented the chain model for X.509 validation. | Werner Koch | 1 | -11/+20 | |
2007-07-05 | Fixed card key generation of gpg2. | Werner Koch | 1 | -0/+7 | |
Reveal less information about timings while generating a key. | |||||
2007-02-26 | Add new SVN only file README.maint | Werner Koch | 1 | -6/+6 | |
doc/ * gpg.texi (GPG Configuration): Document envvar LANGUAGE. (GPG Configuration Options): Document show-primary-uid-only. g10/ * gpg.c (main): Add verify option show-primary-uid-only. * options.h (VERIFY_SHOW_PRIMARY_UID_ONLY): New. * mainproc.c (check_sig_and_print): Implement it. * encr-data.c (decrypt_data): Correctly test for unknown algorithm. * import.c (check_prefs): Ditto. * keyedit.c (show_prefs): Ditto. * mainproc.c (proc_symkey_enc): Ditto. | |||||
2007-01-30 | Added LIBINTL to more Makefile targets. | Werner Koch | 1 | -1/+1 | |
doc/ * com-certs.pem: Added the current root certifcates of D-Trust and S-Trust. g10/ * status.c (write_status_begin_signing): New. * sign.c (sign_file, sign_symencrypt_file): Call it. * textfilter.c (copy_clearsig_text): Call it. * call-agent.c (agent_scd_pksign): Pass --hash-rmd160 to SCD if required. * gpg.c (main): Let --no-use-agent and --gpg-agent-info print a warning. * misc.c (obsolete_option): New. | |||||
2006-11-14 | sm/ | Werner Koch | 1 | -23/+40 | |
* server.c (skip_options): Skip leading spaces. (has_option): Honor "--". (cmd_export): Add option --data to do an inline export. Skip all options. * certdump.c (gpgsm_fpr_and_name_for_status): New. * verify.c (gpgsm_verify): Use it to print correct status messages. doc/ * gpgsm.texi (GPGSM EXPORT): Document changes. | |||||
2006-11-11 | . | Werner Koch | 1 | -7/+19 | |
2006-08-21 | Migrated more stuff to doc/ | Werner Koch | 1 | -0/+1250 | |
Migrated the gpg regression tests. Some changes tp the gpg code to fix bugs and for the use in testing. make distcheck works now with gpg enabled. | |||||
2006-06-23 | * gpg.sgml: Document --enable-dsa2, --disable-dsa2, and | David Shaw | 1 | -0/+3 | |
--default-keyserver-url. * DETAILS: Note "Keyserver:" | |||||
2006-04-03 | About to release 1.4.3gnupg-1.4.3 | Werner Koch | 1 | -0/+5 | |
2006-02-14 | Fixed a wrong return code with gpg --verify | Werner Koch | 1 | -1/+3 | |
2005-12-20 | Finished PKA feature | Werner Koch | 1 | -0/+6 | |
2005-10-27 | * gpg.sgml: Document backsign, --require-backsigs, and | David Shaw | 1 | -3/+8 | |
--no-require-backsigs. * DETAILS: Clarify Key-Usage. | |||||
2005-10-18 | Fixed minor card related bugs and enhanced status messages | Werner Koch | 1 | -2/+6 | |
2005-09-07 | Updated card stuff to support T=0 cards. | Werner Koch | 1 | -1/+1 | |
2005-07-19 | Document --limit-card-insert-tries. | Werner Koch | 1 | -2/+3 | |
2005-06-20 | * gpg.sgml: Document smartcard related options. | Werner Koch | 1 | -3/+1 | |
* g10.c, options.h: New option --no-interactive-selection. * keyedit.c (keyedit_menu): Use it. | |||||
2005-03-14 | * cardglue.c (pin_cb): Disable debug output. | Werner Koch | 1 | -1/+5 | |
* mk-w32-dist: Check for patch files. * w32installer.nsi: Translated a few more strings. Print a warning if permssions are not suitable for the installation. Add Uninstaller entries. |