index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypt
Age
Commit message (
Expand
)
Author
2022-05-29
Make it compile again
martin
2022-05-29
Avoid null SEGV if libargon passed string with too few $
abs
2022-05-29
Free strdup'd value in libargon decode_option error paths
abs
2022-05-15
PR/56838: David A. Holland: namespace pollution in static libcrypt
christos
2022-02-13
remove dup assignments (RVP)
christos
2021-11-22
crypt(3): document some of the memory units we're dealing with
nia
2021-11-01
Remove the
agc
2021-10-31
libcrypt: Compile with USE_FORT, for this is cryptographic software.
nia
2021-10-29
libcrypt: Fix a floating point exception when a low number of HMAC-SHA1
nia
2021-10-26
libcrypt: Make Werror-disables for external Argon2 library per-file.
nia
2021-10-26
libcrypt: fine-grained warnings for argon2, requested by rin
nia
2021-10-20
crypt.3: add a reference for Argon2
nia
2021-10-20
Be a little bit more eager to let Argon2 use memory.
nia
2021-10-20
crypt(3): For argon2, default to time=3.
nia
2021-10-20
crypt(3): return 0 -> return NULL for function returning char *
nia
2021-10-20
crypt(3): Adapt default Argon2 parameters to system performance
nia
2021-10-16
libcrypt: Hide more private symbols by default. Fix style.
nia
2021-10-13
libcrypt: work around compiler bugs to get MKARGON2 working on vax
nia
2021-10-12
Capitalize word.
wiz
2021-10-12
crypt.3: note parallelism caveats
nia
2021-10-12
Fix release builds with MKARGON2=yes
nia
2021-10-12
added missing copyright header. pointed out by nia. no functional change
jhigh
2021-10-12
crypt(3): clean up some leftover debug goo
nia
2021-10-12
crypt(3): match the Argon2 reference implementation's Base64 exactly
nia
2021-10-12
fix typos in man pages.
andvar
2021-10-12
crypt(3): Make Argon2 implementation match the reference impl by
nia
2021-10-12
paranoia: use explicit_memset
nia
2021-10-12
pw_gensalt.3: add argon2 bits
nia
2021-10-12
crypt-argon2: Properly honor user's version number.
nia
2021-10-12
crypt-argon2: improve resilience of the parser.
nia
2020-05-14
Remove extra semicolon.
msaitoh
2020-03-25
Remove trailing whitespace.
wiz
2020-03-25
new paragraph
christos
2020-03-25
more info
christos
2020-03-25
Revert putting a $ as the final character for blowfish. It is not required by
christos
2020-03-25
Fix typos. Use more markup. New sentence, new line.
wiz
2020-03-25
- bump blowfish size, explain version
christos
2020-03-25
Add missing trailing $ for blowfish
christos
2020-03-25
PR/55095: David A. Holland: pw_gensalt(3) undocumented
christos
2020-02-22
Avoid undefined behavior in left shift
kamil
2020-02-22
Avoid undefined behavior in bit shift operations
kamil
2019-10-21
Mark up argon2 description. Restore removed lines/text from previous
wiz
2019-10-21
adding argon2 support to libcrypt. argon2 user authentication now
jhigh
2019-10-05
adding full scheme comparison to libcrypt:crypt and pwhash tests
jhigh
2015-06-17
fix error messages
christos
2013-08-28
Publish explicit_memset and consttime_memequal in userland libc.
riastradh
2013-08-10
Silence -Wpointer-sign on crypt-sha1.c.
dholland
2013-06-24
Replace consttime_bcmp/explicit_bzero by consttime_memequal/explicit_memset.
riastradh
2012-08-30
Add "consttime_bcmp" and "explicit_bzero" functions for both kernel
drochner
2012-08-10
crypt-sha1.c flags apply to all compilers in the tree, drop conditional.
joerg
[next]