summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change the type of all ports in openvpn to const char* and let getaddrinfo re...Arne Schwabe2013-11-2215-246/+181
* Remove duplicate cipher entries from TLS translation table.Max Muster2013-11-201-4/+0
* Fix slow memory drain on each client renegotiation.Gert Doering2013-11-173-12/+21
* Fix IPv6 examples in t_client.rc-sampleGert Doering2013-11-171-4/+4
* t_client.sh: Add prepare/cleanup possibilties for each test caseDavid Sommerseth2013-11-161-0/+13
* t_client.sh: Write errors to stderr and document requirementsDavid Sommerseth2013-11-162-2/+6
* t_client.sh: Check for fping/fping6 availabilityDavid Sommerseth2013-11-151-0/+12
* Document authfile for socks serverDavide Brini2013-11-151-1/+4
* tls_ctx_load_ca: Improve certificate error messagesKlee Dienes2013-11-151-3/+24
* Fix argument type warning introduced by http extra proxy header patch.Gert Doering2013-11-151-1/+1
* Add reporting of UI version to basic push-peer-info set.Arne Schwabe2013-11-151-7/+9
* Implement custom HTTP header for http-proxy, and always send user-agent:Arne Schwabe2013-11-154-21/+118
* Require a 1.2.x PolarSSL versionJosh Cepek2013-11-141-2/+2
* Require polarssl >= 1.2.10 for polarssl-builds, which fixes CVE-2013-5915.Steffan Karger2013-10-241-2/+2
* Support non-ASCII TAP adapter names on WindowsHeiko Hund2013-10-231-5/+10
* Fix configure interaction with static OpenSSL librariesPeter Sagerson2013-08-231-1/+3
* Allow use of NetBeans without saving nbproject/ directory.Jesse Glick2013-08-221-0/+1
* Correct error text when no Windows TAP device is presentJosh Cepek2013-08-221-1/+1
* Always load intermediate certificates from a PKCS#12 fileHeikki Hannikainen2013-08-161-1/+19
* Add a note what setenv opt does for OpenVPN < 2.3.3Arne Schwabe2013-08-161-0/+4
* Add support to ignore specific options.Arne Schwabe2013-08-163-2/+77
* MSVC fixesJames Yonan2013-08-1610-71/+79
* Added "setenv opt" directive prefix. If present, and if theJames Yonan2013-07-152-1/+17
* TLS version negotiationJames Yonan2013-07-117-4/+148
* autoconf: Fix typoDavid Sommerseth2013-07-031-1/+1
* plugin: Extend the plug-in v3 API to identify the SSL implementation usedDavid Sommerseth2013-07-035-6/+38
* Remove the --disable-eurephia configure optionDavid Sommerseth2013-07-035-22/+2
* man page: Update man page about the tls_digest_{n} environment variableDavid Sommerseth2013-07-031-0/+10
* Add support of utun devices under Mac OS XArne Schwabe2013-07-034-68/+286
* PATCHv3 Remove unused variables or put them to the defines they are being use...Arne Schwabe2013-06-208-19/+2
* Improve documentation and help text for --route-ipv6.Gert Doering2013-06-112-2/+6
* Add support for client-cert-not-required for PolarSSL.Tamas TEVESZ2013-06-111-2/+14
* Do not pass struct tls_session* as void* in key_state_ssl_init().Steffan Karger2013-06-073-3/+7
* Fix another #ifdef/#if P2MP_SERVERArne Schwabe2013-06-011-1/+1
* Move checking of script file access into set_user_scriptArne Schwabe2013-05-311-22/+11
* Move settings of user script into set_user_script functionArne Schwabe2013-05-313-30/+37
* Fix #ifdefs for P2MP_SERVERArne Schwabe2013-05-312-2/+2
* Provide more accurate warning messageDavide Brini2013-05-301-1/+1
* Only print script warnings when a script is used. Remove stray mention of scr...Arne Schwabe2013-05-302-7/+14
* Fix problem with UDP tunneling due to mishandled pktinfo structures.Gert Doering2013-05-301-6/+5
* Make push-peer-info visible in "normal" per-instance environment.Gert Doering2013-05-275-44/+84
* Always push basic set of peer info values to server.James Yonan2013-05-273-17/+23
* make 'explicit-exit-notify' pullable againJan Just Keijser2013-05-241-2/+1
* Fix usage of 'compression ...' from global config.Gert Doering2013-05-191-4/+0
* Added support for the Snappy compression algorithmJames Yonan2013-05-1919-403/+975
* Fix Windows script execution when called from script hooksJosh Cepek2013-05-191-1/+4
* Fix NULL-pointer crash in route_list_add_vpn_gateway().Gert Doering2013-05-182-3/+5
* Use constrain_int() instead of MIN()+syshead.c compat definition - v2.Gert Doering2013-05-072-8/+1
* Fix segfault when enabling pf plug-inssvimik2013-05-061-1/+1
* Fix proto tcp6 for server & non-P2MP modesJosh Cepek2013-05-031-0/+4