Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2001-12-14 | * verify.c (gpgsm_verify): Add hash debug helpers | Werner Koch | 1 | -2/+2 | |
* 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-13 | Made decryption work in --server mode, allow output of plain base64, | Werner Koch | 1 | -1/+2 | |
allow --armor and --base64 arguments for INPUT and OUTPUT, new global option --base64, cleaned up the help page. | |||||
2001-12-12 | * gpgsm.c (main): New options --assume-{armor,base64,binary}. | Werner Koch | 1 | -4/+20 | |
* base64.c (base64_reader_cb): Fixed non-autodetection mode. | |||||
2001-12-06 | Decryption does now work | Werner Koch | 1 | -5/+0 | |
2001-11-27 | --armor does now produce PEM format. | Werner Koch | 1 | -11/+170 | |
2001-11-27 | * base64.c: New. Changed all other functions to use this instead | Werner Koch | 1 | -60/+134 | |
of direct creation of ksba_reader/writer. * gpgsm.c (main): Set ctrl.auto_encoding unless --no-armor is used. This way we can feed PEM encoded stuff to --verify. | |||||
2001-11-24 | Added new directory common to enable sharing of some code and error | Werner Koch | 1 | -2/+2 | |
numbers between gpg, gpgsm and gpg-agent. Move some files and code to there. | |||||
2001-11-19 | Write status output, make verify work in server mode. | Werner Koch | 1 | -1/+1 | |
2001-11-19 | gpgsm --verify does now work like gpg including the | Werner Koch | 1 | -10/+178 | |
--enable-special-filenames option. | |||||
2001-11-13 | We have reached a state where we are able to import certs and | Werner Koch | 1 | -183/+17 | |
check the certification path. | |||||
2001-11-10 | we are now able to check self-signed certificates | Werner Koch | 1 | -41/+153 | |
2001-11-07 | Implemented server main loop and started with import command. | Werner Koch | 1 | -0/+213 | |