Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changes to be used with the new libksba interface. | Werner Koch | 2001-12-18 | 1 | -111/+36 |
| | | | | | libgcrypt-1.1.5 is required (cvs or tarball) | ||||
* | The agent does now work and read the secret keys from the directory | Werner Koch | 2001-11-25 | 1 | -1/+22 |
| | | | | | | ~/.gnupg-test/private-keys-v1.d/<keygrip-as-20-byte-hex-number>. I will post a sample key to gpa-dev. | ||||
* | Added new directory common to enable sharing of some code and error | Werner Koch | 2001-11-24 | 1 | -5/+5 |
| | | | | | | 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 | -4/+103 |
| | | | | | | should set GPGSM_FAKE_KEY=1 before you try to verify a signature created by gpgsm --sign or the SIGN server command. | ||||
* | Map Libksba's OIDs to Libgcrypt digest algo numbers. | Werner Koch | 2001-11-20 | 1 | -1/+7 |
| | | | | | The latest Libgcrypt CVS version is needed. | ||||
* | Base code for gpgsm --verify does work | Werner Koch | 2001-11-16 | 1 | -16/+74 |
| | |||||
* | We have reached a state where we are able to import certs and | Werner Koch | 2001-11-13 | 1 | -0/+156 |
check the certification path. |