aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-16route.c: use sitnl to implement get_default_gateway_ipv6()Antonio Quartulli
2019-07-05Remove -no-cpp-precomp flag from Darwin buildsArne Schwabe
2019-07-05Add generate_ephemeral_key that allows a random ephermal keyArne Schwabe
2019-07-05Implement --genkey type keyfile syntax and migrate tls-crypt-v2Arne Schwabe
2019-07-02travis-ci: update components versionsIlya Shipitsin
2019-07-02travis-ci: fix osx buildsIlya Shipitsin
2019-06-24Remove cmocka submodule, rely on system-wide installation instead.Gert Doering
2019-06-23man: correct the description of --capath and --crl-verify regarding CRLsMichal Soltys
2019-06-23configure.ac: add lzo CFLAGS/LIBS to the test flagsSteffan Karger
2019-06-20t_net.sh: fixes for the networking test scriptAntonio Quartulli
2019-06-17route.c: fix windows build by removing mismatching function parameterAntonio Quartulli
2019-06-16t_net.sh: properly perform sudo check and print test stepsAntonio Quartulli
2019-06-16t_net.sh: make bash dep explicit and run only if SITNL is compiledAntonio Quartulli
2019-06-09Copy one byte less in strncpynt()Gert Doering
2019-06-08Write key to stdout if filename is not givenArne Schwabe
2019-06-06unit tests: implement test for sitnlAntonio Quartulli
2019-06-05route.c: use new networking API to handle routing table on LinuxAntonio Quartulli
2019-06-02travis.yml: add test for iproute2 net implementationAntonio Quartulli
2019-06-02tun.c: use new networking API to handle tun interface on LinuxAntonio Quartulli
2019-06-02introduce sitnl: Simplified Interface To NetLinkAntonio Quartulli
2019-05-24Fix poll.h logic in syshead.hArne Schwabe
2019-05-15implement networking API for iproute2Antonio Quartulli
2019-05-15implement platform generic networking APIAntonio Quartulli
2019-05-10Fix various compiler warningsLev Stipakov
2019-05-10tests: remove dependency on base64Steffan Karger
2019-05-03build: Package missing mock_msg.hDavid Sommerseth
2019-04-17cmocka: use relative pathsSteffan Karger
2019-04-11Remove wrong poll.h includeRosen Penev
2019-04-11configure.ac: fix compile-time error in argv_testdriverIlya Shipitsin
2019-03-29docs: Update INSTALLDavid Sommerseth
2019-03-18travis-ci: update osx to xcode9.4 and modernize brew managementIlya Shipitsin
2019-03-18travis-ci: change trusty image to xenialIlya Shipitsin
2019-03-18travis-ci: add "linux-ppc64le" to build matrixIlya Shipitsin
2019-03-04Use correct ifdefs for LibreSSL supportStefan Strogin
2019-02-28Better error message when script fails due to script-security settingSelva Nair
2019-02-28cleanup: Remove RPM openvpn.spec build approachDavid Sommerseth
2019-02-28Limit tapctl.exe and openvpnmsica.dll to TAP-Windows6 adapters onlySimon Rozman
2019-02-28Add developer notes URL for openvpnmsica.dllSimon Rozman
2019-02-28Refactor OpenVPNService state detection codeSimon Rozman
2019-02-28Add user manual and developer notes URL for tapctl.exeSimon Rozman
2019-02-28Add NULL checksSimon Rozman
2019-02-28Disambiguate thread local storage references from TLSSimon Rozman
2019-02-28Fix documentation of tls-verify script argumentThomas Quinot
2019-02-06Fix various spelling mistakesJonathan Tooker
2019-01-31Handle PSS padding in cryptoapicertSelva Nair
2019-01-23Move OpenSSL vs CNG signature digest type mapping to a functionSelva Nair
2019-01-22Rename tls_crypt_v2_read_keyfile into generic pem_read_key_fileArne Schwabe
2019-01-22Detect missing TAP driver and bail out gracefullySimon Rozman
2019-01-22Fix tls-auth/crypt in connection blocks with --persist-keySteffan Karger
2019-01-22crypto_openssl.c: fix heap-buffer-overflow found by AddressSanitizerLev Stipakov