aboutsummaryrefslogtreecommitdiffstats
path: root/sm/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Started with decryption stuffWerner Koch2001-12-051-0/+1
|
* * base64.c: New. Changed all other functions to use this insteadWerner Koch2001-11-271-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 directoryWerner Koch2001-11-251-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 errorWerner Koch2001-11-241-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 turnWerner Koch2001-11-231-0/+2
| | | | | exhibits a bug in --verify.
* Map Libksba's OIDs to Libgcrypt digest algo numbers.Werner Koch2001-11-201-1/+1
| | | | | The latest Libgcrypt CVS version is needed.
* Added basic code for keylisting.Werner Koch2001-11-191-0/+1
| | | | | New Assuan command LISTKEYS.
* Base code for gpgsm --verify does workWerner Koch2001-11-161-0/+1
|
* We have reached a state where we are able to import certs andWerner Koch2001-11-131-1/+6
| | | | | check the certification path.
* we are now able to check self-signed certificatesWerner Koch2001-11-101-2/+6
|
* Implemented server main loop and started with import command.Werner Koch2001-11-071-3/+8
|
* gpgsm does now build and a dummy server can be started.Werner Koch2001-11-061-10/+7
|
* Created configuration filesWerner Koch2001-10-311-0/+36