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
/
sys
/
rump
/
kern
/
lib
/
libcrypto
/
Makefile
Age
Commit message (
Expand
)
Author
2021-08-21
rename glue.c to sodium_module.c
christos
2021-08-21
Add glue.c for libsodium (suggested by riastradh). Tidy up.
christos
2020-08-27
Move address hashing from init_main.c to kern_sysctl.c.
riastradh
2020-08-26
Tidy up libsodium makefile and config fragments.
riastradh
2020-08-21
Disable libsodium HAVE_TI_MODE for now.
riastradh
2020-08-21
Split flags onto separate lines, sorted, to make diffs easier.
riastradh
2020-08-21
Disable -Wshadow for libsodium.
riastradh
2020-08-20
Missed a spot -- add sys/crypto/blake2 to .PATH here.
riastradh
2020-08-20
Fix vestiges of libb2.
riastradh
2020-08-20
[ozaki-r] Changes to the kernel core for wireguard
riastradh
2020-07-28
Rewrite cprng_fast in terms of new ChaCha API.
riastradh
2020-07-26
Fix more sort order.
riastradh
2020-07-26
Add missing aes_ccm.c, aes_ccm_mbuf.c. Fix sort order.
riastradh
2020-07-26
Add chacha to rump libcrypto.
riastradh
2020-07-25
Remove now-unused legacy rijndael API.
riastradh
2020-06-29
New cgd cipher adiantum.
riastradh
2020-06-29
Rework AES in kernel to finally address CVE-2005-1797.
riastradh
2019-12-05
Missed a spot in the crypto/arc4 deletion.
riastradh
2019-09-02
Switch from NIST CTR_DRBG with AES to NIST Hash_DRBG with SHA-256.
riastradh
2015-10-19
Add a COMMENT describing what each component roughly does.
pooka
2014-01-17
Use subr_cprng.c instead of stub implementation. Rijndael migrates from
pooka
2014-01-14
Add the MODULE parts for blowfish and des.
pgoyette
2010-12-05
rumpcrypto should never have been its own faction, so finally make
pooka