Werner Koch
fc07b029ea
* certlist.c (gpgsm_cert_use_ocsp_p): New.
...
(cert_usage_p): Support it here.
* call-dirmngr.c (gpgsm_dirmngr_isvalid): Use it here.
2004-08-18 14:38:47 +00:00
Werner Koch
066352a6a5
* import.c (check_and_store): Do a full validation if
...
--with-validation is set.
* certchain.c (gpgsm_basic_cert_check): Print more detailed error
messages.
* certcheck.c (do_encode_md): Partly support DSA. Add new arg
PKALGO. Changed all callers to pass it.
(pk_algo_from_sexp): New.
tests/pkits: New directory
2004-08-17 15:26:22 +00:00
Werner Koch
f96ad015d8
* gpgsm.c: New option --with-ephemeral-keys.
...
* keylist.c (list_internal_keys): Set it here.
(list_cert_raw): And indicate those keys. Changed all our callers
to pass the new arg HD through.
2004-08-06 16:14:10 +00:00
Werner Koch
818e9bad58
* configure.ac: Changed tests for libusb to also suuport the
...
stable version 0.1.x.
* scdaemon.texi (Card applications): New section.
* scdaemon.c (main): New option --disable-application.
* app.c (is_app_allowed): New.
(select_application): Use it to check for disabled applications.
* ccid-driver.h (CCID_DRIVER_ERR_ABORTED): New.
* ccid-driver.c (ccid_open_reader): Support the stable 0.1 version
of libusb.
(ccid_get_atr): Handle short messages.
* apdu.c (my_rapdu_get_status): Implemented.
2004-08-05 09:24:36 +00:00
Werner Koch
7158c4db92
Added glossary
2004-06-29 07:16:40 +00:00
Werner Koch
6e4f619b3c
Added some doc stuff
2004-06-28 07:42:33 +00:00
Werner Koch
17b9d06d7c
* debugging.texi: New.
...
* gnupg.texi: Include it.
2004-06-18 12:29:30 +00:00
Werner Koch
8b810c8dc3
* debugging.texi: New.
...
* gnupg.texi: Include it.
2004-06-18 11:18:27 +00:00
Werner Koch
ac791c0a9a
* sysutils.c (disable_core_dumps): Only set the current limit.
...
(enable_core_dumps): New.
* gpgsm.texi (Esoteric Options): Add --debug-allow-core-dump.
* gpgsm.c: New option --debug-allow-core-dump.
* gpgsm.h (opt): Add member CONFIG_FILENAME.
* gpgsm.c (main): Use it here instead of the local var.
* server.c (gpgsm_server): Print some additional information with
the hello in verbose mode.
2004-05-11 09:54:52 +00:00
Werner Koch
30bbef1a28
* gpg-agent.c: Remove help texts for options lile --lc-ctype.
...
(main): New option --allow-mark-trusted.
* trustlist.c (agent_marktrusted): Use it here.
* gpg-agent.texi (Agent Options): Add --allow-mark-trusted.
* gpgconf-comp.c: Add --allow-mark-trusted for the gpg-agent.
2004-05-03 13:37:38 +00:00
Werner Koch
236d241aed
* gpgsm.c: New command --keydb-clear-some-cert-flags.
...
* keydb.c (keydb_clear_some_cert_flags): New.
(keydb_update_keyblock, keydb_set_flags): Change error code
CONFLICT to NOT_LOCKED.
2004-04-28 08:59:34 +00:00
Werner Koch
6aaceac7fe
The keybox gets now compressed after 3 hours and ephemeral
...
stored certificates are deleted after about a day.
2004-04-26 08:09:25 +00:00
Werner Koch
3d58329f67
* call-scd.c (start_scd): Send event-signal option. Always check
...
that the scdaemon is still running.
* gpg-agent.c (handle_signal): Do not use SIGUSR{1,2} anymore for
changing the verbosity.
2004-04-21 14:43:51 +00:00
Werner Koch
bd2d99c4e7
Documented --force-crl-refresh
2004-04-07 18:02:56 +00:00
Werner Koch
aa0e38982a
* gpgsm.c (main): New option --debug-ignore-expiration.
...
* certchain.c (gpgsm_validate_chain): Use it here.
* certlist.c (cert_usage_p): Apply extKeyUsage.
2004-02-20 13:46:21 +00:00
Werner Koch
a1b487a17a
* protect-tool.c: New options --have-cert and --prompt.
...
(export_p12_file): Read a certificate from STDIN and pass it to
p12_build. Detect a keygrip and construct the filename in that
case. Unprotcet a key if needed. Print error messages for key
formats we can't handle.
(release_passphrase): New.
(get_passphrase): New arg PROMPTNO. Return the allocated
string. Changed all callers.
* minip12.c: Revamped the build part.
(p12_build): New args CERT and CERTLEN.
* simple-pwquery.c (agent_open): Don't mangle INFOSTR.
* export.c (export_p12, popen_protect_tool)
(gpgsm_p12_export): New.
* gpgsm.c (main): New command --export-secret-key-p12.
2004-02-19 16:26:32 +00:00
Werner Koch
6c9c5accd1
Described new options
2004-02-18 16:58:29 +00:00
Werner Koch
a5fc1f40c3
Added new options
2004-02-17 15:04:49 +00:00
Werner Koch
cfb33014ae
Fixed a build bug (straw letter in sm/import.c) and updated the documentation.
2004-02-04 19:13:16 +00:00
Repo Admin
f39b03d03d
This commit was manufactured by cvs2svn to create branch
...
'GNUPG-1-9-BRANCH'.
2003-12-09 09:07:09 +00:00
Werner Koch
6b7af47bcc
(Certificate Options): Add --{enable,disable}-ocsp.
2003-12-01 10:53:40 +00:00
Werner Koch
3344618b2e
new command
2003-10-31 12:12:17 +00:00
Werner Koch
99277d21c1
* card-util.c (card_edit): New command "passwd". Add logic to
...
check the PIN in advance.
(card_status): Add new args to return the serial number. Changed
all callers.
* call-agent.c (agent_scd_checkpin): New.
2003-10-21 17:12:21 +00:00
Werner Koch
1bcf8ef9de
Cleanups, fixes and PC/SC support
2003-08-05 17:11:04 +00:00
Werner Koch
18ab605bcc
* scdaemon.c: New options --print-atr and --reader-port
...
* apdu.c, apdu.h: New
* card.c, card-p15.c, card-dinsig.c: Allow build without OpenSC.
2003-04-29 19:08:35 +00:00
Werner Koch
687d5bafaa
Copied wrong files. Fixed.
2003-01-09 13:35:32 +00:00
Werner Koch
81919e0d61
taken from NewPG
2003-01-09 13:29:36 +00:00
Repo Admin
7b6f1902d0
This commit was manufactured by cvs2svn to create branch
...
'GNUPG-1-9-BRANCH'.
2003-01-09 13:29:36 +00:00
Werner Koch
e917719928
Taken from NewPG
2003-01-09 13:24:01 +00:00
Repo Admin
82a17c9fb3
This commit was manufactured by cvs2svn to create branch
...
'GNUPG-1-9-BRANCH'.
2002-10-19 07:55:27 +00:00
Werner Koch
10128a5e25
* DETAILS (KEY_CREATED): Enhanced by fingerprint.
2002-10-12 11:47:01 +00:00
David Shaw
0bb65a8a11
* gpg.sgml: Note that '#' means secret-key-unavailable, and that keyserver
...
schemes are case-insensitive.
* gpg.sgml: Note that --pgp2 disables --textmode when encrypting.
2002-10-03 21:57:58 +00:00
David Shaw
10e83fb88c
* gpg.sgml: Some minor language cleanup.
2002-09-20 12:58:26 +00:00
Werner Koch
18306f4650
* DETAILS: s/XORed/ORed/.
2002-09-20 06:01:14 +00:00
Werner Koch
fcbf191a0d
* gpg.sgml: Add rebuild-keydb-caches.
2002-09-15 17:57:55 +00:00
Werner Koch
56560597f9
* Makefile.am (EXTRA_DIST): Include gnupg-32.reg
2002-09-12 13:09:09 +00:00
David Shaw
811b782cba
* DETAILS: Fix batch key generation example.
2002-09-12 12:12:58 +00:00
Werner Koch
96396ff9f1
Updated texi files
2002-09-11 12:00:28 +00:00
Werner Koch
59e61f1fa2
* gnupg.7: New mini man page.
...
* README: Removed the note about a development version so that we
later don't forget this. Minor other changes.
2002-09-02 13:50:05 +00:00
Werner Koch
bcedc5dad1
* gpg.sgml: Updated the charset option.
...
* DETAILS: Added status IMPORT_OK.
2002-09-02 10:58:46 +00:00
Werner Koch
51ec578ba5
* gnupg.7: New mini man page.
2002-09-02 08:47:38 +00:00
David Shaw
a30375ef28
* gpg.sgml: Document keyserver-option include-subkeys. Note that
...
honor-http-proxy is a keyserver-option now.
* DETAILS: Add "Key not trusted" to INV_RECP status code.
2002-08-30 19:28:33 +00:00
Werner Koch
d55b7e1635
* faq.raw: Updated. New Maintainer is David D. Scribner.
2002-08-23 08:43:46 +00:00
Werner Koch
277a9a3755
Include intl/ in the CVS again; otherwise we are not able to
...
re-recreate a distribution from CVS.
Some minor other fixes.
2002-08-23 08:02:08 +00:00
David Shaw
b6bbc5f6ad
* gpg.sgml: Clarify meaning of keyserver option include-revoked.
2002-08-22 17:48:47 +00:00
David Shaw
12fb1e6d55
* DETAILS: Clarify that trust letters 'q' and '-' can be treated
...
identically.
* gpg.sgml: Document --ignore-mdc-error.
2002-08-20 12:56:51 +00:00
David Shaw
f48650872e
* gpg.sgml: Clarify that only long-form options can go in the config file.
2002-08-06 17:22:31 +00:00
Werner Koch
e028b7760b
* options.skel: Changed comments.
...
* gpg.sgml: Fixed doc regarding the name change of the option
file.
2002-08-06 13:37:09 +00:00
Werner Koch
67faf234a3
minor doc fixes.
2002-08-06 13:30:28 +00:00
Werner Koch
85aa3e18c2
The big extension module removal.
2002-08-03 10:50:53 +00:00