summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix "." in description of utun.Thomas Veerman2014-01-231-2/+2
* Add "test-driver" and "compile" to .gitignoreGert Doering2014-01-201-0/+2
* convert struct signal_info elementHeiko Hund2014-01-171-1/+1
* make sure sa_family_t is definedHeiko Hund2014-01-172-0/+13
* Replace copied structure elements with including <net/route.h>Gert Doering2014-01-161-93/+2
* Rename 'struct route' to 'struct route_ipv4'Gert Doering2014-01-163-26/+26
* Fix compiler warnings in ssl_polarssl.cSteffan Karger2014-01-121-5/+8
* Remove unused variables from ssl_verify_polarssl.c's x509_get_serial()Steffan Karger2014-01-121-2/+0
* Fix compiler warning for unused result of write()Steffan Karger2014-01-121-1/+2
* Document issue with --chroot, /dev/urandom and PolarSSL.Gert Doering2014-01-121-0/+10
* Cleanup ir6->netbits handling.Gert Doering2014-01-113-59/+18
* remove some 'unused variable' warningsGert Doering2014-01-113-3/+3
* Reduce IV_OPENVPN_GUI_VERSION= to IV_GUI_VER=Gert Doering2014-01-091-2/+2
* Make code and documentation for --remote-random-hostname consistent.Gert Doering2014-01-092-19/+10
* Fix spurious ignoring of pushed config options (trac#349).Jens Wagner2014-01-073-1/+5
* Document "lz4" argument to "compress" config option.Gert Doering2014-01-061-2/+4
* Provide LZ4 sources in src/compat/ and use if no system lz4 library found.Gert Doering2014-01-065-3/+1044
* Implement LZ4 compression.Gert Doering2014-01-069-4/+319
* Disable export ciphers by default for OpenSSL builds.Steffan Karger2014-01-051-1/+3
* Make tls_ctx_restrict_ciphers accept NULL as char *cipher_list.Steffan Karger2014-01-054-12/+24
* Update IPv6 related readme filesArne Schwabe2014-01-032-20/+17
* Remove OpenSSL tmp_rsa_callback. Removes support for ephemeral RSA in TLS.Steffan Karger2014-01-031-18/+0
* If --tls-cipher is supplied, make --show-tls parse the list.Steffan Karger2014-01-034-9/+20
* Update TLSv1 error messages to SSLv23 to reflect changes from commit 4b67f98Steffan Karger2014-01-031-2/+2
* Also update TLSv1_method() calls in support code to SSLv23_method() calls.Steffan Karger2014-01-031-2/+2
* Add warning for using connection block variables after connection blocksArne Schwabe2013-12-171-7/+23
* Fix file checks when --chroot is being usedDavid Sommerseth2013-12-161-21/+61
* pkcs11: use generic evp key instead of rsaAlon Bar-Lev2013-12-162-8/+8
* Support non-ASCII characters in Windows tmp pathHeiko Hund2013-12-051-13/+21
* Fix IPv6_V6ONLY logic.Gert Doering2013-12-011-1/+2
* Implement listing on IPv4/IPv6 dual socket on all platformArne Schwabe2013-11-297-11/+41
* Move ASSERT so external-key with OpenSSL works againArne Schwabe2013-11-291-1/+2
* Implement dual stack client support for OpenVPNArne Schwabe2013-11-2915-643/+684
* When resolving fails print the error message from socket layerArne Schwabe2013-11-271-5/+7
* change the type of 'remote' to addrinfo*, and rename to 'remote_list'.Arne Schwabe2013-11-275-39/+111
* Remove the ip-remote-hint option.Arne Schwabe2013-11-263-21/+2
* Change proto_remote() function to return a constant stringArne Schwabe2013-11-263-12/+14
* Split link_socket_init_phase1 and link_socket_init_phase2 intoArne Schwabe2013-11-261-207/+256
* Fix assertion when SIGUSR1 is received while getaddrinfo is successfulArne Schwabe2013-11-241-6/+8
* t_client.sh: ignore fields from "ip -6 route show" output that distort results.Gert Doering2013-11-241-1/+1
* Fix two instances of asserting AF_INETArne Schwabe2013-11-241-3/+2
* Split the PROTO_UDP_xx options into AF_INET/AF_INET6 and PROTO_TCP/PROTO_UDP ...Arne Schwabe2013-11-248-167/+144
* Simplify print_sockaddr_ex function, merge duplicate ipv4/ipv6 logic.Arne Schwabe2013-11-233-65/+67
* Fix compile error in ssl_openssl introduced by polar external-management patchArne Schwabe2013-11-231-2/+2
* external_pkcs1_sign: Support non-RSA_SIG_RAW hash_idsJoachim Schipper2013-11-231-7/+69
* --management-external-key for PolarSSLJoachim Schipper2013-11-233-5/+102
* Refactor tls_ctx_use_external_private_key()Joachim Schipper2013-11-234-46/+33
* 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