You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2010/02/03 17:37:23 UTC

svn commit: r906116 - /httpd/test/framework/trunk/t/ssl/varlookup.t

Author: jorton
Date: Wed Feb  3 16:37:23 2010
New Revision: 906116

URL: http://svn.apache.org/viewvc?rev=906116&view=rev
Log:
- test that SSL_SECURE_RENEG has a valid value

Modified:
    httpd/test/framework/trunk/t/ssl/varlookup.t

Modified: httpd/test/framework/trunk/t/ssl/varlookup.t
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/ssl/varlookup.t?rev=906116&r1=906115&r2=906116&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/ssl/varlookup.t (original)
+++ httpd/test/framework/trunk/t/ssl/varlookup.t Wed Feb  3 16:37:23 2010
@@ -151,6 +151,7 @@
 SSL_CIPHER_EXPORT            'false'
 SSL_CIPHER_ALGKEYSIZE        qr(^\d+$)
 SSL_CIPHER_USEKEYSIZE        qr(^\d+$)
+SSL_SECURE_RENEG             qr(^(false|true)$)
 
 SSL_CLIENT_S_DN              "$client_dn"
 SSL_SERVER_S_DN              qr(^$server_dn$)