diff options
Diffstat (limited to 'g10/ChangeLog')
-rw-r--r-- | g10/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog index 55a86fdc4..b82058350 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,7 +1,33 @@ +2001-12-15 Werner Koch <[email protected]> + + * keyserver.c (keyserver_spawn): Assert that we have dropped privs. + +2001-12-13 Werner Koch <[email protected]> + + * pubkey-enc.c (get_session_key): Check that the public key + algorithm is indeed usable for en/decryption. This avoid a + strange error message from pubkey_decrypt if for some reasons a + bad algorithm indentifier is passed. + 2001-12-12 David Shaw <[email protected]> * Fixed some types for portability. Noted by Stefan Bellon. +2001-12-11 Werner Koch <[email protected]> + + * hkp.c (hkp_export): Do not print possible control characters + from a keyserver response. + (parse_hkp_index): Made uid an unsigned char* because it is passed to + isspace(). + (hkp_search): Ditto for the char* vars. + + * g10.c (main): Print the IDEA warning also for -c and -se. + + * g10.c (get_temp_dir): Assert that we have dropped privs + + * encode.c (encode_crypt): Include the first key into the --pgp2 + check. + 2001-12-07 David Shaw <[email protected]> * g10.c, options.h: New option --pgp2. This is identical to |