summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/umac.c
AgeCommit message (Expand)Author
2023-03-07correct size for array argument when changing UMAC_OUTPUT_LENDamien Miller
2022-01-01spellingJonathan Gray
2021-04-03typos in comments; GHPR#180 from Ville SkyttäDamien Miller
2020-03-13spelling errors in comments; no code changeDamien Miller
2020-02-26change explicit_bzero();free() to freezero()Jonathan Gray
2019-11-13stdarg.h required more broadly; ok djmTheo de Raadt
2018-04-10lots of typos in comments/docs. Patch from Karsten Weiss after checkingDamien Miller
2017-12-12Create a persistent umac128.c source file: #define the output size andChristian Weisgerber
2017-11-28more whitespace errorsDamien Miller
2017-11-28whitespace at EOLDamien Miller
2017-10-27whitespace at EOL (lots)Damien Miller
2017-05-31clear session keys from memory; ok djm@Markus Friedl
2014-07-22Convert from <sys/endian.h> to the shiney new <endian.h>Philip Guenther
2014-04-30UMAC can use our local fallback implementation of AES when OpenSSL isn'tChristian Weisgerber
2014-04-20use get/put_u32 to load values rather than *((UINT32 *)p) that breaks onDamien Miller
2013-11-08use calloc for all structure allocations; from markus@Damien Miller
2013-07-22make MAC key, data to be hashed and nonce for final hash const;Damien Miller
2013-07-20use a union to ensure correct alignment; ok deraadtDamien Miller
2013-05-17bye, bye xfree(); ok markus@Damien Miller
2011-10-19typo in comment; patch from Michael W. BombardieriDamien Miller
2008-05-12Ensure nh_result lies on a 64-bit boundary (fixes warnings observedPeter Valchev
2007-09-12use xmalloc() and xfree(); ok markus@ pvalchev@Kevin Steves
2007-06-07Add a new MAC algorithm for data integrity, UMAC-64 (not default yet, mustPeter Valchev