aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/ntlm.c
AgeCommit message (Expand)Author
2022-12-16Improve documentation on user/password requirement and unicodize functionArne Schwabe
2021-12-13Remove md_kt_t and change crypto API to use const char*Arne Schwabe
2021-12-06Remove key_type->hmac_lengthArne Schwabe
2021-10-22Remove DES key fixup codeArne Schwabe
2021-03-22Remove empty dummy functionsArne Schwabe
2018-12-12uncrustify openvpn/ sourcesGert Doering
2017-08-16ntlm: avoid breaking anti-aliasing rulesAntonio Quartulli
2017-08-14add missing static attribute to functionsAntonio Quartulli
2017-08-11ntlm: improve code style and readabilityAntonio Quartulli
2017-08-11ntlm: restyle compressed multiple function callsAntonio Quartulli
2017-08-11ntlm: convert binary buffers to uint8_t *Antonio Quartulli
2017-07-17ntlm: unwrap multiple function callsAntonio Quartulli
2017-07-17ntlm: avoid useless castAntonio Quartulli
2017-06-19Prevent two kinds of stack buffer OOB reads and a crash for invalid input dataGuido Vranken
2017-06-18OpenSSL: don't use direct access to the internal of HMAC_CTXEmmanuel Deloget
2017-06-16copyright: Update GPLv2 license textsDavid Sommerseth
2017-06-08refactor my_struprGuido Vranken
2017-01-18More broadly enforce Allman style and braces-around-conditionalsSteffan Karger
2016-12-14The Great Reformatting - first phaseDavid Sommerseth
2012-03-22build: move out config.h include from sysheadAlon Bar-Lev
2012-03-22build: standard directory layoutAlon Bar-Lev