- May 03, 2002
-
-
Werner Koch authored
-
Werner Koch authored
all callers. * verify.c (gpgsm_verify): Tweaked usage of log_debug and log_error. Return EXPSIG status and add expiretime to VALIDSIG.
-
- Apr 27, 2002
-
-
Werner Koch authored
-
Werner Koch authored
Fixed passphrase caching.
-
- Apr 25, 2002
-
-
Werner Koch authored
for setlocale. * configure.ac: Check for setlocale.
-
- Apr 24, 2002
-
-
Marcus Brinkmann authored
* agent.h (agent_get_confirmation): Replace paramter prompt with two parameters ok and cancel. * query.c (agent_get_confirmation): Likewise. Implement this. * trustlist.c (agent_marktrusted): Fix invocation of agent_get_confirmation. * divert-scd.c (ask_for_card): Likewise.
-
Marcus Brinkmann authored
* call-agent.c (start_agent): Fix error handling logic so the locale is always correctly reset.
-
Marcus Brinkmann authored
* server.c (option_handler): Accept display, ttyname, ttytype, lc_ctype and lc_messages options. * gpgsm.c (main): Allocate memory for these options. * gpgsm.h (struct opt): Make corresponding members non-const.
-
Marcus Brinkmann authored
* configure.ac: Check for locale.h. agent/ 2002-04-24 Marcus Brinkmann <marcus@g10code.de> * agent.h (struct opt): Add members display, ttyname, ttytype, lc_ctype, and lc_messages. * gpg-agent.c (enum cmd_and_opt_values): Add oDisplay, oTTYname, oTTYtype, oLCctype, and LCmessages. (main): Handle these options. * command.c (option_handler): New function. (register_commands): Register option handler. * query.c (start_pinentry): Pass the various display and tty options to the pinentry. sm/ 2002-04-24 Marcus Brinkmann <marcus@g10code.de> * gpgsm.h (struct opt): New members display, ttyname, ttytype, lc_ctype, lc_messages. * gpgsm.c (enum cmd_and_opt_values): New members oDisplay, oTTYname, oTTYtype, oLCctype, oLCmessages. (opts): New entries for these options. (main): Handle these new options. * call-agent.c (start_agent): Set the various display and tty parameter after resetting.
-
- Apr 18, 2002
-
-
Werner Koch authored
-
- Apr 15, 2002
-
-
Werner Koch authored
-
Werner Koch authored
-
Werner Koch authored
Use it in all other functions to locate the signing cert..
-
Werner Koch authored
-
Werner Koch authored
-
- Apr 12, 2002
-
-
Werner Koch authored
* card.c (card_open): set it here. * card-p15.c (p15_prepare_key): Factored out common code from ... (p15_sign, p15_decipher): here and made the decryption work the regular way.
-
Werner Koch authored
(gpgsm_cert_use_sign_p,gpgsm_cert_use_encrypt_p): New. (gpgsm_cert_use_verify_p,gpgsm_cert_use_decrypt_p): New. (gpgsm_add_to_certlist): Check the key usage. * sign.c (gpgsm_sign): Ditto. * verify.c (gpgsm_verify): Print a message wehn an unsuitable certificate was used. * decrypt.c (gpgsm_decrypt): Ditto * keylist.c (print_capabilities): Determine values from the cert.
-
- Apr 10, 2002
-
-
Werner Koch authored
-
- Apr 09, 2002
-
-
Werner Koch authored
-
Werner Koch authored
-
- Mar 28, 2002
-
-
Werner Koch authored
-
Werner Koch authored
common errors.
-
Werner Koch authored
issuer is not at the right place. Print a chainingID.
-
Werner Koch authored
-
Werner Koch authored
the scdaemon should take care of it. (ask_for_card): Hack to not display the trailing zero.
-
- Mar 21, 2002
-
-
Werner Koch authored
* gpgsm.c: Add command --export. * server.c (cmd_export): New.
-
- Mar 18, 2002
-
-
Werner Koch authored
-
Werner Koch authored
-
Werner Koch authored
-
- Mar 13, 2002
-
-
Werner Koch authored
-
- Mar 12, 2002
-
-
Werner Koch authored
-
Werner Koch authored
-
- Mar 06, 2002
-
-
Werner Koch authored
(do_listkeys): new. Add pattern parsing. * keylist.c (gpgsm_list_keys): Handle selection pattern.
-
Werner Koch authored
* gpgsm.c: New command --learn-card * call-agent.c (learn_cb,gpgsm_agent_learn): New. * gpgsm.c (main): Print error messages for non-implemented commands. agent/ * learncard.c: New. * divert-scd.c (ask_for_card): The serial number is binary so convert it to hex here. * findkey.c (agent_write_private_key): New. * genkey.c (store_key): And use it here. scd/ * pkdecrypt.c (agent_pkdecrypt): Changed the way the diversion is done. * divert-scd.c (divert_pkdecrypt): Changed interface and implemented it.
-
Werner Koch authored
(assuan_transact): Pass it to the data callback.
-
Werner Koch authored
-
- Mar 05, 2002
-
-
Werner Koch authored
-
Werner Koch authored
code requires the latest OpenSC CVS code.
-
Werner Koch authored
-
Werner Koch authored
is of course a different thing. Note, that you need to create the shadowed-private-key file manually.
-