aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-12 16:02:29 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-12 16:02:29 +0000
commitfb7a6e3423e6aba4d4cf0522a24b7e0b84236c22 (patch)
tree1a1053dfdf1ff5d72bbcbf749f3b60fbaff010b0 /CHANGES
parentcc99e3f7decd0d0596a4d24091e3d18f074c75cb (diff)
added --random-file and --egd-file to the command line client
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f5e743ccb..4a2db2d33 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,13 @@
Daniel (12 March 2001)
+- Added CURLOPT_RANDOM_FILE and CURLOPT_EGDSOCKET to libcurl for seeding the
+ SSL random engine. The random seeding support was also brought to the curl
+ client with the new options --random-file <file> and --egd-file <file>. I
+ need some people to really test this to know they work as supposed. Remember
+ that libcurl now informs (if verbose is on) if the random seed is considered
+ weak (HTTPS connections).
+
- Made the chunked transfer-encoding engine detected bad formatted data length
and return error if so (we can't possibly extract sensible data if this is
the case). Added a test case that detects this. Number 36. Now there are 60