Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Changes to be used with the new libksba interface. | Werner Koch | 2001-12-18 | 1 | -2/+2 | |
| | | | | | libgcrypt-1.1.5 is required (cvs or tarball) | |||||
* | Implemented encryption in server mode. | Werner Koch | 2001-12-11 | 1 | -3/+17 | |
| | | | | | | Allow to specify a recipient on the commandline There is still a default hardwired recipient if none has been set. | |||||
* | Decryption does now work | Werner Koch | 2001-12-06 | 1 | -0/+5 | |
| | ||||||
* | Started with decryption stuff | Werner Koch | 2001-12-05 | 1 | -1/+5 | |
| | ||||||
* | --armor does now produce PEM format. | Werner Koch | 2001-11-27 | 1 | -0/+1 | |
| | ||||||
* | * base64.c: New. Changed all other functions to use this instead | Werner Koch | 2001-11-27 | 1 | -1/+20 | |
| | | | | | | | 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 | -0/+1 | |
| | | | | | | * call-agent.c (start_agent): Allow to override the default path to the agent. | |||||
* | The agent does now work and read the secret keys from the directory | Werner Koch | 2001-11-25 | 1 | -7/+11 | |
| | | | | | | ~/.gnupg-test/private-keys-v1.d/<keygrip-as-20-byte-hex-number>. I will post a sample key to gpa-dev. | |||||
* | Introduced the keygrip | Werner Koch | 2001-11-24 | 1 | -0/+3 | |
| | ||||||
* | Added new directory common to enable sharing of some code and error | Werner Koch | 2001-11-24 | 1 | -97/+6 | |
| | | | | | | 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 | -0/+3 | |
| | | | | | | 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/+3 | |
| | | | | | exhibits a bug in --verify. | |||||
* | Added basic code for keylisting. | Werner Koch | 2001-11-19 | 1 | -2/+3 | |
| | | | | | New Assuan command LISTKEYS. | |||||
* | Write status output, make verify work in server mode. | Werner Koch | 2001-11-19 | 1 | -2/+86 | |
| | ||||||
* | gpgsm --verify does now work like gpg including the | Werner Koch | 2001-11-19 | 1 | -2/+5 | |
| | | | | | --enable-special-filenames option. | |||||
* | Base code for gpgsm --verify does work | Werner Koch | 2001-11-16 | 1 | -1/+6 | |
| | ||||||
* | We have reached a state where we are able to import certs and | Werner Koch | 2001-11-13 | 1 | -3/+32 | |
| | | | | | check the certification path. | |||||
* | Implemented server main loop and started with import command. | Werner Koch | 2001-11-07 | 1 | -0/+16 | |
| | ||||||
* | gpgsm does now build and a dummy server can be started. | Werner Koch | 2001-11-06 | 1 | -0/+86 | |