Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2001-12-18 | * Makefile.am (AM_CPPFLAGS): Add flags for libksbaNEWPG-0-0-0 | Werner Koch | 1 | -2/+2 | |
* Makefile.am (AM_CPPFLAGS): Include flags for gcrypt and ksba * Makefile.am: Use LIBGCRYPT macros | |||||
2001-12-18 | Changes to be used with the new libksba interface. | Werner Koch | 1 | -5/+3 | |
libgcrypt-1.1.5 is required (cvs or tarball) | |||||
2001-12-11 | Implemented encryption in server mode. | Werner Koch | 1 | -0/+1 | |
Allow to specify a recipient on the commandline There is still a default hardwired recipient if none has been set. | |||||
2001-12-05 | Started with decryption stuff | Werner Koch | 1 | -0/+1 | |
2001-11-27 | * base64.c: New. Changed all other functions to use this instead | Werner Koch | 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. | |||||
2001-11-25 | The agent does now work and read the secret keys from the directory | Werner Koch | 1 | -0/+1 | |
~/.gnupg-test/private-keys-v1.d/<keygrip-as-20-byte-hex-number>. I will post a sample key to gpa-dev. | |||||
2001-11-24 | Added new directory common to enable sharing of some code and error | Werner Koch | 1 | -7/+3 | |
numbers between gpg, gpgsm and gpg-agent. Move some files and code to there. | |||||
2001-11-23 | Just a Backup. We can now write out a basic signature which in turn | Werner Koch | 1 | -0/+2 | |
exhibits a bug in --verify. | |||||
2001-11-20 | Map Libksba's OIDs to Libgcrypt digest algo numbers. | Werner Koch | 1 | -1/+1 | |
The latest Libgcrypt CVS version is needed. | |||||
2001-11-19 | Added basic code for keylisting. | Werner Koch | 1 | -0/+1 | |
New Assuan command LISTKEYS. | |||||
2001-11-16 | Base code for gpgsm --verify does work | Werner Koch | 1 | -0/+1 | |
2001-11-13 | We have reached a state where we are able to import certs and | Werner Koch | 1 | -1/+6 | |
check the certification path. | |||||
2001-11-10 | we are now able to check self-signed certificates | Werner Koch | 1 | -2/+6 | |
2001-11-07 | Implemented server main loop and started with import command. | Werner Koch | 1 | -3/+8 | |
2001-11-06 | gpgsm does now build and a dummy server can be started. | Werner Koch | 1 | -10/+7 | |
2001-10-31 | Created configuration files | Werner Koch | 1 | -0/+36 | |