aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2018-02-01Update copyright to include 2018 plus company name changeDavid Sommerseth
2018-01-09buffer_list_aggregate_separator(): don't exceed max_lenSteffan Karger
2018-01-09buffer_list_aggregate_separator(): update list size after aggregatingSteffan Karger
2018-01-09Fix memory leak in buffer unit testsSteffan Karger
2017-12-04Remove option to disable crypto engineAntonio Quartulli
2017-12-04Remove ENABLE_CRYPTOAntonio Quartulli
2017-11-05buffer_list_aggregate_separator(): add unit testsSteffan Karger
2017-08-16tls-crypt: introduce tls_crypt_kt()Steffan Karger
2017-06-27Move adjust_power_of_2() to integer.hSteffan Karger
2017-06-16copyright: Update GPLv2 license textsDavid Sommerseth
2017-06-12Skip tls-crypt unit tests if required crypto mode not supportedSteffan Karger
2017-05-11Drop packets instead of assert out if packet id rolls over (CVE-2017-7479)Steffan Karger
2017-05-05Don't run packet_id unit tests for --disable-crypto buildsSteffan Karger
2017-05-05cleanup: merge packet_id_alloc_outgoing() into packet_id_write()Steffan Karger
2017-03-19Deprecate --ns-cert-typeSteffan Karger
2017-01-23git: Merge .gitignore files into a single fileDavid Sommerseth
2017-01-20Add a check for -Wl, --wrap support in linkerSelva Nair
2016-12-21Update copyrightsDavid Sommerseth
2016-12-16Don't reopen tun if cipher changesSteffan Karger
2016-12-14The Great Reformatting - first phaseDavid Sommerseth
2016-11-16Add --tls-crypt unit testsSteffan Karger
2016-11-14Make argv unit tests obey {MBEDTLS, OPENSSL}_{LIBS, CFLAGS}Steffan Karger
2016-11-14Factor out %sc handling from argv_printf()Heiko Hund
2016-11-14put argv_* functions into own file, add unit testsHeiko Hund
2016-11-09Fix a logic problem in handling of --up scripts in t_client.shSamuli Seppänen
2016-11-08Prevent generation of duplicate EXPECT_IFCONFIG entriesSamuli Seppänen
2016-11-08Allow passing extra arguments to fping/fping6 in t_client.rcSamuli Seppänen
2016-11-08Make sure that all relevant files under test go to release tarballsSamuli Seppänen
2016-11-08Fix update_t_client_ips.sh for out of tree buildsSamuli Seppänen
2016-10-04add POSTINIT_CMD_suf to t_client.sh and sample configGert Doering
2016-10-04make t_client robust against sudoers misconfigurationGert Doering
2016-10-04Automatically cache expected IPs for t_client.sh on the first runSamuli Seppänen
2016-09-20Fix t_client runs on OpenSolarisGert Doering
2016-09-17t_client.sh: Improve detection if the OpenVPN process did start during testsDavid Sommerseth
2016-09-17t_client.sh: Add support for Kerberos/ksuDavid Sommerseth
2016-09-17skip t_lpback.sh and t_cltsrv.sh if openvpn configured --disable-cryptoIlya Shipitsin
2016-09-17t_client.sh: Make OpenVPN write PID file to avoid various sudo issuesDavid Sommerseth
2016-09-16Do not abort t_client run if OpenVPN instance does not start.Gert Doering
2016-08-22Discourage using 64-bit block ciphersSteffan Karger
2016-05-31Only build and run cmocka unit tests if its submodule is initializedDavid Sommerseth
2016-05-30Add a test for auth-pam searchandreplaceJens Neuhalfen
2016-05-30Add unit testing support via cmockaJens Neuhalfen
2016-05-09Prevent integration test timeout bc. of sudoJens Neuhalfen
2015-05-28Revert "Enforce "serial-tests" behaviour for tests/Makefile"Gert Doering
2015-05-27Enforce "serial-tests" behaviour for tests/MakefileGert Doering
2014-12-02Really fix '--cipher none' regressionSteffan Karger
2014-07-08Fix t_lpback.sh platform-dependent failuresGert Doering
2014-07-07Extend t_lpback tests to test all ciphers reported by --show-ciphersSteffan Karger
2014-07-07Make t_client.sh work on AIX.Gert Doering
2014-04-21Minor t_client.sh cleanupsGert Doering