aboutsummaryrefslogtreecommitdiffstats
path: root/sm (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-12-13Allow verification of some broken S-TRUST generated signatures.Werner Koch5-11/+54
2007-12-12Support DSA2.Werner Koch8-39/+140
Support Camellia for testing. More audit stuff.
2007-12-06More code for the audit log.Werner Koch3-5/+13
2007-12-03Try to make sure that the standard descriptors are connected when callingWerner Koch2-0/+5
gpgsm.
2007-11-26Add option --data to GETAUDITLOG command.Werner Koch3-18/+37
Return HTML formatted dummy output.
2007-11-22New command GETAUDITLOGWerner Koch2-0/+41
2007-11-19Document --auto-issuer-key-retrieve.Werner Koch3-1/+5
2007-11-19Started to implement the audit log feature.Werner Koch9-101/+227
Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.
2007-10-19Factored utf8 switching code out to i18n.c.Werner Koch3-93/+14
2007-09-14Print used library version with --version.Werner Koch2-2/+56
Typo fixes
2007-08-29Extended the --check-program output: Error messages are now inlcued in anWerner Koch1-1/+1
easy parsable format.
2007-08-29New command --check-programs for gpgconf.Werner Koch2-2/+2
2007-08-27Implemented more gpg-agen options to support certain passphrase policies.Werner Koch2-1/+5
New tool gpg-check-pattern.
2007-08-23Add new features to kbxutil.Werner Koch4-9/+89
Fixed bug 829 (can't encrypt if duplicated certs are in the keybox)
2007-08-22Fixed creation of private keys under W32.Werner Koch2-3/+4
Minor code cleanups.
2007-08-22Updated estream.Werner Koch7-35/+47
More changes for Windows.
2007-08-16About to do a releasegnupg-2.0.6Werner Koch1-1/+1
2007-08-14Documentaion updates.Werner Koch3-19/+117
Support doe Dirmngr under W32. Fixed a yat2m bug.
2007-08-10Implemented the chain model for X.509 validation.Werner Koch14-224/+735
2007-08-02Factored common gpgconf constants outWerner Koch2-28/+16
Fixed W32 compare_filenames
2007-07-17Typo fixes.Werner Koch3-9/+21
Made --default-key work for gpgsm Add --default-key and --encrypt-to to gpgconf.
2007-07-16Properly close files opened by es_fopen.Werner Koch2-1/+6
Allow setting of an empty passphrase. Assorted W32 changes.
2007-07-12Translate all file descriptors received from assuan.Werner Koch3-17/+27
2007-07-05Last minute Makefile library reordering for the sake of non-GNU systems.gnupg-2.0.5Werner Koch2-2/+6
2007-07-04Changed to GPLv3.Werner Koch27-134/+74
Removed intl/.
2007-06-26More W32 related changesWerner Koch3-2/+8
2007-06-25Fixed a problem in estream-printf.c.Werner Koch3-12/+22
Changes for Windows (gpgsm -k does now work). Minor cleanups.
2007-06-21Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵Werner Koch8-159/+362
Windows.
2007-06-20[w32] gpg-agent is now started automagically by gpgsm.Werner Koch3-29/+66
2007-06-19Made percent_escape more general.Werner Koch1-1/+1
Added regression tests support to jnlib. W32 changes.
2007-06-18jnlib/Marcus Brinkmann2-4/+11
2007-06-18 Marcus Brinkmann <[email protected]> * stringhelp.h (percent_escape): New prototype. * stringhelp.c (percent_escape): New function. agent/ 2007-06-18 Marcus Brinkmann <[email protected]> * gpg-agent.c (main): Percent escape pathname in --gpgconf-list output. g10/ 2007-06-18 Marcus Brinkmann <[email protected]> * gpg.c (gpgconf_list): Percent escape output of --gpgconf-list. scdaemon/ 2007-06-18 Marcus Brinkmann <[email protected]> * scdaemon.c (main): Percent escape output of --gpgconf-list. sm/ 2007-06-18 Marcus Brinkmann <[email protected]> * gpgsm.c (main): Percent escape output of --gpgconf-list.
2007-06-14A whole bunch of changes to allow building for Windows.Werner Koch8-10/+34
See the ChangeLogs for details.
2007-06-06First steps towards supporting W32.Werner Koch4-15/+17
This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
2007-05-29Print passphrase encoding info only in PEM mode.Werner Koch2-1/+6
2007-05-18agent/Marcus Brinkmann3-8/+27
2007-05-19 Marcus Brinkmann <[email protected]> * protect-tool.c (get_passphrase): Free ORIG_CODESET on error. g10/ 2007-05-19 Marcus Brinkmann <[email protected]> * passphrase.c (passphrase_get): Free ORIG_CODESET on error. sm/ 2007-05-18 Marcus Brinkmann <[email protected]> * qualified.c (gpgsm_qualified_consent, gpgsm_not_qualified_warning): Free ORIG_CODESET on error. * certdump.c (gpgsm_format_keydesc): Likewise. tools/ 2007-05-19 Marcus Brinkmann <[email protected]> * symcryptrun.c (confucius_get_pass): Free ORIG_CODESET on error.
2007-05-07Upgraded gettext.Werner Koch2-3/+12
Fixed accidental dependency on libgcrypt 1.3.0.
2007-04-20Improved logging for error orginating from libgcrypt.Werner Koch2-8/+8
2007-04-20 * certcheck.c (do_encode_md): Add arg PKEY. Add support for DSA2Werner Koch2-12/+82
and all ECDSA sizes. (get_dsa_qbits): New. (pk_algo_from_sexp): A key will never contain ecdsa as algorithm, so remove that.
2007-04-18sm/Werner Koch2-1/+11
* certcheck.c (do_encode_md): Support 160 bit ECDSA.
2007-04-13g10/ and sm/Werner Koch2-1/+6
* call-agent.c (start_agent): Don't use log_error when using the fallback hack to start the agent. This is bug 782. scripts/ * mail-to-translators: Copied from 1.4. and adjusted. tools/ * gpgconf-comp.c: Allow changing of --allow-mark-trusted. * gpg-connect-agent.c (main): New option --decode and commands decode and undecode. (read_and_print_response): Implement option.
2007-04-03Add a way to get a listing of available CCID readers.Werner Koch1-2/+2
2007-03-20kbx/Werner Koch7-43/+149
* keybox.h (KEYBOX_FLAG_BLOB_SECRET, KEYBOX_FLAG_BLOB_EPHEMERAL): New. * keybox-update.c (keybox_compress): Use it here instead of a magic constant. sm/ * fingerprint.c (gpgsm_get_fingerprint): Add caching. (gpgsm_get_fingerprint_string): Use bin2hexcolon(). (gpgsm_get_fingerprint_hexstring): Use bin2hex and allocate only as much memory as required. (gpgsm_get_keygrip_hexstring): Use bin2hex. * certchain.c (gpgsm_validate_chain): Keep track of the certificate chain and reset the ephemeral flags. * keydb.c (keydb_set_cert_flags): New args EPHEMERAL and MASK. Changed caller to use a mask of ~0. Return a proper error code if the certificate is not available.
2007-03-20Make gpgconf aware of --p12-charset.Werner Koch1-0/+2
2007-03-20Allow setting of the passphrase encoding of pkcs#12 files.Werner Koch4-2/+30
New option --p12-charset.
2007-03-19Allow export to work on systems without funopen/fopencookie.Werner Koch11-73/+195
2007-03-19Changes to let the key listing use estream to help systems withoutWerner Koch7-265/+491
funopen.
2007-03-08Preparing the 2.0.3 releaseWerner Koch1-3/+3
2007-02-26Add new SVN only file README.maintWerner Koch1-2/+2
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-31Included LIBICONV in all Makefiles.Werner Koch2-3/+11
g10/ * passphrase.c (passphrase_get): Set the cancel flag on all error from the agent. Fixes a bug reported by Tom Duerbusch. sm/ * gpgsm.c (main): Let --gen-key print a more informative error message.
2007-01-30Added LIBINTL to more Makefile targets.Werner Koch2-1/+5
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.