Allow vulnerable OpenSSL for testing purposes
authorAlan T. DeKok <aland@freeradius.org>
Tue, 8 Apr 2014 15:31:27 +0000 (11:31 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 8 Apr 2014 15:31:27 +0000 (11:31 -0400)
src/tests/Makefile

index 859bac3..e087687 100644 (file)
@@ -46,6 +46,10 @@ test.conf: dictionary
        @echo 'logdir = $${testdir}' >> test.conf
        @echo 'radacctdir = $${testdir}' >> test.conf
        @echo 'pidfile = $${testdir}/radiusd.pid' >> test.conf
+       @echo 'security {' >> $@
+       @echo '        allow_vulnerable_openssl = yes' >> $@
+       @echo '}' >> $@
+       @echo >> $@
        @echo '$$INCLUDE radiusd.conf' >> test.conf
        @echo '$$INCLUDE $${testdir}/config/' >> test.conf