Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Started with decryption stuff | Werner Koch | 2001-12-05 | 9 | -367/+372 | |
| | ||||||
* | --armor does now produce PEM format. | Werner Koch | 2001-11-27 | 5 | -12/+188 | |
| | ||||||
* | * base64.c: New. Changed all other functions to use this instead | Werner Koch | 2001-11-27 | 10 | -331/+782 | |
| | | | | | | | 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. | |||||
* | * gpgsm.c: New option --agent-program | Werner Koch | 2001-11-26 | 4 | -5/+21 | |
| | | | | | | * call-agent.c (start_agent): Allow to override the default path to the agent. | |||||
* | * keydb.c (keydb_add_resource): Create keybox | Werner Koch | 2001-11-26 | 7 | -149/+247 | |
| | | | | | | * keylist.c (gpgsm_list_keys): Fixed non-server keylisting. * server.c (rc_to_assuan_status): New. Use it for all commands. | |||||
* | The agent does now work and read the secret keys from the directory | Werner Koch | 2001-11-25 | 5 | -9/+590 | |
| | | | | | | ~/.gnupg-test/private-keys-v1.d/<keygrip-as-20-byte-hex-number>. I will post a sample key to gpa-dev. | |||||
* | Introduced the keygrip | Werner Koch | 2001-11-24 | 3 | -0/+63 | |
| | ||||||
* | Added new directory common to enable sharing of some code and error | Werner Koch | 2001-11-24 | 13 | -348/+64 | |
| | | | | | | numbers between gpg, gpgsm and gpg-agent. Move some files and code to there. | |||||
* | Signing does now work. There is no secret key management yet, so you | Werner Koch | 2001-11-24 | 5 | -19/+147 | |
| | | | | | | should set GPGSM_FAKE_KEY=1 before you try to verify a signature created by gpgsm --sign or the SIGN server command. | |||||
* | Just a Backup. We can now write out a basic signature which in turn | Werner Koch | 2001-11-23 | 5 | -1/+372 | |
| | | | | | exhibits a bug in --verify. | |||||
* | Map Libksba's OIDs to Libgcrypt digest algo numbers. | Werner Koch | 2001-11-20 | 4 | -14/+26 | |
| | | | | | The latest Libgcrypt CVS version is needed. | |||||
* | Added new file to please Jan | Werner Koch | 2001-11-19 | 1 | -0/+184 | |
| | ||||||
* | Added basic code for keylisting. | Werner Koch | 2001-11-19 | 5 | -7/+22 | |
| | | | | | New Assuan command LISTKEYS. | |||||
* | Write status output, make verify work in server mode. | Werner Koch | 2001-11-19 | 6 | -13/+422 | |
| | ||||||
* | gpgsm --verify does now work like gpg including the | Werner Koch | 2001-11-19 | 6 | -25/+305 | |
| | | | | | --enable-special-filenames option. | |||||
* | Base code for gpgsm --verify does work | Werner Koch | 2001-11-16 | 11 | -78/+533 | |
| | ||||||
* | We have reached a state where we are able to import certs and | Werner Koch | 2001-11-13 | 13 | -426/+1149 | |
| | | | | | check the certification path. | |||||
* | We now need a way to store keys | Werner Koch | 2001-11-10 | 2 | -0/+780 | |
| | ||||||
* | we are now able to check self-signed certificates | Werner Koch | 2001-11-10 | 3 | -43/+160 | |
| | ||||||
* | Implemented server main loop and started with import command. | Werner Koch | 2001-11-07 | 8 | -4/+537 | |
| | ||||||
* | gpgsm does now build and a dummy server can be started. | Werner Koch | 2001-11-06 | 5 | -12/+1225 | |
| | ||||||
* | Created configuration files | Werner Koch | 2001-10-31 | 3 | -0/+42 | |