aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* New searchmode and hack to allow a hex encoded serial numberWerner Koch2001-12-112-4/+112
* new error codesWerner Koch2001-12-112-0/+2
* --encrypt does now work for a hardwired key.Werner Koch2001-12-103-106/+424
* The Agent does now call the pin entry program; however because we haveWerner Koch2001-12-108-3/+336
* Decryption does now workWerner Koch2001-12-064-31/+292
* More error codesWerner Koch2001-12-062-0/+5
* added test certificate and secret keyWerner Koch2001-12-063-0/+56
* Added decryption, some code cleanupWerner Koch2001-12-057-91/+375
* Started with decryption stuffWerner Koch2001-12-059-367/+372
* New error codes and another mapping fnc.Werner Koch2001-12-053-1/+27
* assuan-connect.c (assuan_pipe_connect): Add more error reporting.Werner Koch2001-12-0510-16/+605
* --armor does now produce PEM format.Werner Koch2001-11-275-12/+188
* * base64.c: New. Changed all other functions to use this insteadWerner Koch2001-11-2710-331/+782
* * assuan-handler.c (assuan_register_input_notify): New.Werner Koch2001-11-274-1/+36
* * gpgsm.c: New option --agent-programWerner Koch2001-11-264-5/+21
* * keydb.c (keydb_add_resource): Create keyboxWerner Koch2001-11-267-149/+247
* More error codesWerner Koch2001-11-262-1/+5
* * assuan.h: Added more status codes.Werner Koch2001-11-262-0/+17
* The agent does now work and read the secret keys from the directoryWerner Koch2001-11-257-45/+668
* (assuan_process): Moved bulk of function to ..Werner Koch2001-11-253-49/+121
* * assuan-handler.c (assuan_register_bye_notify)Werner Koch2001-11-254-2/+55
* As promised a agent which already does some things. Not very usefulWerner Koch2001-11-255-44/+220
* Introduced the keygripWerner Koch2001-11-243-0/+63
* Add a copyright note to the bottomWerner Koch2001-11-241-0/+14
* * assuan-connect.c (assuan_get_pid): New - actually done by Marcus in gpgme.Werner Koch2001-11-244-1/+13
* * assuan-buffer.c (_assuan_read_line): Deal with reads of moreWerner Koch2001-11-243-8/+41
* 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-2421-235/+1395
* Signing does now work. There is no secret key management yet, so youWerner Koch2001-11-246-19/+148
* Just a Backup. We can now write out a basic signature which in turnWerner Koch2001-11-235-1/+372
* Map Libksba's OIDs to Libgcrypt digest algo numbers.Werner Koch2001-11-204-14/+26
* * assuan.h: Prototype assuan_pipe_connect and assuan_pipe_disconnect.Marcus Brinkmann2001-11-201-0/+5
* * assuan-connect.c (assuan_pipe_connect): Require NAME to be set.Marcus Brinkmann2001-11-191-6/+2
* Added new file to please JanWerner Koch2001-11-191-0/+184
* Added basic code for keylisting.Werner Koch2001-11-195-7/+22
* Added code for data lines. For ease of implementation we need glibcWerner Koch2001-11-194-16/+155
* Write status output, make verify work in server mode.Werner Koch2001-11-196-13/+422
* Allow to store an arbitrary pointer in the context.Werner Koch2001-11-194-0/+60
* * assuan-connect.c (assuan_pipe_connect): New function.Marcus Brinkmann2001-11-192-0/+108
* gpgsm --verify does now work like gpg including theWerner Koch2001-11-196-25/+305
* Base code for gpgsm --verify does workWerner Koch2001-11-1613-78/+552
* We have reached a state where we are able to import certs andWerner Koch2001-11-1325-727/+2482
* A Makefile is a pretty useful thingWerner Koch2001-11-101-0/+50
* We now need a way to store keysWerner Koch2001-11-102-0/+780
* we are now able to check self-signed certificatesWerner Koch2001-11-104-43/+161
* Started with keybox implementation by basing it on code from the GnuPGWerner Koch2001-11-1011-0/+2115
* Implemented server main loop and started with import command.Werner Koch2001-11-078-4/+537
* Assuan server mode is now basically usableWerner Koch2001-11-0710-61/+428
* gpgsm does now build and a dummy server can be started.Werner Koch2001-11-068-14/+1305