aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
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