Repository : http://git.fedorahosted.org/git/?p=secure-coding.git

On branch  : master

>---------------------------------------------------------------

commit 40444c2c1c47f7dae22b41ed30c7ad806945ec4f
Author: Eric Christensen <echri...@redhat.com>
Date:   Wed May 28 13:49:41 2014 -0400

    Fixed broken ascii


>---------------------------------------------------------------

 Securing_TLS/en-US/mod_ssl.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Securing_TLS/en-US/mod_ssl.xml b/Securing_TLS/en-US/mod_ssl.xml
index dd0e061..b656bd3 100644
--- a/Securing_TLS/en-US/mod_ssl.xml
+++ b/Securing_TLS/en-US/mod_ssl.xml
@@ -154,8 +154,8 @@ SSLCertificateKeyFile /etc/pki/tls/private/localhost.key
 #SSLRequire (    %{SSL_CIPHER} !~ m/^(EXP|NULL)/ \
 #            and %{SSL_CLIENT_S_DN_O} eq "Snake Oil, Ltd." \
 #            and %{SSL_CLIENT_S_DN_OU} in {"Staff", "CA", "Dev"} \
-#            and %{TIME_WDAY} >= 1 and %{TIME_WDAY} <= 5 \
-#            and %{TIME_HOUR} >= 8 and %{TIME_HOUR} <= 20       ) \
+#            and %{TIME_WDAY} >= 1 and %{TIME_WDAY} &#60;= 5 \
+#            and %{TIME_HOUR} >= 8 and %{TIME_HOUR} &#60;= 20       ) \
 #           or %{REMOTE_ADDR} =~ m/^192\.76\.162\.[0-9]+$/
 #&#60;/Location&#62;
 

--
security mailing list
security@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/security

Reply via email to