summaryrefslogtreecommitdiff
path: root/lib/libcrypt
AgeCommit message (Expand)Author
2022-05-29Make it compile againmartin
2022-05-29Avoid null SEGV if libargon passed string with too few $abs
2022-05-29Free strdup'd value in libargon decode_option error pathsabs
2022-05-15PR/56838: David A. Holland: namespace pollution in static libcryptchristos
2022-02-13remove dup assignments (RVP)christos
2021-11-22crypt(3): document some of the memory units we're dealing withnia
2021-11-01Remove theagc
2021-10-31libcrypt: Compile with USE_FORT, for this is cryptographic software.nia
2021-10-29libcrypt: Fix a floating point exception when a low number of HMAC-SHA1nia
2021-10-26libcrypt: Make Werror-disables for external Argon2 library per-file.nia
2021-10-26libcrypt: fine-grained warnings for argon2, requested by rinnia
2021-10-20crypt.3: add a reference for Argon2nia
2021-10-20Be a little bit more eager to let Argon2 use memory.nia
2021-10-20crypt(3): For argon2, default to time=3.nia
2021-10-20crypt(3): return 0 -> return NULL for function returning char *nia
2021-10-20crypt(3): Adapt default Argon2 parameters to system performancenia
2021-10-16libcrypt: Hide more private symbols by default. Fix style.nia
2021-10-13libcrypt: work around compiler bugs to get MKARGON2 working on vaxnia
2021-10-12Capitalize word.wiz
2021-10-12crypt.3: note parallelism caveatsnia
2021-10-12Fix release builds with MKARGON2=yesnia
2021-10-12added missing copyright header. pointed out by nia. no functional changejhigh
2021-10-12crypt(3): clean up some leftover debug goonia
2021-10-12crypt(3): match the Argon2 reference implementation's Base64 exactlynia
2021-10-12fix typos in man pages.andvar
2021-10-12crypt(3): Make Argon2 implementation match the reference impl bynia
2021-10-12paranoia: use explicit_memsetnia
2021-10-12pw_gensalt.3: add argon2 bitsnia
2021-10-12crypt-argon2: Properly honor user's version number.nia
2021-10-12crypt-argon2: improve resilience of the parser.nia
2020-05-14Remove extra semicolon.msaitoh
2020-03-25Remove trailing whitespace.wiz
2020-03-25new paragraphchristos
2020-03-25more infochristos
2020-03-25Revert putting a $ as the final character for blowfish. It is not required bychristos
2020-03-25Fix typos. Use more markup. New sentence, new line.wiz
2020-03-25- bump blowfish size, explain versionchristos
2020-03-25Add missing trailing $ for blowfishchristos
2020-03-25PR/55095: David A. Holland: pw_gensalt(3) undocumentedchristos
2020-02-22Avoid undefined behavior in left shiftkamil
2020-02-22Avoid undefined behavior in bit shift operationskamil
2019-10-21Mark up argon2 description. Restore removed lines/text from previouswiz
2019-10-21adding argon2 support to libcrypt. argon2 user authentication nowjhigh
2019-10-05adding full scheme comparison to libcrypt:crypt and pwhash testsjhigh
2015-06-17fix error messageschristos
2013-08-28Publish explicit_memset and consttime_memequal in userland libc.riastradh
2013-08-10Silence -Wpointer-sign on crypt-sha1.c.dholland
2013-06-24Replace consttime_bcmp/explicit_bzero by consttime_memequal/explicit_memset.riastradh
2012-08-30Add "consttime_bcmp" and "explicit_bzero" functions for both kerneldrochner
2012-08-10crypt-sha1.c flags apply to all compilers in the tree, drop conditional.joerg