summaryrefslogtreecommitdiffstats
path: root/modules/ssl/ssl_engine_rand.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_ssl: Drop SSLRandomSeed implementation with OpenSSL 1.1.1.Joe Orton2020-05-071-7/+4
* mod_ssl: Check for RAND_egd() at configure time and only use it if present.Stefan Sperling2015-04-181-0/+2
* Avoid valgrind warnings in mod_ssl random number generatorStefan Fritsch2013-02-041-0/+10
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-1/+1
* Enforce OpenSSL 0.9.7 as a minimum requirement in configure, andKaspar Brand2011-08-071-2/+0
* remove more unused variablesStefan Fritsch2010-08-041-3/+1
* - Be less verbose at levels INFO and DEBUG in mod_proxy* and mod_sslStefan Fritsch2010-06-061-1/+1
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-2/+2
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Move mod_ssl-internal interfaces into ssl_private.h; allow mod_ssl.hJoe Orton2004-02-281-1/+1
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-54/+20
* update license to 2004.André Malo2004-01-011-1/+1
* finished that boring job:André Malo2003-02-031-1/+1
* reword an error messageJeff Trawick2002-06-211-1/+1
* stop using APLOG_NOERRNO in calls to ap_log_[pr]error()Jeff Trawick2002-05-171-2/+2
* Change mod_ssl from using ssl_log() to ap_log_error().Justin Erenkrantz2002-05-161-2/+4
* typo fix s/EDG/EGD/gDoug MacEachern2002-03-271-1/+1
* sslc does not currently support RAND_egd or RAND_statusDoug MacEachern2002-03-271-0/+2
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* remove version checks for using EGDDoug MacEachern2002-03-121-4/+1
* Consensus is that we should not use the scoreboard as a source of entropy.Cliff Woolley2002-03-011-16/+0
* Forward port of changes in mod_ssl for Apache 1.3 up through mod_sslCliff Woolley2002-02-251-8/+12
* This patch eliminated from the _SHARED_ segment of the scoreboard allWilliam A. Rowe Jr2002-01-101-1/+1
* get SSLRandomSeed exec: working by passing the proper arguments to apr_proc_c...Doug MacEachern2002-01-101-2/+7
* tiny cleanup to remove bogus SCOREBOARD_SIZE defineJeff Trawick2001-12-291-2/+2
* Close a real GP fault. This is the _wrong_solution_, but stops theWilliam A. Rowe Jr2001-12-291-1/+5
* SSL_rand() does a mutex lock/unlock with threaded MPMs, so collapseDoug MacEachern2001-11-291-9/+10
* move srand() call from ssl_rand_choosenum() to ssl_init_Child()Doug MacEachern2001-11-291-1/+0
* call getpid() once at child init and save in the SSLModConfigRecDoug MacEachern2001-11-291-1/+1
* Apply mod_ssl MEGA porting patch. This is a cleaned up version of theRalf S. Engelschall2001-07-191-20/+18
* Next step in mod_ssl integration:Ralf S. Engelschall2001-05-051-0/+3
* mod_ssl integration step 2:Ralf S. Engelschall2001-05-051-34/+32
* Initial revisionRalf S. Engelschall2001-05-041-0/+215