/mandos/trunk

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

« back to all changes in this revision

Viewing changes to mandos-options.xml

  • Committer: Teddy Hogeborn
  • Date: 2013-10-13 01:49:18 UTC
  • Revision ID: teddy@recompile.se-20131013014918-08ybiy64qxy4ceza
* initramfs-tools-hook: Bug fix: Make sure the right version of GnuPG
                        is copied into the initramfs image.  Always
                        assume that GPGME is used to avoid searching
                        for it since the path might not be /usr/lib.
                        Thanks to Félix Sipma <felix+debian@gueux.org>
                        for the initial bug report, and also thanks to
                        Dick Middleton <dick@lingbrae.com> for some
                        more debugging.
* initramfs-unpack: New script to help with development and debugging.
                    It is only part of the source tree, it is not
                    installed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
  <para id="priority">
50
50
    GnuTLS priority string for the <acronym>TLS</acronym> handshake.
51
51
    The default is <quote><literal
52
 
    >SECURE256:!CTYPE-X.509:+CTYPE-OPENPGP:!RSA</literal>
53
 
    <literal>:+SIGN-DSA-SHA256</literal></quote>.
 
52
    >SECURE256:!CTYPE-X.509:+CTYPE-OPENPGP:+SIGN-RSA-SHA224</literal></quote>.
54
53
    See <citerefentry><refentrytitle
55
54
    >gnutls_priority_init</refentrytitle>
56
55
    <manvolnum>3</manvolnum></citerefentry> for the syntax.
57
56
    <emphasis>Warning</emphasis>: changing this may make the
58
57
    <acronym>TLS</acronym> handshake fail, making server-client
59
 
    communication impossible.  Changing this option may also make the
60
 
    network traffic decryptable by an attacker.
 
58
    communication impossible.
61
59
  </para>
62
60
  
63
61
  <para id="servicename">
113
111
    implies this option.
114
112
  </para>
115
113
  
116
 
  <para id="zeroconf">
117
 
    This option controls whether the server will announce its
118
 
    existence using Zeroconf.  Default is to use Zeroconf.  If
119
 
    Zeroconf is not used, a <option>port</option> number or a
120
 
    <option>socket</option> is required.
121
 
  </para>
122
 
  
123
114
</section>