Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | -0/+2 | |
| | | | | | | | 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. | |||||
* | The agent does now work and read the secret keys from the directory | Werner Koch | 2001-11-25 | 1 | -0/+1 | |
| | | | | | | ~/.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 | -7/+3 | |
| | | | | | | numbers between gpg, gpgsm and gpg-agent. Move some files and code to there. | |||||
* | Just a Backup. We can now write out a basic signature which in turn | Werner Koch | 2001-11-23 | 1 | -0/+2 | |
| | | | | | exhibits a bug in --verify. | |||||
* | Map Libksba's OIDs to Libgcrypt digest algo numbers. | Werner Koch | 2001-11-20 | 1 | -1/+1 | |
| | | | | | The latest Libgcrypt CVS version is needed. | |||||
* | Added basic code for keylisting. | Werner Koch | 2001-11-19 | 1 | -0/+1 | |
| | | | | | New Assuan command LISTKEYS. | |||||
* | Base code for gpgsm --verify does work | Werner Koch | 2001-11-16 | 1 | -0/+1 | |
| | ||||||
* | We have reached a state where we are able to import certs and | Werner Koch | 2001-11-13 | 1 | -1/+6 | |
| | | | | | check the certification path. | |||||
* | we are now able to check self-signed certificates | Werner Koch | 2001-11-10 | 1 | -2/+6 | |
| | ||||||
* | Implemented server main loop and started with import command. | Werner Koch | 2001-11-07 | 1 | -3/+8 | |
| | ||||||
* | gpgsm does now build and a dummy server can be started. | Werner Koch | 2001-11-06 | 1 | -10/+7 | |
| | ||||||
* | Created configuration files | Werner Koch | 2001-10-31 | 1 | -0/+36 | |