~ubuntu-branches/ubuntu/trusty/erlang/trusty

« back to all changes in this revision

Viewing changes to lib/ssl/doc/src/ssl_distribution.xml

  • Committer: Bazaar Package Importer
  • Author(s): Clint Byrum
  • Date: 2011-05-05 15:48:43 UTC
  • mfrom: (3.5.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110505154843-0om6ekzg6m7ugj27
Tags: 1:14.b.2-dfsg-3ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Drop libwxgtk2.8-dev build dependency. Wx isn't in main, and not
    supposed to.
  - Drop erlang-wx binary.
  - Drop erlang-wx dependency from -megaco, -common-test, and -reltool, they
    do not really need wx. Also drop it from -debugger; the GUI needs wx,
    but it apparently has CLI bits as well, and is also needed by -megaco,
    so let's keep the package for now.
  - debian/patches/series: Do what I meant, and enable build-options.patch
    instead.
* Additional changes:
  - Drop erlang-wx from -et
* Dropped Changes:
  - patches/pcre-crash.patch: CVE-2008-2371: outer level option with
    alternatives caused crash. (Applied Upstream)
  - fix for ssl certificate verification in newSSL: 
    ssl_cacertfile_fix.patch (Applied Upstream)
  - debian/patches/series: Enable native.patch again, to get stripped beam
    files and reduce the package size again. (build-options is what
    actually accomplished this)
  - Remove build-options.patch on advice from upstream and because it caused
    odd build failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="latin1" ?>
 
1
<?xml version="1.0" encoding="iso-8859-1" ?>
2
2
<!DOCTYPE chapter SYSTEM "chapter.dtd">
3
3
 
4
4
<chapter>
5
5
  <header>
6
6
    <copyright>
7
 
      <year>2000</year><year>2009</year>
 
7
      <year>2000</year><year>2010</year>
8
8
      <holder>Ericsson AB. All Rights Reserved.</holder>
9
9
    </copyright>
10
10
    <legalnotice>
32
32
    <file>ssl_distribution.xml</file>
33
33
  </header>
34
34
  <p>This chapter describes how the Erlang distribution can use 
35
 
    SSL to get additional verification and security.</p>
 
35
    SSL to get additional verification and security.
 
36
 
 
37
    <note><p>Note this
 
38
    documentation is written for the old ssl implementation and
 
39
    will be updated for the new one once this functionality is
 
40
    supported by the new implementation.</p></note>
 
41
  </p>
36
42
 
37
43
  <section>
38
44
    <title>Introduction</title>
49
55
      all participating Erlang nodes in a distributed system must use
50
56
      this distribution module.</p>
51
57
    <p>The security depends on how the connections are set up, one can
52
 
      use key files or certificates to just get a crypted
 
58
      use key files or certificates to just get a encrypted
53
59
      connection. One can also make the SSL package verify the
54
60
      certificates of other nodes to get additional security. 
55
61
      Cookies are however always used as they can be used to
173
179
      <c>certfile</c> can (and usually needs to) be specified as
174
180
      <c>client_certfile</c> and <c>server_certfile</c>. The
175
181
      <c>client_certfile</c> is used when the distribution initiates a
176
 
      connection to another node and the <c>server_cerfile</c> is used
 
182
      connection to another node and the <c>server_certfile</c> is used
177
183
      when accepting a connection from a remote node. </p>
178
184
    <p>The command line argument for specifying the SSL options is named 
179
185
      <c>-ssl_dist_opt</c> and should be followed by an even number of