aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2021-06-15Add github actionsArne Schwabe
2021-06-15Update copyrightsDavid Sommerseth
2021-04-20Move auth_token_state from multi to key_stateArne 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
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