aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-05-10tests: remove dependency on base64Steffan Karger
2019-05-03build: Package missing mock_msg.hDavid Sommerseth
2019-02-06Fix various spelling mistakesJonathan Tooker
2019-01-22test_tls_crypt.c: fix global-buffer-overflow found by AddressSanitizerLev Stipakov
2019-01-16Extend tls-crypt-v2 unit testsSteffan Karger
2018-10-26tls-crypt-v2: add script hook to verify metadataSteffan Karger
2018-10-26tls-crypt-v2: implement tls-crypt-v2 handshakeSteffan Karger
2018-10-26tls-crypt-v2: add unwrap_client_keySteffan Karger
2018-10-26tls-crypt-v2: generate tls-crypt-v2 keysSteffan Karger
2018-10-11Fix mbedtls unit testsSteffan Karger
2018-07-24crypto: always reload tls-auth/crypt key contextsAntonio Quartulli
2018-07-22Add crypto_pem_{encode,decode}()Steffan Karger
2018-07-05Move file-related functions from misc.c to platform.cSteffan Karger
2018-06-23Add %d, %u and %lu tests to test_argv unit tests.Gert Doering
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