diff options
author | Werner Koch <wk@gnupg.org> | 2004-06-06 15:00:59 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2004-06-06 15:00:59 +0200 |
commit | f289f433b6d7f0b5ac76e03853ce628f23e3cdc2 (patch) | |
tree | 4170844bd2e7c143fab1bf498d9136a0fe021a1f /TODO | |
parent | * util.h (xtrycalloc_secure,xtrymalloc_secure): New. (diff) | |
download | gnupg2-f289f433b6d7f0b5ac76e03853ce628f23e3cdc2.tar.xz gnupg2-f289f433b6d7f0b5ac76e03853ce628f23e3cdc2.zip |
* configure.ac: Require libksba 0.9.7.
* certreqgen.c (get_parameter_uint, create_request): Create
an extension for key usage when requested.
* gpgsm.c (main): Install emergency_cleanup also as an atexit
handler.
* verify.c (gpgsm_verify): Removed the separate error code
handling for KSBA. We use shared error codes anyway.
* export.c (export_p12): Removed debugging code.
* encrypt.c (gpgsm_encrypt): Put the session key in to secure memory.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -24,9 +24,6 @@ might want to have an agent context for each service request * sm/decrypt.c ** replace leading zero in integer hack by a cleaner solution -* sm/sign.c -** Don't hardcode the use of RSA. - * sm/gpgsm.c ** Support --output for all commands ** mark all unimplemented commands and options. |