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