X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=8853c868b7dd933b95bb4448f20fc87299eddb51;hp=d15c340dc0d4e0ea25a18bde0940105e2b33f030;hb=8f935cf74ce95a631788fb8a4cce4114df935a78;hpb=9df281f755a8afb07d90e36aae493ce963ab4d47 diff --git a/src/ChangeLog b/src/ChangeLog index d15c340d..8853c868 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2005-04-27 Hrvoje Niksic + + * openssl.c (init_prng): Disable the weak random seed by default. + + * http.c (gethttp): Simplify SSL initialization; disable SSL when + anything goes wrong with the initialization. + + * options.h (struct options): New option opt.random_file. + 2005-04-27 Hrvoje Niksic * init.c: Wrap private key commands in IF_SSL.