File: ssl.xml

package info (click to toggle)
neon27 0.37.0-1
  • links: PTS
  • area: main
  • in suites:
  • size: 2,876 kB
  • sloc: ansic: 27,970; xml: 5,181; makefile: 629; sh: 341
file content (24 lines) | stat: -rw-r--r-- 1,023 bytes parent folder | download | duplicates (19)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<sect1 id="ssl"> <!-- -*- xml -*- -->

 <title>Secure connections: HTTP over SSL</title>

 <para>This section gives an introduction to SSL.  The text is
 inspired by <xref linkend="bib.ssltls"/>.</para>

 <para>&neon; supports the use of HTTP over SSL<footnote id="foot.ssl.term"><para>The
term <quote>SSL</quote> is used throughout this section to refer in
general to both the SSL protocol developed by Netscape and its
successor TLS, as adopted by the IETF.</para></footnote> to implement
<firstterm>secure connections</firstterm>.  A secure connection in
this context means a connection which has
<emphasis>integrity</emphasis>, <emphasis>secrecy</emphasis> and is
<emphasis>authenticated</emphasis>.  Applications must go to some
effort to correctly support secure connections&mdash;an application
based on &neon; does not magically become <quote>secure</quote> simply
by flicking a switch and enabling the use of SSL.</para>

<!-- SSL: integrity, secrecy, authentication. -->

<!-- what is a certificate -->

</sect1>