aboutsummaryrefslogtreecommitdiffstats
path: root/sm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * util.h (digitp, hexdigitp): New ctype like macros.Werner Koch2001-12-141-1/+1
| | | | | | | | (atoi_1,atoi_2,atoi_4,xtoi_1,xtoi_2): New. * command.c: Removed the conversion macros as they are now in ../common/util.h.
* * sign.c (get_default_signer): Use keydb_classify_name here.Werner Koch2001-12-143-2/+13
|
* Fixed test keyWerner Koch2001-12-141-1/+1
|
* Fixed test keyWerner Koch2001-12-142-2/+2
|
* * keylist.c (list_cert_colon): Print alternative names of subjectWerner Koch2001-12-142-2/+6
| | | | | and a few other values.
* assuan/Marcus Brinkmann2001-12-132-4/+8
| | | | | | | | | | | | | | | | | | | | | 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.
* * keylist.c (list_cert_colon): Print alternative names of subjectWerner Koch2001-12-136-29/+65
| | | | | and a few other values.
* Now that the DN encoding works more correct, we have to update theWerner Koch2001-12-131-1/+1
| | | | | default key.
* Made decryption work in --server mode, allow output of plain base64,Werner Koch2001-12-134-35/+76
| | | | | | allow --armor and --base64 arguments for INPUT and OUTPUT, new global option --base64, cleaned up the help page.
* * gpgsm.c (main): New options --assume-{armor,base64,binary}.Werner Koch2001-12-123-5/+65
| | | | | * base64.c (base64_reader_cb): Fixed non-autodetection mode.
* Implemented encryption in server mode.Werner Koch2001-12-1111-59/+485
| | | | | | Allow to specify a recipient on the commandline There is still a default hardwired recipient if none has been set.
* --encrypt does now work for a hardwired key.Werner Koch2001-12-103-106/+424
|
* Decryption does now workWerner Koch2001-12-064-31/+292
|
* Started with decryption stuffWerner Koch2001-12-059-367/+372
|
* --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
| | | | | | | 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-programWerner Koch2001-11-264-5/+21
| | | | | | * call-agent.c (start_agent): Allow to override the default path to the agent.
* * keydb.c (keydb_add_resource): Create keyboxWerner Koch2001-11-267-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 directoryWerner Koch2001-11-255-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 keygripWerner Koch2001-11-243-0/+63
|
* Added new directory common to enable sharing of some code and errorWerner Koch2001-11-2413-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 youWerner Koch2001-11-245-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 turnWerner Koch2001-11-235-1/+372
| | | | | exhibits a bug in --verify.
* Map Libksba's OIDs to Libgcrypt digest algo numbers.Werner Koch2001-11-204-14/+26
| | | | | The latest Libgcrypt CVS version is needed.
* Added new file to please JanWerner Koch2001-11-191-0/+184
|
* Added basic code for keylisting.Werner Koch2001-11-195-7/+22
| | | | | New Assuan command LISTKEYS.
* Write status output, make verify work in server mode.Werner Koch2001-11-196-13/+422
|
* gpgsm --verify does now work like gpg including theWerner Koch2001-11-196-25/+305
| | | | | --enable-special-filenames option.
* Base code for gpgsm --verify does workWerner Koch2001-11-1611-78/+533
|
* We have reached a state where we are able to import certs andWerner Koch2001-11-1313-426/+1149
| | | | | check the certification path.
* We now need a way to store keysWerner Koch2001-11-102-0/+780
|
* we are now able to check self-signed certificatesWerner Koch2001-11-103-43/+160
|
* Implemented server main loop and started with import command.Werner Koch2001-11-078-4/+537
|
* gpgsm does now build and a dummy server can be started.Werner Koch2001-11-065-12/+1225
|
* Created configuration filesWerner Koch2001-10-313-0/+42