Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * base64.c: New. Changed all other functions to use this instead | Werner Koch | 2001-11-27 | 1 | -223/+10 |
| | | | | | | | 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. | ||||
* | Added new directory common to enable sharing of some code and error | Werner Koch | 2001-11-24 | 1 | -2/+2 |
| | | | | | | numbers between gpg, gpgsm and gpg-agent. Move some files and code to there. | ||||
* | Write status output, make verify work in server mode. | Werner Koch | 2001-11-19 | 1 | -1/+1 |
| | |||||
* | gpgsm --verify does now work like gpg including the | Werner Koch | 2001-11-19 | 1 | -10/+178 |
| | | | | | --enable-special-filenames option. | ||||
* | We have reached a state where we are able to import certs and | Werner Koch | 2001-11-13 | 1 | -183/+17 |
| | | | | | check the certification path. | ||||
* | we are now able to check self-signed certificates | Werner Koch | 2001-11-10 | 1 | -41/+153 |
| | |||||
* | Implemented server main loop and started with import command. | Werner Koch | 2001-11-07 | 1 | -0/+213 |