mirror of
https://github.com/curl/curl.git
synced 2026-07-16 12:07:16 +03:00
two new random seed options: CURLOPT_RANDOM_FILE and CURLOPT_EGDSOCKET
This commit is contained in:
parent
cb4efcf275
commit
f2fd1b8856
3 changed files with 54 additions and 19 deletions
|
|
@ -418,6 +418,13 @@ typedef enum {
|
|||
makes the operation slower and is less friendly for the network. */
|
||||
CINIT(FORBID_REUSE, LONG, 75),
|
||||
|
||||
/* Set to a file name that contains random data for libcurl to use to
|
||||
seed the random engine when doing SSL connects. */
|
||||
CINIT(RANDOM_FILE, OBJECTPOINT, 76),
|
||||
|
||||
/* Set to the Entropy Gathering Daemon socket pathname */
|
||||
CINIT(EGDSOCKET, OBJECTPOINT, 77),
|
||||
|
||||
CURLOPT_LASTENTRY /* the last unusued */
|
||||
} CURLoption;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue