Changes between Version 7 and Version 8 of SWEET32


Ignore:
Timestamp:
10/11/18 08:00:08 (6 years ago)
Author:
plaisthos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SWEET32

    v7 v8  
    111111}}}
    112112
    113 == 3. Enable cipher negotiation (experimental!)
     113== 3. Cipher negotiation (OpenVPN 2.4 and newer)
    114114
    115 OpenVPN 2.4 and newer will support cipher negotiation. If both peers (client
     115OpenVPN 2.4 and newer support cipher negotiation. If both peers (client
    116116and server) support cipher negotiation, OpenVPN will default to using AES-GCM.
    117 The bad news is that OpenVPN 2.4 is not available yet, we're still fixing bugs
    118 and working our way to the first alpha release.  Nevertheless, the code is
    119 pretty stable.  Most bugs are hiding in seldomly-used corner cases.  If you're
    120 brave enough, check out the master branch of our git repo ^![2]^, and build your own
    121 OpenVPN-with-cipher-negotiation support.
     117
     118See the man page of OpenVPN 2.4 ncp-ciphers for more details.
    122119
    123120= References