aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/auth_token.c
AgeCommit message (Expand)Author
2023-09-26Remove all traces of the previous MSVC build systemFrank Lichtenheld
2023-02-01Fix unaligned access in auth-tokenArne Schwabe
2022-10-17Allow Authtoken lifetime to be short than renegotiation timeArne Schwabe
2022-08-19Fix auth-token usage with management-def-authSelva Nair
2022-04-21The Great Reformatting of 2022David Sommerseth
2022-02-20crypto: unify key_type creation codeAntonio Quartulli
2022-02-16auth_token/tls_crypt: fix usage of md_valid()Antonio Quartulli
2022-01-10auth_token.c: add NULL initializationLev Stipakov
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-06Remove key_type->hmac_lengthArne Schwabe
2021-07-28Cleanup handling of initial auth tokenArne Schwabe
2021-06-18Move auth_token_state from multi to key_stateArne Schwabe
2021-05-03Fix binary and (&) used in auth-token check instead of logical and (&&)Arne Schwabe
2020-05-11Fix session id in env missing first byteArne Schwabe
2020-05-07convert *_inline attributes to boolAntonio Quartulli
2019-11-10auth_token_kt: ensure key_type object is initializedAntonio Quartulli
2019-10-01Sent indication that a session is expired to clientsArne Schwabe
2019-10-01Implement a permanent session id in auth-tokenArne Schwabe
2019-10-01Rewrite auth-token-gen to be based on HMAC based tokensArne Schwabe