summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add support to ignore specific options.Arne Schwabe2013-08-162-2/+55
* Added "setenv opt" directive prefix. If present, and if theJames Yonan2013-08-161-1/+12
* TLS version negotiationJames Yonan2013-08-166-4/+139
* plugin: Extend the plug-in v3 API to identify the SSL implementation usedDavid Sommerseth2013-07-032-2/+10
* Remove the --disable-eurephia configure optionDavid Sommerseth2013-07-033-12/+2
* Add support of utun devices under Mac OS XArne Schwabe2013-07-032-67/+274
* Add support for client-cert-not-required for PolarSSL.Tamas TEVESZ2013-06-121-2/+14
* Do not pass struct tls_session* as void* in key_state_ssl_init().Steffan Karger2013-06-123-3/+7
* 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
* 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
* 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 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
* Fix segfault when enabling pf plug-inssvimik2013-05-061-1/+1
* Fix proto tcp6 for server & non-P2MP modesJosh Cepek2013-05-031-0/+4
* Fixed usage of stale define USE_SSL to ENABLE_SSLSteffan Karger2013-04-151-2/+4
* Fixed tls-cipher translation bug in openssl-buildSteffan Karger2013-04-051-2/+5
* Fix directly connected routes for "topology subnet" on Solaris.Gert Doering2013-03-271-6/+9
* Add MIN() compatibility macroGert Doering2013-03-231-0/+7
* Use constant time memcmp when comparing HMACs in openvpn_decrypt.Steffan Karger2013-03-222-1/+27
* Switch to IANA names for TLS ciphers.Steffan Karger2013-03-224-4/+251
* Config compatibility patch. Added translate_cipher_name.Steffan Karger2013-03-224-3/+75
* Improve verify_callback messagesSteffan Karger2013-03-221-3/+3
* Improve PolarSSL key_state_read_{cipher, plain}text messagesSteffan Karger2013-03-221-2/+6
* PolarSSL-1.2 supportSteffan Karger2013-03-226-56/+29
* (updated) [PATCH] Warn when using verb levels >=7 without debugJosh Cepek2013-03-201-0/+6
* Fix parameter listing in non-debug builds at verb 4Josh Cepek2013-03-145-11/+11
* Permit pool size of /64.../112 for ifconfig-ipv6-poolGert Doering2013-03-141-2/+2
* Repair "tcp server queue overflow" brokenness, more <stdbool.h> fallout.Gert Doering2013-03-121-1/+1
* Remove unused function no_tap_ifconfigArne Schwabe2013-03-121-10/+0
* Move static prototype definition from header into c fileArne Schwabe2013-03-122-2/+2
* Remove unused function xorArne Schwabe2013-03-121-10/+0
* add new option for X.509 name verificationHeiko Hund2013-03-076-23/+105
* make --tls-remote compatible with pre 2.3 configsHeiko Hund2013-03-071-0/+6
* reintroduce --no-name-remapping optionHeiko Hund2013-03-071-7/+14
* Fix corner case in NTLM authentication (trac #172)Christian Niessner2013-03-071-2/+2
* Ignore UTF-8 byte order markHeiko Hund2013-02-061-1/+5
* Enable TCP_NODELAY configuration on FreeBSD.Matthias Andree2013-02-031-0/+4
* Remove dead code path and putenv functionalityArne Schwabe2013-02-032-51/+7
* close more file descriptors on execHeiko Hund2013-02-022-0/+5
* Fix client crash on double PUSH_REPLY.Gert Doering2013-01-022-1/+7
* Fix parameter type for IP_TOS setsockopt on non-Linux systems.Gert Doering2012-12-201-0/+4
* Fix option inconsistency warnings about "proto" and "tun-ipv6"Gert Doering2012-12-171-1/+14
* Implement --mssfix handling for IPv6 packets.Gert Doering2012-12-137-21/+97
* Fix the proto is used inconsistently warningArne Schwabe2012-12-131-4/+18
* Remove dnsflags_to_socktype, it is not used anywhereArne Schwabe2012-12-132-6/+1