Update handling of file types
authorLutz Jänicke <jaenicke@openssl.org>
Tue, 6 May 2008 07:42:49 +0000 (07:42 +0000)
committerLutz Jänicke <jaenicke@openssl.org>
Tue, 6 May 2008 07:42:49 +0000 (07:42 +0000)
.htaccess
docs/fips/index.wml

index 29f28a70d27a6c2acd07721a06f7aeedb9a75dda..414a7022fd6a895a1d286d480894bd316a3fce2d 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -9,3 +9,10 @@ RewriteEngine on
 RewriteCond  %{SERVER_NAME}  !=www.openssl.org
 RewriteRule  ^(.+\.cgi)$     http://www.openssl.org/$1 [R,L]
 
+<Files *.md5>
+ForceType application/binary
+</Files>
+
+<Files *.sha1>
+ForceType application/binary
+</Files>
index 5a2fe8e5da69a396e690c8e75ab13a5a7744e760..da3ec1695010bef4242dcc3f12dcdc89a2d2b6e1 100644 (file)
@@ -8,5 +8,5 @@
 Here you can find a number of FIPS140 related files including the user
 guide and test vectors.
 <p>
-<filelist "*.pdf *.gz">
+<filelist "*.pdf *.gz *.zip">