ssl.xml 1023 B

123456789101112131415161718192021222324
  1. <sect1 id="ssl"> <!-- -*- xml -*- -->
  2. <title>Secure connections: HTTP over SSL</title>
  3. <para>This section gives an introduction to SSL. The text is
  4. inspired by <xref linkend="bib.ssltls"/>.</para>
  5. <para>&neon; supports the use of HTTP over SSL<footnote id="foot.ssl.term"><para>The
  6. term <quote>SSL</quote> is used throughout this section to refer in
  7. general to both the SSL protocol developed by Netscape and its
  8. successor TLS, as adopted by the IETF.</para></footnote> to implement
  9. <firstterm>secure connections</firstterm>. A secure connection in
  10. this context means a connection which has
  11. <emphasis>integrity</emphasis>, <emphasis>secrecy</emphasis> and is
  12. <emphasis>authenticated</emphasis>. Applications must go to some
  13. effort to correctly support secure connections&mdash;an application
  14. based on &neon; does not magically become <quote>secure</quote> simply
  15. by flicking a switch and enabling the use of SSL.</para>
  16. <!-- SSL: integrity, secrecy, authentication. -->
  17. <!-- what is a certificate -->
  18. </sect1>