Tweak fips; add "raw list" to manpages
authorRich Salz <rsalz@openssl.org>
Fri, 12 Dec 2014 04:06:29 +0000 (23:06 -0500)
committerroot <root@openssl.net>
Fri, 12 Dec 2014 04:06:29 +0000 (23:06 -0500)
docs/fips/index.wml
docs/index.wml

index 976af4c8ba931bad5d51eaa08fae2f51c075a0bc..0e8ccd3d80de6ee822030fb9b8c7b6ac7ab00b64 100644 (file)
@@ -7,13 +7,13 @@
 
 Here you can find a number of FIPS140 related files including the user
 guide and test vectors.
-<p>
-<rfilelist "*.pdf *.tar.gz *.zip incore*">
 The latest <a href="UserGuide.pdf">User Guide</a> is the best place to start.  For a basic
 introduction and some general background see
 <a href="fipsnotes.html">Important Notes About OpenSSL and FIPS 140-2</a>, also note the
 <a href="fipsvalidation.html">summary and status</a> of the ongoing open source based OpenSSL FIPS Object Module validation.
 <p>
+<rfilelist "*.pdf *.tar.gz *.zip incore*">
+<p>
 Note FIPS module and FIPS validation support is included in some of the
 OpenSSL <a href="../../support/funding/contract.html">support plans</a>.  Assistance
 with private label validation is also available on a
index b43a376e3a5595578945fe384e2931174ae40d00..770c8e2a935f8322afba4d6e9ee30939cab9126f 100644 (file)
@@ -13,16 +13,19 @@ features which are not present in other releases.
 <p>
 <ul>
 <li><a href="apps/openssl.html" target="_blank"><font id=sfl>openssl(1)</font></a><br>
-    Manual page documenting the <b>openssl</b> command line tool.
-    (Opens in new page or tab).
+    Manual page documenting the <b>openssl</b> command line tool,
+    or the <a href="apps/">full command list</a>.
+    (Opens in new page or tab.)
 <p>
 <li><a href="ssl/ssl.html" target="_blank"><font id=sfl>ssl(3)</font></a><br>
-    Manual page documenting the OpenSSL <b>SSL/TLS</b> library.
-    (Opens in new page or tab).
+    Manual page documenting the OpenSSL <b>SSL/TLS</b> library,
+    or the <a href="ssl/">full list of SSL API's</a>.
+    (Opens in new page or tab.)
 <p>
 <li><a href="crypto/crypto.html" target="_blank"><font id=sfl>crypto(3)</font></a><br>
-    Manual page documenting the OpenSSL <b>Crypto</b> library.
-    (Opens in new page or tab).
+    Manual page documenting the OpenSSL <b>Crypto</b> library,
+    or the <a href="crypto/">full list of crypto API's</a>.
+    (Opens in new page or tab.)
 <p>
 <li><a href="HOWTO/"><font id=sfl>HOWTO</font></a><br>
     HOWTO documents to introduce concepts or explain them in a way that is not possible in the manuals.