aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-08-02Remove unistd.h from unit testArne Schwabe
2021-08-02Support NCP in pure P2P VPN setupsArne Schwabe
2021-07-28Cleanup handling of initial auth tokenArne Schwabe
2021-07-02Update Fox e-mail address in copyright noticesMax Fillinger
2021-06-18Move auth_token_state from multi to key_stateArne Schwabe
2021-06-15Update copyrightsDavid Sommerseth
2021-06-09Add github actionsArne Schwabe
2021-05-03Fix memory leak in misc unit testArne Schwabe
2021-05-03Avoid failing_test unused warning in example_testArne Schwabe
2021-04-02Implement '--compress migrate' to migrate to non-compression setupArne Schwabe
2021-03-10Refactor extract_var_peer_info into standalone function and add ssl_util.cArne Schwabe
2021-03-08Prefer TLS libraries TLS PRF function, fix OpenVPN in FIPS modeArne Schwabe
2020-10-08Allow 'none' cipher being specified in --data-ciphersArne Schwabe
2020-09-11Replace 'echo -n' with 'printf' in tests/t_lpback.shGert Doering
2020-08-10Rework NCP compability logic and drop BF-CBC support by defaultArne Schwabe
2020-07-22t_net.sh: drop hard dependency on t_client.rcAntonio Quartulli
2020-07-03t_client.sh: correctly report all failed instances in summaryGert Doering
2020-07-01Fix 'engine' unit test on FreeBSD (specifically 'not GNU make')Gert Doering
2020-06-26Reformat files using uncrustifyArne Schwabe
2020-06-24engine-key tests: make check_engine_keys.sh work with --enable-smallJames Bottomley
2020-06-23Fix make distcheck for new engine key unit testJames Bottomley
2020-06-23Add unit tests for engine keysJames Bottomley
2020-06-21Add unit test for cipher name translationsArne Schwabe
2020-05-15Do not write extra 0 byte for --gen-key with auth-token/tls-crypt-v2Arne Schwabe
2020-05-07convert *_inline attributes to boolAntonio Quartulli
2020-05-07t_net.sh: assign MAC address directly during interface creationAntonio Quartulli
2020-04-27Uncrustify the tests/unit_tests/ part of our tree.Gert Doering
2020-04-26Add tls-crypt-v2 test writing metadataArne Schwabe
2020-04-19t_net.sh: use dummy interface instead of tunAntonio Quartulli
2020-03-27Normalise ncp-ciphers option and restrict it to 127 bytesArne Schwabe
2020-03-09Move NCP related function into a seperate file and add unit testsArne Schwabe
2020-02-20Add gc_arena to struct argv to save allocationsHeiko Hund
2020-02-20argv: do fewer memory re-allocationsHeiko Hund
2020-02-20re-implement argv_printf_*()Heiko Hund
2019-11-10get rid of 'broadcast' argument when configuring the tun deviceAntonio Quartulli
2019-10-01Implement unit tests for auth-gen-tokenArne Schwabe
2019-09-24tests/t_lpback.sh: Switch sed(1) to POSIX-compatible regex.Kyle Evans
2019-09-19t_net.sh: execute sleep after checking exit code of previous commandAntonio Quartulli
2019-09-19t_net.sh: wait for NO-CARRIER bit to settle before starting testAntonio Quartulli
2019-07-05Implement --genkey type keyfile syntax and migrate tls-crypt-v2Arne Schwabe
2019-06-24Remove cmocka submodule, rely on system-wide installation instead.Gert Doering
2019-06-20t_net.sh: fixes for the networking test scriptAntonio 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-06unit tests: implement test for sitnlAntonio Quartulli
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