Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * verify.c (gpgsm_verify): Add hash debug helpers | Werner Koch | 2001-12-14 | 5 | -3/+73 | |
| | | | | | | | | | | | | | | * sign.c (gpgsm_sign): Ditto. * base64.c (base64_reader_cb): Reset the linelen when we need to skip the line and adjusted test; I somehow forgot about DeMorgan. * server.c (cmd_encrypt,cmd_decrypt,cmd_sign,cmd_verify) (cmd_import): Close the FDs on success. (close_message_fd): New. (input_notify): Setting autodetect_encoding to 0 after initializing it to 0 is pretty pointless. Easy to fix. | |||||
* | * gpgsm.c (main): New option --debug-wait n, so that it is | Werner Koch | 2001-12-14 | 3 | -17/+23 | |
| | | | | | possible to attach gdb when used in server mode. | |||||
* | * util.h (digitp, hexdigitp): New ctype like macros. | Werner Koch | 2001-12-14 | 1 | -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 Koch | 2001-12-14 | 3 | -2/+13 | |
| | ||||||
* | Fixed test key | Werner Koch | 2001-12-14 | 1 | -1/+1 | |
| | ||||||
* | Fixed test key | Werner Koch | 2001-12-14 | 2 | -2/+2 | |
| | ||||||
* | * keylist.c (list_cert_colon): Print alternative names of subject | Werner Koch | 2001-12-14 | 2 | -2/+6 | |
| | | | | | and a few other values. | |||||
* | assuan/ | Marcus Brinkmann | 2001-12-13 | 2 | -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 subject | Werner Koch | 2001-12-13 | 6 | -29/+65 | |
| | | | | | and a few other values. | |||||
* | Now that the DN encoding works more correct, we have to update the | Werner Koch | 2001-12-13 | 1 | -1/+1 | |
| | | | | | default key. | |||||
* | Made decryption work in --server mode, allow output of plain base64, | Werner Koch | 2001-12-13 | 4 | -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 Koch | 2001-12-12 | 3 | -5/+65 | |
| | | | | | * base64.c (base64_reader_cb): Fixed non-autodetection mode. | |||||
* | Implemented encryption in server mode. | Werner Koch | 2001-12-11 | 11 | -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 Koch | 2001-12-10 | 3 | -106/+424 | |
| | ||||||
* | Decryption does now work | Werner Koch | 2001-12-06 | 4 | -31/+292 | |
| | ||||||
* | 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 | |