Changes between Version 25 and Version 26 of MunichHackathon2014


Ignore:
Timestamp:
11/15/14 14:43:45 (9 years ago)
Author:
Gert Döring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MunichHackathon2014

    v25 v26  
    121121    * discussion:
    122122        * James: lets actually negotiate COMPRESS_V2 so we do not couple peer-id and compression which is actually independent parts/layers of the code
    123        * Arne: this could be "PACKET_FORMAT_3" (peer-id+compress-v2)
    124        * James: lean to "negotiate compression and packet format independently, as they are different layers"
    125        * Jan Just: nice thing about scalar packet format is that you **know** which features have to be in there - but "don't do too many of these versions"
     123        * Arne: this could be "PACKET_FORMAT_3" (peer-id+compress-v2)
     124        * James: lean to "negotiate compression and packet format independently, as they are different layers"
     125        * Jan Just: nice thing about scalar packet format is that you **know** which features have to be in there - but "don't do too many of these versions"
     126    * discussion ended up with crypto negotiations, but I think we'll just see a patch from James with "whatever will be the outcome" for COMPRESS_V2
    126127
    127128* regarding --enable-ssl/disable-ssl - decided to a) ask the openvpn-users whether there is anyone using OpenVPN without SSL, and if not, remove the option (so --enable-crypto would bring SSL, --disable-crypto would take away SSL and all crypto) - one different #ifdef variant less