Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * server.c (gpgsm_server): Use assuan_deinit_server and setup | Werner Koch | 2002-01-19 | 1 | -1/+1 | |
| | | | | | | | | | 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 | |||||
* | * call-dirmngr.c: New. | Werner Koch | 2002-01-11 | 1 | -2/+12 | |
| | | | | | | | * 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. | |||||
* | * verify.c (gpgsm_verify): Implemented non-detached signature | Werner Koch | 2001-12-20 | 1 | -3/+3 | |
| | | | | | | | 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. | |||||
* | * gpgsm.c (main): Renamed the default key database to "keyring.kbx". | Werner Koch | 2001-12-15 | 1 | -1/+1 | |
| | ||||||
* | * gpgsm.c (main): New option --debug-wait n, so that it is | Werner Koch | 2001-12-14 | 1 | -9/+20 | |
| | | | | | possible to attach gdb when used in server mode. | |||||
* | * keylist.c (list_cert_colon): Print alternative names of subject | Werner Koch | 2001-12-14 | 1 | -0/+6 | |
| | | | | | and a few other values. | |||||
* | Made decryption work in --server mode, allow output of plain base64, | Werner Koch | 2001-12-13 | 1 | -31/+46 | |
| | | | | | | allow --armor and --base64 arguments for INPUT and OUTPUT, new global option --base64, cleaned up the help page. | |||||
* | * gpgsm.c (main): New options --assume-{armor,base64,binary}. | Werner Koch | 2001-12-12 | 1 | -1/+40 | |
| | | | | | * base64.c (base64_reader_cb): Fixed non-autodetection mode. | |||||
* | Implemented encryption in server mode. | Werner Koch | 2001-12-11 | 1 | -13/+29 | |
| | | | | | | Allow to specify a recipient on the commandline There is still a default hardwired recipient if none has been set. | |||||
* | Started with decryption stuff | Werner Koch | 2001-12-05 | 1 | -12/+13 | |
| | ||||||
* | --armor does now produce PEM format. | Werner Koch | 2001-11-27 | 1 | -0/+4 | |
| | ||||||
* | * base64.c: New. Changed all other functions to use this instead | Werner Koch | 2001-11-27 | 1 | -1/+5 | |
| | | | | | | | 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-program | Werner Koch | 2001-11-26 | 1 | -1/+4 | |
| | | | | | | * call-agent.c (start_agent): Allow to override the default path to the agent. | |||||
* | Just a Backup. We can now write out a basic signature which in turn | Werner Koch | 2001-11-23 | 1 | -0/+10 | |
| | | | | | exhibits a bug in --verify. | |||||
* | Added basic code for keylisting. | Werner Koch | 2001-11-19 | 1 | -4/+3 | |
| | | | | | New Assuan command LISTKEYS. | |||||
* | Write status output, make verify work in server mode. | Werner Koch | 2001-11-19 | 1 | -6/+19 | |
| | ||||||
* | gpgsm --verify does now work like gpg including the | Werner Koch | 2001-11-19 | 1 | -3/+68 | |
| | | | | | --enable-special-filenames option. | |||||
* | Base code for gpgsm --verify does work | Werner Koch | 2001-11-16 | 1 | -0/+4 | |
| | ||||||
* | We have reached a state where we are able to import certs and | Werner Koch | 2001-11-13 | 1 | -7/+8 | |
| | | | | | check the certification path. | |||||
* | we are now able to check self-signed certificates | Werner Koch | 2001-11-10 | 1 | -0/+1 | |
| | ||||||
* | Implemented server main loop and started with import command. | Werner Koch | 2001-11-07 | 1 | -1/+1 | |
| | ||||||
* | gpgsm does now build and a dummy server can be started. | Werner Koch | 2001-11-06 | 1 | -2/+1030 | |
| | ||||||
* | Created configuration files | Werner Koch | 2001-10-31 | 1 | -0/+6 | |