Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Now that the DN encoding works more correct, we have to update the | Werner Koch | 2001-12-13 | 1 | -1/+1 | |
| | | | | | default key. | |||||
* | Implemented encryption in server mode. | Werner Koch | 2001-12-11 | 1 | -2/+1 | |
| | | | | | | 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 | -3/+6 | |
| | ||||||
* | --armor does now produce PEM format. | Werner Koch | 2001-11-27 | 1 | -0/+6 | |
| | ||||||
* | * base64.c: New. Changed all other functions to use this instead | Werner Koch | 2001-11-27 | 1 | -32/+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. | |||||
* | * keydb.c (keydb_add_resource): Create keybox | Werner Koch | 2001-11-26 | 1 | -4/+11 | |
| | | | | | | * keylist.c (gpgsm_list_keys): Fixed non-server keylisting. * server.c (rc_to_assuan_status): New. Use it for all commands. | |||||
* | Added new directory common to enable sharing of some code and error | Werner Koch | 2001-11-24 | 1 | -3/+3 | |
| | | | | | | numbers between gpg, gpgsm and gpg-agent. Move some files and code to there. | |||||
* | Signing does now work. There is no secret key management yet, so you | Werner Koch | 2001-11-24 | 1 | -9/+12 | |
| | | | | | | should set GPGSM_FAKE_KEY=1 before you try to verify a signature created by gpgsm --sign or the SIGN server command. | |||||
* | Just a Backup. We can now write out a basic signature which in turn | Werner Koch | 2001-11-23 | 1 | -0/+356 | |
exhibits a bug in --verify. |