Changes between Version 48 and Version 49 of CipherNegotiation


Ignore:
Timestamp:
08/13/20 20:15:57 (4 years ago)
Author:
tct
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CipherNegotiation

    v48 v49  
    313313----
    314314
    315 == Corner case: OpenVPN built with `--enable-small`
     315== Special requirement: OpenVPN built with `--enable-small`
     316When OpenVPN version 2.3 or older is built with `--enable-small` (Typically found in routers) then Openvpn 2.5+ **must** use `--data-ciphers-fallback ALG`. The `ALG` must match the peers `--cipher`.[[br]][[br]]
     317**This is the only case where** `--data-ciphers-fallback` **takes effect.**
    316318=== Server version 2.3 built with `--enable-small`
    317319==== Default configuration: No effective directives specified.[[br]]
     
    321323    * __Client version 2.5__
    322324  ||=  `--data-ciphers`  =||=  `-fallback`  =||  NCP  ||  Connection  ||
    323   ||=  -  =||=  -  =||  Partial  ||  `Fail (no shared cipher)`  ||
    324325  ||=  -  =||=  -  =||  Partial  ||  `Fail (no shared cipher)`  ||
    325326  ||=  -  =||=  BF-CBC  =||  Partial  ||  ''[[span(style=color: #806000, **Weak** BF-CBC )]]''  ||