index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
ssl
/
ssl_engine_rand.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mod_ssl: Drop SSLRandomSeed implementation with OpenSSL 1.1.1.
Joe Orton
2020-05-07
1
-7
/
+4
*
mod_ssl: Check for RAND_egd() at configure time and only use it if present.
Stefan Sperling
2015-04-18
1
-0
/
+2
*
Avoid valgrind warnings in mod_ssl random number generator
Stefan Fritsch
2013-02-04
1
-0
/
+10
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-1
/
+1
*
Enforce OpenSSL 0.9.7 as a minimum requirement in configure, and
Kaspar Brand
2011-08-07
1
-2
/
+0
*
remove more unused variables
Stefan Fritsch
2010-08-04
1
-3
/
+1
*
- Be less verbose at levels INFO and DEBUG in mod_proxy* and mod_ssl
Stefan Fritsch
2010-06-06
1
-1
/
+1
*
update license header text
Roy T. Fielding
2006-07-11
1
-6
/
+6
*
Update the copyright year in all .c, .h and .xml files
Colm MacCarthaigh
2006-04-19
1
-1
/
+1
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-2
/
+2
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
Move mod_ssl-internal interfaces into ssl_private.h; allow mod_ssl.h
Joe Orton
2004-02-28
1
-1
/
+1
*
fix name of The Apache Software Foundation
André Malo
2004-02-09
1
-1
/
+1
*
fix copyright dates according to the first check in
André Malo
2004-02-08
1
-1
/
+1
*
apply Apache License, Version 2.0
André Malo
2004-02-06
1
-54
/
+20
*
update license to 2004.
André Malo
2004-01-01
1
-1
/
+1
*
finished that boring job:
André Malo
2003-02-03
1
-1
/
+1
*
reword an error message
Jeff Trawick
2002-06-21
1
-1
/
+1
*
stop using APLOG_NOERRNO in calls to ap_log_[pr]error()
Jeff Trawick
2002-05-17
1
-2
/
+2
*
Change mod_ssl from using ssl_log() to ap_log_error().
Justin Erenkrantz
2002-05-16
1
-2
/
+4
*
typo fix s/EDG/EGD/g
Doug MacEachern
2002-03-27
1
-1
/
+1
*
sslc does not currently support RAND_egd or RAND_status
Doug MacEachern
2002-03-27
1
-0
/
+2
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
1
-1
/
+1
*
remove version checks for using EGD
Doug MacEachern
2002-03-12
1
-4
/
+1
*
Consensus is that we should not use the scoreboard as a source of entropy.
Cliff Woolley
2002-03-01
1
-16
/
+0
*
Forward port of changes in mod_ssl for Apache 1.3 up through mod_ssl
Cliff Woolley
2002-02-25
1
-8
/
+12
*
This patch eliminated from the _SHARED_ segment of the scoreboard all
William A. Rowe Jr
2002-01-10
1
-1
/
+1
*
get SSLRandomSeed exec: working by passing the proper arguments to apr_proc_c...
Doug MacEachern
2002-01-10
1
-2
/
+7
*
tiny cleanup to remove bogus SCOREBOARD_SIZE define
Jeff Trawick
2001-12-29
1
-2
/
+2
*
Close a real GP fault. This is the _wrong_solution_, but stops the
William A. Rowe Jr
2001-12-29
1
-1
/
+5
*
SSL_rand() does a mutex lock/unlock with threaded MPMs, so collapse
Doug MacEachern
2001-11-29
1
-9
/
+10
*
move srand() call from ssl_rand_choosenum() to ssl_init_Child()
Doug MacEachern
2001-11-29
1
-1
/
+0
*
call getpid() once at child init and save in the SSLModConfigRec
Doug MacEachern
2001-11-29
1
-1
/
+1
*
Apply mod_ssl MEGA porting patch. This is a cleaned up version of the
Ralf S. Engelschall
2001-07-19
1
-20
/
+18
*
Next step in mod_ssl integration:
Ralf S. Engelschall
2001-05-05
1
-0
/
+3
*
mod_ssl integration step 2:
Ralf S. Engelschall
2001-05-05
1
-34
/
+32
*
Initial revision
Ralf S. Engelschall
2001-05-04
1
-0
/
+215