aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2022-10-19test_crypto: fix test_occ_mtu_calculation with --disable-fragmentFrank Lichtenheld
2022-10-17Allow Authtoken lifetime to be short than renegotiation timeArne Schwabe
2022-10-11Ensure only CBC, CFB, OFB and AEAD ciphers are considered valid data ciphersArne Schwabe
2022-10-05denoise tests/t_lpback.shGert Doering
2022-09-27introduce V= level to manage t_client.sh output verbosityGert Doering
2022-09-27t_client: add per-instance arguments to fpingGert Doering
2022-09-20Implement AUTH_FAIL, TEMP message supportArne Schwabe
2022-08-25Fix declaration of pubkeys in test_provider.c in MSVC buildsArne Schwabe
2022-08-25t_client.sh: do not require fping6Frank Lichtenheld
2022-08-01xkey_provider: fix building with --disable-managementSelva Nair
2022-07-22t_client: Allow to force FAIL on prerequisite failsFrank Lichtenheld
2022-07-13networking: add net_iface_type APIAntonio Quartulli
2022-05-22Implement ED448 and ED25519 support in xkey_providerArne Schwabe
2022-05-22Reformat for sp_after_comma=addFrank Lichtenheld
2022-05-06Implement HMAC based session id for tls-crypt v2Arne Schwabe
2022-05-05Implement stateless HMAC-based sesssion-id three-way-handshakeArne Schwabe
2022-04-29Implement constructing a control channel reset client as standalone functionArne Schwabe
2022-04-25Add unit tests for test_tls_decrypt_liteArne Schwabe
2022-04-21The Great Reformatting of 2022David Sommerseth
2022-04-08t_net.sh: delete dummy iface using iproute commandAntonio Quartulli
2022-04-08networking: implement net_iface_new and net_iface_del APIsAntonio Quartulli
2022-02-14Add unit test for mssfix with compression involvedArne Schwabe
2022-02-13Add mtu paramter to --fragment and change fragment calculationArne Schwabe
2022-02-02Implement optional mtu parameter for mssfixArne Schwabe
2022-02-02Fix mssfix and frame calculation in CBC modeArne Schwabe
2022-01-26update copyright year to 2022Antonio Quartulli
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