Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * keylist.c (list_cert_colon): Print alternative names of subject | Werner Koch | 2001-12-14 | 1 | -2/+0 | |
| | | | | | and a few other values. | |||||
* | Made decryption work in --server mode, allow output of plain base64, | Werner Koch | 2001-12-13 | 1 | -2/+19 | |
| | | | | | | allow --armor and --base64 arguments for INPUT and OUTPUT, new global option --base64, cleaned up the help page. | |||||
* | Implemented encryption in server mode. | Werner Koch | 2001-12-11 | 1 | -7/+25 | |
| | | | | | | 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 | -0/+1 | |
| | ||||||
* | * base64.c: New. Changed all other functions to use this instead | Werner Koch | 2001-11-27 | 1 | -8/+61 | |
| | | | | | | | 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. | |||||
* | * keydb.c (keydb_add_resource): Create keybox | Werner Koch | 2001-11-26 | 1 | -7/+51 | |
| | | | | | | * keylist.c (gpgsm_list_keys): Fixed non-server keylisting. * server.c (rc_to_assuan_status): New. Use it for all commands. | |||||
* | Signing does now work. There is no secret key management yet, so you | Werner Koch | 2001-11-24 | 1 | -4/+23 | |
| | | | | | | should set GPGSM_FAKE_KEY=1 before you try to verify a signature created by gpgsm --sign or the SIGN server command. | |||||
* | Added basic code for keylisting. | Werner Koch | 2001-11-19 | 1 | -0/+14 | |
| | | | | | New Assuan command LISTKEYS. | |||||
* | Write status output, make verify work in server mode. | Werner Koch | 2001-11-19 | 1 | -2/+243 | |
| | ||||||
* | gpgsm --verify does now work like gpg including the | Werner Koch | 2001-11-19 | 1 | -1/+1 | |
| | | | | | --enable-special-filenames option. | |||||
* | Base code for gpgsm --verify does work | Werner Koch | 2001-11-16 | 1 | -4/+11 | |
| | ||||||
* | Implemented server main loop and started with import command. | Werner Koch | 2001-11-07 | 1 | -0/+182 | |
| | ||||||
* | gpgsm does now build and a dummy server can be started. | Werner Koch | 2001-11-06 | 1 | -0/+56 | |