aboutsummaryrefslogtreecommitdiffstats
path: root/sm/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * gpgsm.c (main): Disable core dumps.Werner Koch2002-01-251-0/+14
| | | | | | | | | | | | | * sign.c (add_certificate_list): New. (gpgsm_sign): Add the certificates to the CMS object. * certpath.c (gpgsm_walk_cert_chain): New. * gpgsm.h (server_control_s): Add included_certs. * gpgsm.c: Add option --include-certs. (gpgsm_init_default_ctrl): New. (main): Call it. * server.c (gpgsm_server): Ditto. (option_handler): Support --include-certs.
* * certpath.c (gpgsm_validate_path): Print the DN of a missing issuer.Werner Koch2002-01-231-0/+6
| | | | | | * certdump.c (gpgsm_dump_string): New. (print_dn): Replaced by above.
* * certpath.c (unknown_criticals): New.Werner Koch2002-01-221-0/+7
| | | | | | | (allowed_ca): New. (gpgsm_validate_path): Check validity, CA attribute, path length and unknown critical extensions.
* * gpgsm.c: Add option --enable-crl-checks.Werner Koch2002-01-211-0/+7
| | | | | | * call-agent.c (start_agent): Implemented socket based access. * call-dirmngr.c (start_dirmngr): Ditto.
* * server.c (option_handler): New.Werner Koch2002-01-201-0/+5
| | | | | (gpgsm_server): Register it with assuan.
* * server.c (gpgsm_server): Use assuan_deinit_server and setupWerner Koch2002-01-191-0/+9
| | | | | | | | | assuan logging if enabled. * call-agent.c (inq_ciphertext_cb): Don't show the session key in an Assuan log file. * gpgsm.c (my_strusage): Take bugreport address from configure.ac
* * import.c (gpgsm_import): Just do a basic cert check beforeWerner Koch2002-01-151-0/+16
| | | | | | | | | | | | | | | | storing it. * certpath.c (gpgsm_basic_cert_check): New. * keydb.c (keydb_store_cert): New. * import.c (store_cert): Removed and change all caller to use the new function. * verify.c (store_cert): Ditto. * certlist.c (gpgsm_add_to_certlist): Validate the path * certpath.c (gpgsm_validate_path): Check the trust list. * call-agent.c (gpgsm_agent_istrusted): New.
* * call-dirmngr.c (inq_certificate): Changed for new interface semantic.Werner Koch2002-01-141-1/+6
| | | | | | | | | * certlist.c (gpgsm_find_cert): New. DirMngr should now work. Remember that there is a --disable-crl-check option in gpgsm to be used when there is a problem with the dirmngr communication or you want to do faster tests.
* * fingerprint.c (gpgsm_get_certid): Print the serialand not theWerner Koch2002-01-131-0/+5
| | | | | hash after the dot.
* * call-dirmngr.c: New.Werner Koch2002-01-111-0/+7
| | | | | | | * certpath.c (gpgsm_validate_path): Check the CRL here. * fingerprint.c (gpgsm_get_certid): New. * gpgsm.c: New options --dirmngr-program and --disable-crl-checks.
* * base64.c (gpgsm_create_writer): Allow to set the object nameWerner Koch2002-01-101-1/+19
| | | | | | | | * server.c (cmd_genkey): New. * certreqgen.c: New. The parameter handling code has been taken from gnupg/g10/keygen.c version 1.0.6. * call-agent.c (gpgsm_agent_genkey): New.
* * verify.c (gpgsm_verify): Implemented non-detached signatureWerner Koch2001-12-201-0/+5
| | | | | | | verification. Add OUT_FP arg, initialize a writer and changed all callers. * server.c (cmd_verify): Pass an out_fp if one has been set.
* * base64.c (base64_reader_cb): Try to detect an S/MIME body part.Werner Koch2001-12-201-0/+15
| | | | | | | | | | | | | | * certdump.c (print_sexp): Renamed to gpgsm_dump_serial, made global. (print_time): Renamed to gpgsm_dump_time, made global. (gpgsm_dump_serial): Take a real S-Expression as argument and print the first item. * keylist.c (list_cert_colon): Ditto. * keydb.c (keydb_search_issuer_sn): Ditto. * decrypt.c (print_integer_sexp): Removed and made callers use gpgsm_dump_serial. * verify.c (print_time): Removed, made callers use gpgsm_dump_time.
* assuan/Marcus Brinkmann2001-12-191-0/+4
| | | | | | | | | | | | | | | | | | | 2001-12-14 Marcus Brinkmann <[email protected]> * assuan-buffer.c (_assuan_read_line): New variable ATTICLEN, use it to save the length of the attic line. Rediddle the code a bit to make it more clear what happens. agent/ 2001-12-19 Marcus Brinkmann <[email protected]> * query.c (start_pinentry): Add new argument to assuan_pipe_connect. sm/ 2001-12-19 Marcus Brinkmann <[email protected]> * call-agent.c (start_agent): Add new argument to assuan_pipe_connect.
* Changes to be used with the new libksba interface.Werner Koch2001-12-181-0/+33
| | | | | libgcrypt-1.1.5 is required (cvs or tarball)
* * gpgsm.c (main): Renamed the default key database to "keyring.kbx".Werner Koch2001-12-151-0/+2
|
* * 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