1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-29 02:22:45 +02:00
gnupg/sm
Werner Koch 6d27c940b2 * verify.c (gpgsm_verify): Add hash debug helpers
* sign.c (gpgsm_sign): Ditto.

* base64.c (base64_reader_cb): Reset the linelen when we need to
skip the line and adjusted test; I somehow forgot about DeMorgan.

* server.c (cmd_encrypt,cmd_decrypt,cmd_sign,cmd_verify)
(cmd_import): Close the FDs on success.
(close_message_fd): New.
(input_notify): Setting autodetect_encoding to 0 after initializing
it to 0 is pretty pointless.  Easy to fix.
2001-12-14 19:36:33 +00:00
..
base64.c * verify.c (gpgsm_verify): Add hash debug helpers 2001-12-14 19:36:33 +00:00
call-agent.c * gpgsm.c (main): New option --debug-wait n, so that it is 2001-12-14 15:40:20 +00:00
certchain.c * keylist.c (list_cert_colon): Print alternative names of subject 2001-12-13 13:11:40 +00:00
certcheck.c The agent does now work and read the secret keys from the directory 2001-11-25 18:23:06 +00:00
certdump.c * keylist.c (list_cert_colon): Print alternative names of subject 2001-12-13 13:11:40 +00:00
certlist.c * keylist.c (list_cert_colon): Print alternative names of subject 2001-12-13 13:11:40 +00:00
certpath.c * keylist.c (list_cert_colon): Print alternative names of subject 2001-12-13 13:11:40 +00:00
ChangeLog * verify.c (gpgsm_verify): Add hash debug helpers 2001-12-14 19:36:33 +00:00
decrypt.c Made decryption work in --server mode, allow output of plain base64, 2001-12-13 09:09:11 +00:00
encrypt.c Fixed test key 2001-12-14 13:09:51 +00:00
fingerprint.c Started with decryption stuff 2001-12-05 23:48:01 +00:00
gpgsm.c * gpgsm.c (main): New option --debug-wait n, so that it is 2001-12-14 15:40:20 +00:00
gpgsm.h Implemented encryption in server mode. 2001-12-11 12:31:04 +00:00
import.c * base64.c: New. Changed all other functions to use this instead 2001-11-27 17:40:09 +00:00
keydb.c Implemented encryption in server mode. 2001-12-11 12:31:04 +00:00
keydb.h Implemented encryption in server mode. 2001-12-11 12:31:04 +00:00
keylist.c * keylist.c (list_cert_colon): Print alternative names of subject 2001-12-13 13:11:40 +00:00
Makefile.am Implemented encryption in server mode. 2001-12-11 12:31:04 +00:00
misc.c Added new directory common to enable sharing of some code and error 2001-11-24 17:43:43 +00:00
server.c * verify.c (gpgsm_verify): Add hash debug helpers 2001-12-14 19:36:33 +00:00
sign.c * verify.c (gpgsm_verify): Add hash debug helpers 2001-12-14 19:36:33 +00:00
verify.c * verify.c (gpgsm_verify): Add hash debug helpers 2001-12-14 19:36:33 +00:00