aboutsummaryrefslogtreecommitdiffstats
path: root/sm/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 2008-01-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-01-301-0/+5
| | | | | | * keylist.c (list_internal_keys): New variable lastcert. Use it to suppress duplicates which immediately follow each other.
* [W32] Avoid extra console window when importing or exporting.Werner Koch2008-01-271-2/+8
| | | | | Fixes bug 875.
* Allow verification of some broken S-TRUST generated signatures.Werner Koch2007-12-131-0/+7
|
* Support DSA2.Werner Koch2007-12-121-0/+17
| | | | | | Support Camellia for testing. More audit stuff.
* Try to make sure that the standard descriptors are connected when callingWerner Koch2007-12-031-0/+4
| | | | | gpgsm.
* Add option --data to GETAUDITLOG command.Werner Koch2007-11-261-2/+2
| | | | | Return HTML formatted dummy output.
* New command GETAUDITLOGWerner Koch2007-11-221-0/+5
|
* Document --auto-issuer-key-retrieve.Werner Koch2007-11-191-0/+2
|
* Started to implement the audit log feature.Werner Koch2007-11-191-0/+29
| | | | | | | | Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.
* Factored utf8 switching code out to i18n.c.Werner Koch2007-10-191-0/+6
|
* Print used library version with --version.Werner Koch2007-09-141-0/+5
| | | | | Typo fixes
* Implemented more gpg-agen options to support certain passphrase policies.Werner Koch2007-08-271-0/+4
| | | | | New tool gpg-check-pattern.
* Add new features to kbxutil.Werner Koch2007-08-231-0/+8
| | | | | Fixed bug 829 (can't encrypt if duplicated certs are in the keybox)
* Fixed creation of private keys under W32.Werner Koch2007-08-221-0/+2
| | | | | Minor code cleanups.
* Updated estream.Werner Koch2007-08-221-0/+17
| | | | | More changes for Windows.
* Documentaion updates.Werner Koch2007-08-141-0/+16
| | | | | | Support doe Dirmngr under W32. Fixed a yat2m bug.
* Implemented the chain model for X.509 validation.Werner Koch2007-08-101-0/+62
|
* Factored common gpgconf constants outWerner Koch2007-08-021-0/+4
| | | | | Fixed W32 compare_filenames
* Typo fixes.Werner Koch2007-07-171-0/+5
| | | | | | Made --default-key work for gpgsm Add --default-key and --encrypt-to to gpgconf.
* Properly close files opened by es_fopen.Werner Koch2007-07-161-0/+5
| | | | | | Allow setting of an empty passphrase. Assorted W32 changes.
* Translate all file descriptors received from assuan.Werner Koch2007-07-121-0/+7
|
* Last minute Makefile library reordering for the sake of non-GNU systems.gnupg-2.0.5Werner Koch2007-07-051-0/+4
|
* Changed to GPLv3.Werner Koch2007-07-041-0/+7
| | | | | Removed intl/.
* More W32 related changesWerner Koch2007-06-261-0/+5
|
* Fixed a problem in estream-printf.c.Werner Koch2007-06-251-0/+10
| | | | | Changes for Windows (gpgsm -k does now work). Minor cleanups.
* Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵Werner Koch2007-06-211-0/+12
| | | | Windows.
* [w32] gpg-agent is now started automagically by gpgsm.Werner Koch2007-06-201-0/+4
|
* jnlib/Marcus Brinkmann2007-06-181-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* A whole bunch of changes to allow building for Windows.Werner Koch2007-06-141-0/+20
| | | | | See the ChangeLogs for details.
* First steps towards supporting W32.Werner Koch2007-06-061-0/+10
| | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
* Print passphrase encoding info only in PEM mode.Werner Koch2007-05-291-0/+5
|
* agent/Marcus Brinkmann2007-05-181-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* Upgraded gettext.Werner Koch2007-05-071-0/+4
| | | | | Fixed accidental dependency on libgcrypt 1.3.0.
* Improved logging for error orginating from libgcrypt.Werner Koch2007-04-201-0/+4
|
* * certcheck.c (do_encode_md): Add arg PKEY. Add support for DSA2Werner Koch2007-04-201-0/+8
| | | | | | | | | and all ECDSA sizes. (get_dsa_qbits): New. (pk_algo_from_sexp): A key will never contain ecdsa as algorithm, so remove that.
* sm/Werner Koch2007-04-181-0/+4
| | | | | | * certcheck.c (do_encode_md): Support 160 bit ECDSA.
* g10/ and sm/Werner Koch2007-04-131-0/+5
| | | | | | | | | | | | | | * 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.
* Add a way to get a listing of available CCID readers.Werner Koch2007-04-031-2/+2
|
* kbx/Werner Koch2007-03-201-0/+12
| | | | | | | | | | | | | | | | | | | | * 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.
* Allow setting of the passphrase encoding of pkcs#12 files.Werner Koch2007-03-201-0/+6
| | | | New option --p12-charset.
* Allow export to work on systems without funopen/fopencookie.Werner Koch2007-03-191-2/+14
|
* Changes to let the key listing use estream to help systems withoutWerner Koch2007-03-191-0/+22
| | | | | funopen.
* Included LIBICONV in all Makefiles.Werner Koch2007-01-311-0/+5
| | | | | | | | | | 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.
* Added LIBINTL to more Makefile targets.Werner Koch2007-01-301-0/+4
| | | | | | | | | | | | | | | | | | | | 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.
* Add subjectAltName to the list of known critical extensionsWerner Koch2007-01-051-0/+4
|
* Comment mtrace featureWerner Koch2006-12-211-0/+4
|
* 2006-12-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-12-211-0/+2
| | | | | * certchain.c (gpgsm_basic_cert_check): Release SUBJECT.
* 2006-12-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-12-211-0/+4
| | | | | * encrypt.c (encrypt_dek): Release S_CIPH.
* 2006-12-20 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-12-201-0/+2
| | | | | * server.c (gpgsm_server): Release CTRL->server_local.
* 2006-12-20 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-12-201-0/+10
| | | | | | | | | | | * 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.