aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2022-01-21unit-test: fix test_crypto when USE_COMP is not definedAntonio Quartulli
2022-01-20Add a unit test for external key providerSelva Nair
2021-12-31Rework occ link-mtu calculationArne Schwabe
2021-12-13Remove md_kt_t and change crypto API to use const char*Arne Schwabe
2021-12-13Remove cipher_kt_t and change type to const char* in APIArne Schwabe
2021-12-10add test case(s) to notice 'openvpn --show-cipher' crashingGert Doering
2021-12-09Add argv_insert_head__empty_argv__head_only to argv testsArne Schwabe
2021-12-08Don't use BF-CBC in unit tests if we don't have itMax Fillinger
2021-12-07Remove max_size from buffer_list_newArne Schwabe
2021-12-06Fix handling an optional invalid cipher at the end of data-ciphersArne Schwabe
2021-12-06Remove key_type->hmac_lengthArne Schwabe
2021-12-05Implement optional cipher in --data-ciphers prefixed with ?Arne Schwabe
2021-11-05Implement DES ECB encrypt via EVP_CIPHER apiArne Schwabe
2021-11-01Remove dependency on BF-CBC existance from test_ncpArne Schwabe
2021-10-21Add small unit test for testing HMACArne Schwabe
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