Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace gcry_md_start_debug by gcry_md_debug. | Werner Koch | 2011-09-20 | 1 | -1/+1 |
| | | | | | This is to allow building with Libgcrypt master (1.6) which has some cleanups in the API/ABI. | ||||
* | Add a DECRYPTION_INFO status. | Werner Koch | 2011-02-03 | 1 | -25/+33 |
| | | | | | | | DECRYPTION_INFO <mdc_method> <sym_algo> Print information about the symmetric encryption algorithm and the MDC method. This will be emitted even if the decryption fails. | ||||
* | Exporting secret keys via gpg-agent is now basically supported. | Werner Koch | 2010-10-01 | 1 | -2/+2 |
| | | | | | | A couple of forward ported changes. Doc updates. | ||||
* | Implement the server comamnd DECRYPT. | Werner Koch | 2009-10-02 | 1 | -0/+446 |
Use int instead of gnupg_fd_t in the server. Comment fixes. Rename encr-data.c -> decrypt-data.c |