aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/openvpn/test_ncp.c
AgeCommit message (Expand)Author
2023-06-27Remove all traces of the previous MSVC build systemFrank Lichtenheld
2023-01-10Update copyright year to 2023Frank Lichtenheld
2022-10-11Ensure only CBC, CFB, OFB and AEAD ciphers are considered valid data ciphersArne Schwabe
2022-05-22Reformat for sp_after_comma=addFrank Lichtenheld
2022-04-21The Great Reformatting of 2022David Sommerseth
2022-01-26update copyright year to 2022Antonio Quartulli
2021-12-13Remove cipher_kt_t and change type to const char* in APIArne Schwabe
2021-12-08Don't use BF-CBC in unit tests if we don't have itMax Fillinger
2021-12-06Fix handling an optional invalid cipher at the end of data-ciphersArne Schwabe
2021-12-05Implement optional cipher in --data-ciphers prefixed with ?Arne Schwabe
2021-11-01Remove dependency on BF-CBC existance from test_ncpArne Schwabe
2021-08-02Remove unistd.h from unit testArne Schwabe
2021-08-02Support NCP in pure P2P VPN setupsArne Schwabe
2021-06-15Update copyrightsDavid Sommerseth
2020-10-08Allow 'none' cipher being specified in --data-ciphersArne Schwabe
2020-08-10Rework NCP compability logic and drop BF-CBC support by defaultArne Schwabe
2020-04-27Uncrustify the tests/unit_tests/ part of our tree.Gert Doering
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