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
/
opencrypto
/
files.opencrypto
Age
Commit message (
Expand
)
Author
2011-11-19
First step of random number subsystem rework described in
tls
2011-05-26
pull in AES-GCM/GMAC support from OpenBSD
drochner
2011-05-24
copy AES-XCBC-MAC support from KAME IPSEC to FAST_IPSEC
drochner
2011-05-05
support camellia-cbc by swcrypt
drochner
2011-02-19
make the compatibility code conditional on COMPAT_50
drochner
2009-03-25
Fixes PR kern/41069 and PR kern/41070.
darran
2008-02-04
Rework opencrypto to use a spin mutex (crypto_mtx) instead of "splcrypto"
tls
2006-10-27
Merge kernel and userland rmd160 and sha2 implementation.
christos
2005-11-25
swcr -> swcrypto
thorpej
2005-11-25
- De-couple the software crypto implementation from the rest of the
thorpej
2005-02-26
nuke trailing whitespace
perry
2003-12-31
Split opencrypto configuration into an attribute, usable by inkernel
jonathan
2003-11-16
Move the Skipjack algorithm from sys/opencrypto to sys/crypto/skipjack.
tls
2003-08-27
Use the Blowfish in crypto/blowfish, which has hooks for using tuned
thorpej
2003-08-26
Move the opencrypto CAST-128 implementation to crypto/cast128, removing
thorpej
2003-08-26
G/C opencrypto's local copy of rijndael. Adapt the extant rijndael
thorpej
2003-08-24
crypto_mbuf.c is unused; remove it.
thorpej
2003-08-24
G/C some unused config definitions.
thorpej
2003-08-24
Make opencrypto depend on the "ripemd160" and "sha2" attributes, rather
thorpej
2003-08-24
Move the opencrypto defpseudo into files.opencrypto.
thorpej
2003-07-30
Add ``needs-flag'' to opencrypto/crypto.c, so that init_main() can do
jonathan
2003-07-28
Clean up dependencies between opencrypto framework and sys/crypto,
jonathan
2003-07-27
Cleanup traces of previous standalone m_apply()/m_getptr().
jonathan
2003-07-26
Don't declare the sha2.c file twice, instead add opencrypto flag to
he
2003-07-25
Commit initial NetBSD port of the OpenCrypto Framework (OCF). This
jonathan