summaryrefslogtreecommitdiff
path: root/sys/crypto/xform.h
AgeCommit message (Expand)Author
2018-04-09Move some AES-related defines into xform.h to reduce duplication.Visa Hankala
2017-05-02Switch OCF and IPsec over to the new AESMike Belopuhov
2015-12-10Remove plain DES from the kernel crypto framework, including the cryptoChristian Weisgerber
2015-11-13remove unused ARC4 support; ok mikeb@Christian Weisgerber
2015-11-13Remove unused non HMAC versions of MD5 and SHA1; ok mpi, deraadt, naddyMike Belopuhov
2015-11-03Hook up Chacha20-Poly1305 to the OpenBSD Cryptographic FrameworkMike Belopuhov
2014-12-28remove KPDK. not really used, and a bad choice anyway. ok naddyTed Unangst
2013-08-25Allocate and deallocate memory for encryption contexts within cryptosoft,Joel Sing
2010-10-06Retire SkipjackMike Belopuhov
2010-09-22OCF support for the Galois/Counter Mode (GCM) for AES asMike Belopuhov
2010-01-10Fix two bugs in IPsec/HMAC-SHA2:Markus Friedl
2008-09-06match libc sha2(3) API changes for kernel; ok millert@Damien Miller
2008-06-09Implement the AES XTS mode of operation for the crypto(9) framework.Damien Miller
2007-09-10Make the hmac ipad/opad globals "const" and fixup the crypto functionsHenric Jungheim
2005-05-25AESCTR support for ESP (RFC 3686); ok hshoexerMarkus Friedl
2004-12-20Allow the setkey function of a transform to fail, eg. when an insufficientHans-Joerg Hoexer
2004-05-07Replace RSA-derived md5 code with code derived from Colin Plumb's PD version.Todd C. Miller
2003-07-24hmac-sha2-{256,384,512} support in AH/ESP auth. markus okJun-ichiro itojun Hagino
2003-02-15skeleton support for LZS compressionJason Wright
2002-11-12Add a CRYPTO_NULL xform (it's a do nothing, but nice for measuring theJason Wright
2002-04-22KNFTheo de Raadt
2002-02-24license repair, angelos okTheo de Raadt
2001-08-28Getting closer to working userland MAC.ben
2001-08-17Add RC4 support.ben
2001-07-05Compression support for IPComp. Include files only. angelos@ ok.Jean-Jacques Bernard-Gundol
2001-06-16KNFTheo de Raadt
2001-06-13ivmask has been deprecated.Angelos D. Keromytis
2001-05-13copyrights and $OpenBSD$ tagsJason Wright
2000-06-18Add Rijndael (128-bit blocksize) in the software crypto driver.Angelos D. Keromytis
2000-03-17Cryptographic services framework, and software "device driver". TheAngelos D. Keromytis