aboutsummaryrefslogtreecommitdiffstats
path: root/sm/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * decrypt.c (gpgsm_decrypt): Write STATUS_DECRYPTION_*.Werner Koch2001-12-151-0/+5
| | | | | * sign.c (gpgsm_sign): Write a STATUS_SIG_CREATED.
* * keylist.c (list_cert_colon): Kludge to show an email addressWerner Koch2001-12-141-0/+3
| | | | | encoded in the subject's DN.
* * verify.c (gpgsm_verify): Add hash debug helpersWerner Koch2001-12-141-0/+12
| | | | | | | | | | | | | | * 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.
* * gpgsm.c (main): New option --debug-wait n, so that it isWerner Koch2001-12-141-0/+3
| | | | | possible to attach gdb when used in server mode.
* * sign.c (get_default_signer): Use keydb_classify_name here.Werner Koch2001-12-141-0/+4
|
* assuan/Marcus Brinkmann2001-12-131-0/+6
| | | | | | | | | | | | | | | | | | | | | 2001-12-14 Marcus Brinkmann <[email protected]> * assuan-defs.h (LINELENGTH): Define as ASSUAN_LINELENGTH. assuan.h: Define ASSUAN_LINELENGTH. agent/ 2001-12-14 Marcus Brinkmann <[email protected]> * query.c (LINELENGTH): Removed. (agent_askpin): Use ASSUAN_LINELENGTH, not LINELENGTH. sm/ 2001-12-14 Marcus Brinkmann <[email protected]> * call-agent.c (LINELENGTH): Removed. (gpgsm_agent_pksign): Use ASSUAN_LINELENGTH, not LINELENGTH. (gpgsm_agent_pkdecrypt): Likewise.
* * keylist.c (list_cert_colon): Print alternative names of subjectWerner Koch2001-12-131-2/+5
| | | | | and a few other values.
* * gpgsm.c (main): New options --assume-{armor,base64,binary}.Werner Koch2001-12-121-0/+5
| | | | | * base64.c (base64_reader_cb): Fixed non-autodetection mode.
* Started with decryption stuffWerner Koch2001-12-051-0/+7
|
* * base64.c: New. Changed all other functions to use this insteadWerner Koch2001-11-271-0/+6
| | | | | | | 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.
* * gpgsm.c: New option --agent-programWerner Koch2001-11-261-0/+4
| | | | | | * call-agent.c (start_agent): Allow to override the default path to the agent.
* * keydb.c (keydb_add_resource): Create keyboxWerner Koch2001-11-261-0/+20
| | | | | | * keylist.c (gpgsm_list_keys): Fixed non-server keylisting. * server.c (rc_to_assuan_status): New. Use it for all commands.
* Created configuration filesWerner Koch2001-10-311-0/+0