/mandos/release

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/release

« back to all changes in this revision

Viewing changes to intro.xml

  • Committer: Teddy Hogeborn
  • Date: 2015-03-10 18:03:38 UTC
  • mto: (237.7.304 trunk)
  • mto: This revision was merged to the branch mainline in revision 325.
  • Revision ID: teddy@recompile.se-20150310180338-pcxw6r2qmw9k6br9
Add ":!RSA" to GnuTLS priority string, to disallow non-DHE kx.

If Mandos was somehow made to use a non-ephemeral Diffie-Hellman key
exchange algorithm in the TLS handshake, any saved network traffic
could then be decrypted later if the Mandos client key was obtained.
By default, Mandos uses ephemeral DH key exchanges which does not have
this problem, but a non-ephemeral key exchange algorithm was still
enabled by default.  The simplest solution is to simply turn that off,
which ensures that Mandos will always use ephemeral DH key exchanges.

There is a "PFS" priority string specifier, but we can't use it because:

1. Security-wise, it is a mix between "NORMAL" and "SECURE128" - it
   enables a lot more algorithms than "SECURE256".

2. It is only available since GnuTLS 3.2.4.

Thanks to Andreas Fischer <af@bantuX.org> for reporting this issue.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3
3
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4
 
<!ENTITY TIMESTAMP "2016-11-27">
 
4
<!ENTITY TIMESTAMP "2015-03-08">
5
5
<!ENTITY % common SYSTEM "common.ent">
6
6
%common;
7
7
]>
32
32
    <copyright>
33
33
      <year>2011</year>
34
34
      <year>2012</year>
35
 
      <year>2013</year>
36
 
      <year>2014</year>
37
 
      <year>2015</year>
38
 
      <year>2016</year>
39
35
      <holder>Teddy Hogeborn</holder>
40
36
      <holder>Björn Påhlsson</holder>
41
37
    </copyright>
77
73
  <refsect1 id="introduction">
78
74
    <title>INTRODUCTION</title>
79
75
    <para>
80
 
      <!-- This paragraph is a combination and paraphrase of two
81
 
           quotes from the 1995 movie “The Usual Suspects”. -->
82
76
      You know how it is.  You’ve heard of it happening.  The Man
83
77
      comes and takes away your servers, your friends’ servers, the
84
78
      servers of everybody in the same hosting facility. The servers
381
375
    </para>
382
376
  </refsect1>
383
377
  
384
 
  <refsect1 id="bugs">
385
 
    <title>BUGS</title>
386
 
    <xi:include href="bugs.xml"/>
387
 
  </refsect1>
388
 
  
389
378
  <refsect1 id="see_also">
390
379
    <title>SEE ALSO</title>
391
380
    <para>
419
408
    <variablelist>
420
409
      <varlistentry>
421
410
        <term>
422
 
          <ulink url="https://www.recompile.se/mandos">Mandos</ulink>
 
411
          <ulink url="http://www.recompile.se/mandos">Mandos</ulink>
423
412
        </term>
424
413
        <listitem>
425
414
          <para>