Changes between Version 7 and Version 8 of UsingPolarSSL


Ignore:
Timestamp:
12/20/17 15:23:29 (6 years ago)
Author:
tct
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingPolarSSL

    v7 v8  
    11= Introduction =
    22
    3 Since version 2.3, OpenVPN can be built using PolarSSL as it's crypto backend, instead of OpenSSL. See [https://polarssl.org/] for more information on PolarSSL.
     3'''Note''': This page '''only''' applies to Openvpn-2.3.x
     4
     5OpenVPN version '''2.3''' can be built using PolarSSL as it's crypto backend, instead of OpenSSL. See [https://polarssl.org/] for more information on PolarSSL.
    46
    57= Limitations compared to OpenSSL =
    68
    7 Note that the PolarSSL variant of OpenVPN does not support the same feature set as the OpenSSL variant. The most prominent differences are listed in the latest [https://github.com/OpenVPN/openvpn/blob/master/README.polarssl README.polarssl].
     9Note that the PolarSSL variant of OpenVPN does not support the same feature set as the OpenSSL variant. The most prominent differences are listed in the latest [https://github.com/OpenVPN/openvpn/blob/master/README.polarssl README.polarssl]*. (* This has been replaced by README.mbedtls)
    810
    911= Building the PolarSSL-enabled OpenVPN =
    1012
    11 OpenVPN 2.3 has full PolarSSL support. Get the sources from [http://openvpn.net/index.php/open-source/downloads.html the download page], or get the most recent (potentially unstable) code [https://github.com/OpenVPN/openvpn from github].
     13OpenVPN '''2.3''' has full PolarSSL support. Get the sources from [http://openvpn.net/index.php/open-source/downloads.html the download page], or get the most recent (potentially unstable) code [https://github.com/OpenVPN/openvpn from github].
    1214
    1315To build using polarssl:
    1416{{{
    15 ./configure --with-crypto-library=mbedtls
     17./configure --with-crypto-library=polarssl
    1618make
    1719make install
    1820}}}
    1921
    20 * Note: ''PolarSSL'' is now known as ''mbedtls''
     22For more up to date information see: https://community.openvpn.net/openvpn/wiki/Using-mbedtls