]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Add --random-file option. Bail out in case of error during
[wget] / src / ChangeLog
index 79ce80e0c9fb56db8b824c508362b1e1242f4897..8853c868b7dd933b95bb4448f20fc87299eddb51 100644 (file)
@@ -1,3 +1,32 @@
+2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * 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  <hniksic@xemacs.org>
+
+       * init.c: Wrap private key commands in IF_SSL.
+
+2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * openssl.c (ssl_init): Ditto.
+
+       * options.h (struct options): Allow separate specification of key
+       type and certificate type.
+
+       * init.c (cmd_spec_cert_type): Provide a "der" synonym for "asn1"
+       certificate encoding.
+
+2005-04-26  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * openssl.c: Renamed "gen_sslfunc.c" to "openssl.c" and
+       "gen_sslfunc.h" to "openssl.h".  This reflects the intent of
+       openssl.c encapsulating the OpenSSL-specific code.
+
 2005-04-26  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * init.c: Renamed "closure" (a synonym for context in some