aboutsummaryrefslogtreecommitdiffstats
path: root/sm/gpgsm.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2001-12-15* gpgsm.c (main): Renamed the default key database to "keyring.kbx".Werner Koch1-1/+1
2001-12-14* gpgsm.c (main): New option --debug-wait n, so that it isWerner Koch1-9/+20
possible to attach gdb when used in server mode.
2001-12-14* keylist.c (list_cert_colon): Print alternative names of subjectWerner Koch1-0/+6
and a few other values.
2001-12-13Made decryption work in --server mode, allow output of plain base64,Werner Koch1-31/+46
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 Koch1-1/+40
* base64.c (base64_reader_cb): Fixed non-autodetection mode.
2001-12-11Implemented encryption in server mode.Werner Koch1-13/+29
Allow to specify a recipient on the commandline There is still a default hardwired recipient if none has been set.
2001-12-05Started with decryption stuffWerner Koch1-12/+13
2001-11-27--armor does now produce PEM format.Werner Koch1-0/+4
2001-11-27* base64.c: New. Changed all other functions to use this insteadWerner Koch1-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.
2001-11-26* gpgsm.c: New option --agent-programWerner Koch1-1/+4
* call-agent.c (start_agent): Allow to override the default path to the agent.
2001-11-23Just a Backup. We can now write out a basic signature which in turnWerner Koch1-0/+10
exhibits a bug in --verify.
2001-11-19Added basic code for keylisting.Werner Koch1-4/+3
New Assuan command LISTKEYS.
2001-11-19Write status output, make verify work in server mode.Werner Koch1-6/+19
2001-11-19gpgsm --verify does now work like gpg including theWerner Koch1-3/+68
--enable-special-filenames option.
2001-11-16Base code for gpgsm --verify does workWerner Koch1-0/+4
2001-11-13We have reached a state where we are able to import certs andWerner Koch1-7/+8
check the certification path.
2001-11-10we are now able to check self-signed certificatesWerner Koch1-0/+1
2001-11-07Implemented server main loop and started with import command.Werner Koch1-1/+1
2001-11-06gpgsm does now build and a dummy server can be started.Werner Koch1-2/+1030
2001-10-31Created configuration filesWerner Koch1-0/+6