mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* options.h (DBG_CIPHER): Reintroduced it.
* seskey.c (encode_session_key): Debug output of the session key. * pubkey-enc.c (get_it): Handle card case. * call-agent.c (agent_scd_pkdecrypt): New. * pkglue.c (pk_encrypt): Add RSA support. * g10.c (main): Default to --use-agent. * keygen.c (show_smartcard): Print info about the public key. (check_smartcard): Check for existing key here. (gen_card_key): And not anymore here. (fpr_is_zero): New. (generate_keypair): Generate both keys for a card. (smartcard_change_url): Nw.
This commit is contained in:
parent
39046ea7ec
commit
1753a2f3b0
13 changed files with 428 additions and 208 deletions
|
@ -1,3 +1,25 @@
|
|||
2003-07-03 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* options.h (DBG_CIPHER): Reintroduced it.
|
||||
* seskey.c (encode_session_key): Debug output of the session key.
|
||||
|
||||
* pubkey-enc.c (get_it): Handle card case.
|
||||
* call-agent.c (agent_scd_pkdecrypt): New.
|
||||
* pkglue.c (pk_encrypt): Add RSA support.
|
||||
|
||||
* g10.c (main): Default to --use-agent.
|
||||
|
||||
* keygen.c (show_smartcard): Print info about the public key.
|
||||
(check_smartcard): Check for existing key here.
|
||||
(gen_card_key): And not anymore here.
|
||||
(fpr_is_zero): New.
|
||||
(generate_keypair): Generate both keys for a card.
|
||||
(smartcard_change_url): Nw.
|
||||
|
||||
2003-07-02 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* seckey-cert.c (is_secret_key_protected): Let it handle mode 1002.
|
||||
|
||||
2003-07-01 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* keygen.c (gen_card_key): Obviously we should use the creation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue