1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-24 01:32:46 +02:00
gnupg/sm
Marcus Brinkmann e6336cb1ff assuan/
2001-12-14  Marcus Brinkmann  <marcus@g10code.de>

	* assuan-defs.h (LINELENGTH): Define as ASSUAN_LINELENGTH.
	assuan.h: Define ASSUAN_LINELENGTH.

agent/
2001-12-14  Marcus Brinkmann  <marcus@g10code.de>

	* query.c (LINELENGTH): Removed.
	(agent_askpin): Use ASSUAN_LINELENGTH, not LINELENGTH.

sm/
2001-12-14  Marcus Brinkmann  <marcus@g10code.de>

	* call-agent.c (LINELENGTH): Removed.
	(gpgsm_agent_pksign): Use ASSUAN_LINELENGTH, not LINELENGTH.
	(gpgsm_agent_pkdecrypt): Likewise.
2001-12-13 23:20:02 +00:00
..
base64.c Made decryption work in --server mode, allow output of plain base64, 2001-12-13 09:09:11 +00:00
call-agent.c assuan/ 2001-12-13 23:20:02 +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 assuan/ 2001-12-13 23:20:02 +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 Implemented encryption in server mode. 2001-12-11 12:31:04 +00:00
fingerprint.c Started with decryption stuff 2001-12-05 23:48:01 +00:00
gpgsm.c Made decryption work in --server mode, allow output of plain base64, 2001-12-13 09:09:11 +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 Made decryption work in --server mode, allow output of plain base64, 2001-12-13 09:09:11 +00:00
sign.c Now that the DN encoding works more correct, we have to update the 2001-12-13 09:33:36 +00:00
verify.c Implemented encryption in server mode. 2001-12-11 12:31:04 +00:00