aboutsummaryrefslogtreecommitdiffstats
path: root/sm (unfollow)
Commit message (Collapse)AuthorFilesLines
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.
2007-01-05Add subjectAltName to the list of known critical extensionsWerner Koch2-0/+10
2006-12-21Comment mtrace featureWerner Koch2-2/+6
2006-12-212006-12-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-0/+3
* certchain.c (gpgsm_basic_cert_check): Release SUBJECT.
2006-12-212006-12-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann3-1/+7
* encrypt.c (encrypt_dek): Release S_CIPH.
2006-12-202006-12-20 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-0/+3
* server.c (gpgsm_server): Release CTRL->server_local.
2006-12-202006-12-20 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-0/+25
* base64.c: Add new members READER and WRITER in union U2. (gpgsm_create_reader): Initialise CTX->u2.reader. (gpgsm_destroy_reader): Invoke ksba_reader_release. Return early if CTX is NULL. (gpgsm_create_writer): Initialise CTX->u2.writer. (gpgsm_destroy_writer): Invoke ksba_writer_release. Return early if CTX is NULL.
2006-12-182006-12-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-0/+5
* fingerprint.c (gpgsm_get_fingerprint): Close MD.
2006-11-28Preparing 2.0.1Werner Koch2-1/+6
2006-11-21No more warnings for AMD64 (at least when cross-compiling). Thus tehre is aWerner Koch3-2/+14
good chance that gpg2 will now work. Other cleanups. Updated gettext.
2006-11-14sm/Werner Koch5-86/+145
* 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-10-242006-10-24 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-1/+5
* Makefile.am (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS).
2006-10-23.Werner Koch2-12/+40
2006-10-20Allow to select X.509 certificates using the keygrip.Werner Koch2-1/+13
2006-10-18Preparing a releasegnupg-1.9.93Werner Koch4-22/+54
2006-10-17Pth tweaks and improved estream.cWerner Koch3-12/+7
2006-10-17Fixed aegypten bug 372Werner Koch2-11/+19
2006-10-16Fixed aegypten bug 299Werner Koch2-4/+78
2006-10-11Allow pkcs#10 creation directkly from a smart cardWerner Koch4-21/+153
2006-10-10Various changesWerner Koch2-3/+8
2006-10-05bug fixesWerner Koch2-0/+6
2006-10-02Fix for bug 537Werner Koch10-29/+29
2006-10-022006-10-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-0/+27
* server.c (register_commands): New commands DUMPKEYS and DUMPSECRETKEYS. (cmd_dumpkeys, cmd_dumpsecretkeys): New functions. (option_handler): Support with-key-data option.
2006-09-26Finished implementation of the "relax" flag.Werner Koch2-21/+76
2006-09-25New "relax" option for trustlist.txtWerner Koch5-16/+87
2006-09-21Various updatesWerner Koch2-0/+3
2006-09-20Cleanups.Werner Koch2-2/+15
2006-09-18Added common certificates.Werner Koch4-9/+38
2006-09-14Take advantage of newer gpg-error features.Werner Koch7-16/+21
2006-09-13Various fixes and new features.Werner Koch4-66/+94
Enhanced gpg-connect-agent.
2006-09-06The big Assuan error code removal.Werner Koch18-220/+236
2006-09-06Minor changes and typo fixes.Werner Koch3-1/+11
2006-08-29See ChangeLogsWerner Koch3-50/+99
2006-08-16With --enable-gpg the keyservers are now build and a first test using gpg2Werner Koch1-4/+2
shows no prblems. Needs more testing of course.
2006-07-03better reporting of bad DNsWerner Koch2-7/+28
2006-06-27Various smaller changesWerner Koch5-1/+40