aboutsummaryrefslogtreecommitdiffstats
path: root/sm/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * certpath.c: Renamed to ..Werner Koch2002-08-161-2/+2
| | | | | | * certchain.c: this. Renamed all all other usages of "path" in the context of certificates to "chain".
* * call-agent.c (learn_cb): Special treatment when the issuerWerner Koch2002-08-161-2/+2
| | | | | certificate is missing.
* Minor changes for gettextNEWPG-0-3-10Werner Koch2002-08-101-0/+3
|
* * delete.c: New.Werner Koch2002-07-221-0/+1
| | | | | | | | | | * gpgsm.c: Made --delete-key work. * server.c (cmd_delkeys): New. (register_commands): New command DELKEYS. * decrypt.c (gpgsm_decrypt): Print a convenience note when RC2 is used and a STATUS_ERROR with the algorithm oid.
* * export.c: New.Werner Koch2002-03-211-1/+2
| | | | | | * gpgsm.c: Add command --export. * server.c (cmd_export): New.
* * call-dirmngr.c: New.Werner Koch2002-01-111-0/+1
| | | | | | | * certpath.c (gpgsm_validate_path): Check the CRL here. * fingerprint.c (gpgsm_get_certid): New. * gpgsm.c: New options --dirmngr-program and --disable-crl-checks.
* * base64.c (gpgsm_create_writer): Allow to set the object nameWerner Koch2002-01-101-1/+2
| | | | | | | | * server.c (cmd_genkey): New. * certreqgen.c: New. The parameter handling code has been taken from gnupg/g10/keygen.c version 1.0.6. * call-agent.c (gpgsm_agent_genkey): New.
* * Makefile.am (AM_CPPFLAGS): Add flags for libksbaNEWPG-0-0-0Werner Koch2001-12-181-2/+2
| | | | | | * Makefile.am (AM_CPPFLAGS): Include flags for gcrypt and ksba * Makefile.am: Use LIBGCRYPT macros
* Changes to be used with the new libksba interface.Werner Koch2001-12-181-5/+3
| | | | | libgcrypt-1.1.5 is required (cvs or tarball)
* Implemented encryption in server mode.Werner Koch2001-12-111-0/+1
| | | | | | Allow to specify a recipient on the commandline There is still a default hardwired recipient if none has been set.
* 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