aboutsummaryrefslogtreecommitdiffstats
path: root/g10/cpr.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gpg: Change --show-session-key to print the session key earlier.Werner Koch2013-12-111-38/+60
| | | | | | | | | | | | | | | | | | | | | | | | * g10/cpr.c (write_status_strings): New. (write_status_text): Replace code by a call to write_status_strings. * g10/mainproc.c (proc_encrypted): Remove show_session_key code. * g10/decrypt-data.c (decrypt_data): Add new show_session_key code. -- This feature can be used to return the session key for just a part of a file. For example to downloading just the first 32k of a huge file, decrypting that incomplete part and while ignoring all the errors break out the session key. The session key may then be used on the server to decrypt the entire file without the need to have the private key on the server. GnuPG-bug-id: 1389 Signed-off-by: Werner Koch <[email protected]> (cherry picked from commit 101a54add351ff62793cbfbf3877787c4791f833) Resolved Conflicts: doc/DETAILS - removed g10/cpr.c - replace estream fucntion by stdio. g10/mainproc.c - Adjust for changed calling convention.
* Improved detection of bad/invalid signer keys.Werner Koch2009-08-061-0/+6
|
* Update spanish translation.Werner Koch2009-01-081-32/+0
| | | | | | Cleanups. Allow utf-8 in email addresses.
* Add rmd160.c.Werner Koch2008-12-121-0/+13
| | | | | Emit anotehr error code status line.
* Minor fixes.Werner Koch2008-12-091-1/+1
|
* Marked all unused args on non-W32 platforms.Werner Koch2008-10-201-0/+2
|
* Started to implement the audit log feature.Werner Koch2007-11-191-0/+537
Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.