Skip to content

Commit

Permalink
Allow vulnerable OpenSSL for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Apr 8, 2014
1 parent a7beb80 commit abe0ab8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tests/auth/radiusd.conf
Expand Up @@ -7,6 +7,8 @@ testdir = src/tests/auth

modconfdir = ${raddb}/mods-config

# Only for testing!
# Setting this on a production system is a BAD IDEA.
security {
allow_vulnerable_openssl = yes
}
Expand Down
6 changes: 6 additions & 0 deletions src/tests/config/test.conf
Expand Up @@ -7,6 +7,12 @@

test_port = 10000

# Only for testing!
# Setting this on a production system is a BAD IDEA.
security {
allow_vulnerable_openssl = yes
}

realm test.example.com {
authhost = 127.0.0.1:${test_port}
secret = testing123
Expand Down
6 changes: 6 additions & 0 deletions src/tests/keywords/radiusd.conf
Expand Up @@ -7,6 +7,12 @@ keyword = src/tests/keywords
panic_action = "gdb -batch -x ${raddb}/panic.gdb %e %p > /tmp/frut_gdb.log 2>&1; cat /tmp/frut_gdb.log"
modconfdir = ${raddb}/mods-config

# Only for testing!
# Setting this on a production system is a BAD IDEA.
security {
allow_vulnerable_openssl = yes
}

modules {
$INCLUDE ${raddb}/mods-enabled/always

Expand Down

0 comments on commit abe0ab8

Please sign in to comment.