aboutsummaryrefslogtreecommitdiffstats
path: root/agent (follow)
Commit message (Collapse)AuthorAgeFilesLines
* assuan/Marcus Brinkmann2001-12-132-3/+6
| | | | | | | | | | | | | | | | | | | | | 2001-12-14 Marcus Brinkmann <[email protected]> * assuan-defs.h (LINELENGTH): Define as ASSUAN_LINELENGTH. assuan.h: Define ASSUAN_LINELENGTH. agent/ 2001-12-14 Marcus Brinkmann <[email protected]> * query.c (LINELENGTH): Removed. (agent_askpin): Use ASSUAN_LINELENGTH, not LINELENGTH. sm/ 2001-12-14 Marcus Brinkmann <[email protected]> * call-agent.c (LINELENGTH): Removed. (gpgsm_agent_pksign): Use ASSUAN_LINELENGTH, not LINELENGTH. (gpgsm_agent_pkdecrypt): Likewise.
* The Agent does now call the pin entry program; however because we haveWerner Koch2001-12-107-3/+332
| | | | | | not yet implemeted secret key protection, its purpose is somewhat limited. Well, the PIN entry modules can now be tested.
* Added decryption, some code cleanupWerner Koch2001-12-057-91/+375
|
* The agent does now work and read the secret keys from the directoryWerner Koch2001-11-251-35/+69
| | | | | | ~/.gnupg-test/private-keys-v1.d/<keygrip-as-20-byte-hex-number>. I will post a sample key to gpa-dev.
* As promised a agent which already does some things. Not very usefulWerner Koch2001-11-255-44/+220
| | | | | yet but may be of help for using it in ther contexts.
* Friedman is setting up his deskWerner Koch2001-11-245-38/+400
|
* MpfrhWerner Koch2001-11-241-0/+33
|
* Added new directory common to enable sharing of some code and errorWerner Koch2001-11-242-0/+1010
| | | | | | numbers between gpg, gpgsm and gpg-agent. Move some files and code to there.
* Created configuration filesWerner Koch2001-10-311-0/+0