]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Fix OpenSSL PRNG seeding.
[wget] / src / ChangeLog
index 9620ba74fc79a270a87a6a2e9d4b6f17ea541ee4..0fa409a5284d44883cddc18f4d013c2de54dd29a 100644 (file)
@@ -1,3 +1,16 @@
+2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * url.c (scheme_disable): New function.
+
+       * main.c (main): Call ssl_init_prng from here rather than from
+       init_ssl, so that it has a chance to disable support for https
+       before a URL has been resolved.
+
+       * gen_sslfunc.c (ssl_init_prng): Seed with rand() if all else
+       failed.
+       (ssl_init_prng): Disable support for https if seeding the PRNG
+       fails.
+
 2001-12-06  Hrvoje Niksic  <hniksic@arsdigita.com>
 
        * utils.c (read_whole_line): Handle lines beginning with \0.