Changes between Version 18 and Version 19 of RoadMap


Ignore:
Timestamp:
05/21/10 15:46:52 (14 years ago)
Author:
David Sommerseth
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RoadMap

    v18 v19  
    8585Provided we choose to design OpenVPN as above, we'd need to do the following:
    8686
     87Questions:
     88 * Will OpenVPN 3.0 support the OpenVPN 2.0 wire protocol?  Pro: portability - Cons: adds complexity to the implementation.
     89   * A solution can be to not support both a new 3.x and the current 2.x wire protocol simultaneously, where there is a specific Socket module for the OpenVPN 2.x wire protocol and another Socket module for a more feature rich wire protocol for more advanced users.
     90
    8791 * Define which types of modules OpenVPN core should support.  The function they have would be the category.  The drawing mentions modules as Socket, SSL, Authentication, Configuration, Compression, Protocol and Consumer/Producer.
    8892 * Define/draft the API for the core functions of each module category.  It must be defined which modules are chain-able and which are not, as well as a chain order priority.