Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Change history, doubleplusgood. | Marcus Brinkmann | 2001-12-14 | 1 | -1/+1 |
| | |||||
* | 2001-12-14 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2001-12-14 | 2 | -12/+22 |
| | | | | | | | * assuan-buffer.c (_assuan_read_line): New variable ATTICLEN, use it to save the number of bytes left over after the complete line. Rediddle the code a bit to make it more clear what happens. | ||||
* | assuan/ | Marcus Brinkmann | 2001-12-13 | 7 | -9/+22 |
| | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | 2001-12-13 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2001-12-13 | 3 | -2/+16 |
| | | | | | | | | | | | * assuan-buffer.c (assuan_read_line): Fix order of execution to get correct return values. 2001-12-13 Werner Koch <[email protected]> * assuan-handler.c (assuan_get_active_fds): Fixed silly bug, pretty obvious that nobody ever tested this function. | ||||
* | * keylist.c (list_cert_colon): Print alternative names of subject | Werner Koch | 2001-12-13 | 6 | -29/+65 |
| | | | | | and a few other values. | ||||
* | * keybox-search.c (blob_cmp_name): Kludge to allow searching for | Werner Koch | 2001-12-13 | 5 | -30/+215 |
| | | | | | | | | | | | | more than one name. (has_subject_or_alt): New. (blob_cmp_mail): New. (has_mail): New. (keybox_search): Implemented exact search and exact mail search. * kbx/keybox-blob.c (_keybox_create_x509_blob): Insert alternate names. | ||||
* | 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. | ||||
* | Fixed INPUT/OUTPUT command | Werner Koch | 2001-12-13 | 1 | -3/+4 |
| | |||||
* | * 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. | ||||
* | * assuan-connect.c (assuan_pipe_connect): Implemented the inital | Werner Koch | 2001-12-12 | 10 | -44/+135 |
| | | | | | | | | | | | | | | | handshake. * assuan-client.c (read_from_server): Renamed to (_assuan_read_from_server): this and made external. * assuan-listen.c (assuan_set_hello_line): New. (assuan_accept): Use a custom hello line is available. * assuan-buffer.c (assuan_read_line): New. (assuan_pending_line): New. (_assuan_write_line): Renamed to .. (assuan_write_line): this, made public and changed all callers. | ||||
* | 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. | ||||
* | New searchmode and hack to allow a hex encoded serial number | Werner Koch | 2001-12-11 | 2 | -4/+112 |
| | |||||
* | new error codes | Werner Koch | 2001-12-11 | 2 | -0/+2 |
| | |||||
* | --encrypt does now work for a hardwired key. | Werner Koch | 2001-12-10 | 3 | -106/+424 |
| | |||||
* | The Agent does now call the pin entry program; however because we have | Werner Koch | 2001-12-10 | 8 | -3/+336 |
| | | | | | | not yet implemeted secret key protection, its purpose is somewhat limited. Well, the PIN entry modules can now be tested. | ||||
* | Decryption does now work | Werner Koch | 2001-12-06 | 4 | -31/+292 |
| | |||||
* | More error codes | Werner Koch | 2001-12-06 | 2 | -0/+5 |
| | |||||
* | added test certificate and secret key | Werner Koch | 2001-12-06 | 3 | -0/+56 |
| | |||||
* | Added decryption, some code cleanup | Werner Koch | 2001-12-05 | 7 | -91/+375 |
| | |||||
* | Started with decryption stuff | Werner Koch | 2001-12-05 | 9 | -367/+372 |
| | |||||
* | New error codes and another mapping fnc. | Werner Koch | 2001-12-05 | 3 | -1/+27 |
| | |||||
* | assuan-connect.c (assuan_pipe_connect): Add more error reporting. | Werner Koch | 2001-12-05 | 10 | -16/+605 |
| | | | | | | | assuan-client.c: New. assuan-inquire.c: New. assuan-handler.c (process_request): Check for nested invocations. | ||||
* | --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. | ||||
* | * assuan-handler.c (assuan_register_input_notify): New. | Werner Koch | 2001-11-27 | 4 | -1/+36 |
| | | | | | (assuan_register_output_notify): New. | ||||
* | * 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. | ||||
* | More error codes | Werner Koch | 2001-11-26 | 2 | -1/+5 |
| | |||||
* | * assuan.h: Added more status codes. | Werner Koch | 2001-11-26 | 2 | -0/+17 |
| | |||||
* | The agent does now work and read the secret keys from the directory | Werner Koch | 2001-11-25 | 7 | -45/+668 |
| | | | | | | ~/.gnupg-test/private-keys-v1.d/<keygrip-as-20-byte-hex-number>. I will post a sample key to gpa-dev. | ||||
* | (assuan_process): Moved bulk of function to .. | Werner Koch | 2001-11-25 | 3 | -49/+121 |
| | | | | | | | | (process_request): .. new. (assuan_process_next): One shot version of above. (assuan_get_active_fds): New. NOTE - this has not been tested yet. | ||||
* | * assuan-handler.c (assuan_register_bye_notify) | Werner Koch | 2001-11-25 | 4 | -2/+55 |
| | | | | | | | (assuan_register_reset_notify) (assuan_register_cancel_notify): New and call them from the standard handlers. | ||||
* | As promised a agent which already does some things. Not very useful | Werner Koch | 2001-11-25 | 5 | -44/+220 |
| | | | | | yet but may be of help for using it in ther contexts. | ||||
* | Introduced the keygrip | Werner Koch | 2001-11-24 | 3 | -0/+63 |
| | |||||
* | Add a copyright note to the bottom | Werner Koch | 2001-11-24 | 1 | -0/+14 |
| | |||||
* | * assuan-connect.c (assuan_get_pid): New - actually done by Marcus in gpgme. | Werner Koch | 2001-11-24 | 4 | -1/+13 |
| | | | | | Set the line length back to the old value. | ||||
* | * assuan-buffer.c (_assuan_read_line): Deal with reads of more | Werner Koch | 2001-11-24 | 3 | -8/+41 |
| | | | | | | than a line. * assuan-defs.h: Add space in the context for this. | ||||
* | Friedman is setting up his desk | Werner Koch | 2001-11-24 | 5 | -38/+400 |
| | |||||
* | Mpfrh | Werner Koch | 2001-11-24 | 1 | -0/+33 |
| | |||||
* | Added new directory common to enable sharing of some code and error | Werner Koch | 2001-11-24 | 21 | -235/+1395 |
| | | | | | | 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 | 6 | -19/+148 |
| | | | | | | 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. | ||||
* | * assuan.h: Prototype assuan_pipe_connect and assuan_pipe_disconnect. | Marcus Brinkmann | 2001-11-20 | 1 | -0/+5 |
| | |||||
* | * assuan-connect.c (assuan_pipe_connect): Require NAME to be set. | Marcus Brinkmann | 2001-11-19 | 1 | -6/+2 |
| | | | | | Using ARGV[0] automatically is bad mojo. | ||||
* | Added new file to please Jan | Werner Koch | 2001-11-19 | 1 | -0/+184 |
| |