index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
crypto
/
xform.h
Age
Commit message (
Expand
)
Author
2013-08-25
Allocate and deallocate memory for encryption contexts within cryptosoft,
Joel Sing
2010-10-06
Retire Skipjack
Mike Belopuhov
2010-09-22
OCF support for the Galois/Counter Mode (GCM) for AES as
Mike Belopuhov
2010-01-10
Fix two bugs in IPsec/HMAC-SHA2:
Markus Friedl
2008-09-06
match libc sha2(3) API changes for kernel; ok millert@
Damien Miller
2008-06-09
Implement the AES XTS mode of operation for the crypto(9) framework.
Damien Miller
2007-09-10
Make the hmac ipad/opad globals "const" and fixup the crypto functions
Henric Jungheim
2005-05-25
AESCTR support for ESP (RFC 3686); ok hshoexer
Markus Friedl
2004-12-20
Allow the setkey function of a transform to fail, eg. when an insufficient
Hans-Joerg Hoexer
2004-05-07
Replace RSA-derived md5 code with code derived from Colin Plumb's PD version.
Todd C. Miller
2003-07-24
hmac-sha2-{256,384,512} support in AH/ESP auth. markus ok
Jun-ichiro itojun Hagino
2003-02-15
skeleton support for LZS compression
Jason Wright
2002-11-12
Add a CRYPTO_NULL xform (it's a do nothing, but nice for measuring the
Jason Wright
2002-04-22
KNF
Theo de Raadt
2002-02-24
license repair, angelos ok
Theo de Raadt
2001-08-28
Getting closer to working userland MAC.
ben
2001-08-17
Add RC4 support.
ben
2001-07-05
Compression support for IPComp. Include files only. angelos@ ok.
Jean-Jacques Bernard-Gundol
2001-06-16
KNF
Theo de Raadt
2001-06-13
ivmask has been deprecated.
Angelos D. Keromytis
2001-05-13
copyrights and $OpenBSD$ tags
Jason Wright
2000-06-18
Add Rijndael (128-bit blocksize) in the software crypto driver.
Angelos D. Keromytis
2000-03-17
Cryptographic services framework, and software "device driver". The
Angelos D. Keromytis