Age | Commit message (Expand) | Author |
2021-06-30 | Remove unused variable cryptodesc_pool. Document global variables | Alexander Bluhm |
2017-08-10 | the userland crypto interface died long ago, can clean up the header | Ted Unangst |
2017-02-07 | Reduce the per-packet allocation costs for crypto operations (cryptop) | Patrick Wildt |
2017-02-07 | The return code of crp_callback is never checked, so it is not | Alexander Bluhm |
2016-04-18 | Add a mechanism for dispatching mpsafe crypto operations. This adds a new | Mark Kettenis |
2015-12-10 | Remove plain DES from the kernel crypto framework, including the crypto | Christian Weisgerber |
2015-11-13 | remove unused ARC4 support; ok mikeb@ | Christian Weisgerber |
2015-11-13 | Remove unused non HMAC versions of MD5 and SHA1; ok mpi, deraadt, naddy | Mike Belopuhov |
2015-11-12 | remove a few unused defines | Mike Belopuhov |
2015-11-12 | another define from the dsa era | Mike Belopuhov |
2015-11-03 | Remove two unused defines | Mike Belopuhov |
2015-11-03 | Hook up Chacha20-Poly1305 to the OpenBSD Cryptographic Framework | Mike Belopuhov |
2014-12-28 | remove KPDK. not really used, and a bad choice anyway. ok naddy | Ted Unangst |
2014-08-20 | Bye bye /dev/crypto | Mike Belopuhov |
2013-10-31 | convert crypto work queue to the task_add(9) api; ok dlg | Mike Belopuhov |
2013-03-27 | institute a hard cap on crypto devs instead of a useless wraparound check | Ted Unangst |
2012-06-29 | Add support for the Extended (64-bit) Sequence Number as defined | Mike Belopuhov |
2010-12-16 | move CRYPTO_VIAC3_MAX out of cryptodev.h and into the only | Jonathan Gray |
2010-12-16 | The VIA ciphers are added to an array of CRYPTO_ALGORITHM_MAX length | Jonathan Gray |
2010-10-06 | Retire Skipjack | Mike Belopuhov |
2010-09-22 | OCF support for the Galois/Counter Mode (GCM) for AES as | Mike Belopuhov |
2010-06-23 | Zap a dead prototype, crypto_thread(); Leftover since crypto was | Thordur I. Bjornsson |
2010-06-09 | Remove the CRYPTO_ALGORITHM_ALL define, fixup accordingly | Thordur I. Bjornsson |
2010-01-10 | Fix two bugs in IPsec/HMAC-SHA2: | Markus Friedl |
2009-09-03 | crypto hardware (eg, hifn) establishes its interrupt handler at | David Gwynne |
2008-06-09 | Implement the AES XTS mode of operation for the crypto(9) framework. | Damien Miller |
2007-11-28 | finish conversion to workq. remove list remnants, and put spl in the right | Ted Unangst |
2007-05-27 | make crp_buf a void *. caddr_t implies bufferness, it's not. | Ted Unangst |
2006-05-31 | remove some silly casts. put spl calls after all declarations. | Ted Unangst |
2005-05-25 | AESCTR support for ESP (RFC 3686); ok hshoexer | Markus Friedl |
2003-08-14 | mirror change in mbufs: cuio_copyback's 4th arg is now const void * | Jason Wright |
2003-07-24 | increase ALG_MAX_RESULT_LEN to 64 bytes for sha2-512 | Markus Friedl |
2003-07-24 | hmac-sha2-{256,384,512} support in AH/ESP auth. markus ok | Jun-ichiro itojun Hagino |
2003-06-03 | license cleanup regarding term 4 | Theo de Raadt |
2003-06-03 | Fastpath for userland crypto requests. This change makes userland | Bob Beck |
2003-02-15 | skeleton support for LZS compression | Jason Wright |
2003-02-15 | CRD_F_COMP isn't so special that it needs 4 bits for a binary flag | Jason Wright |
2002-11-21 | From Angelos: | Jason Wright |
2002-11-12 | Add a CRYPTO_NULL xform (it's a do nothing, but nice for measuring the | Jason Wright |
2002-07-17 | I don't know why this breaks things for me when sshd starts on sparc64. | Artur Grabowski |
2002-07-16 | Add CRYPTO_ALGORITHM_ALL | Angelos D. Keromytis |
2002-06-11 | kernel changes to make asymmetric crypto work in userland | Bob Beck |
2002-06-09 | Don't use an int for the flags, when the structure uses | Angelos D. Keromytis |
2002-05-18 | not ready to export fcrypt to userland yet; spotted by lebel | Theo de Raadt |
2002-05-18 | export struct fcrypt to userland | Theo de Raadt |
2002-04-24 | kernel API does not need the userland addresses, make them go away | Theo de Raadt |
2002-04-23 | initial hack at a CIOCSYMFEAT ioctl | Theo de Raadt |
2002-04-23 | driver queueing & callback code for keying operations | Theo de Raadt |
2002-04-08 | Credit DARPA/USAF appropriately. | Jason Wright |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |