Age | Commit message (Expand) | Author |
2015-08-28 | fairly simple sizes for free(); ok tedu | Theo de Raadt |
2015-02-09 | we want to defer work traditionally (in openbsd) handled in an | David Gwynne |
2015-01-27 | remove the second void * argument on tasks. | David Gwynne |
2014-10-23 | pools lock themselves now, we just have to tell them what IPL they | David Gwynne |
2014-10-23 | apply only the bit of r1.69 that should have been committed: | David Gwynne |
2014-10-23 | revert previous. it did more than the commit message said it did. | David Gwynne |
2014-10-22 | make the crypto taskq protect things at IPL_VM instead of IPL_HIGH. | David Gwynne |
2014-10-20 | replace bzeros after allocations with M_ZERO and PR_ZERO as appropriate. | David Gwynne |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-08-20 | Bye bye /dev/crypto | Mike Belopuhov |
2014-07-13 | use mallocarray() | Theo de Raadt |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-01-21 | cc_queued is not used for anything atm, remove it; ok jsing, markus | Mike Belopuhov |
2014-01-21 | Respect CRYPTO_F_NOQUEUE flag when dispatching a crypto operation | 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 |
2011-01-11 | for key material that is being being discarded, convert bzero() to | Theo de Raadt |
2010-09-08 | Reintroduce most crypto/crypto.c r1.55: | Joel Sing |
2010-08-08 | Backout r1.55 since this breaks anything which does crypto ops prior to | Joel Sing |
2010-07-08 | Revert part of previous. | Thordur I. Bjornsson |
2010-07-08 | Move pool initialization to init_crypto and zap the crypto_pool_initialized | Thordur I. Bjornsson |
2010-06-09 | Remove the CRYPTO_ALGORITHM_ALL define, fixup accordingly | Thordur I. Bjornsson |
2009-09-03 | crypto hardware (eg, hifn) establishes its interrupt handler at | David Gwynne |
2008-10-30 | reintroduce mutexes to workqs for locking. | David Gwynne |
2007-11-28 | finish conversion to workq. remove list remnants, and put spl in the right | Ted Unangst |
2007-11-25 | convert crypto thread to workq. add WQ_DIRECTOK flag to workq. | Ted Unangst |
2007-11-14 | do not call crypto_done() on errors, since the drivers already do this. | Markus Friedl |
2006-05-31 | remove some silly casts. put spl calls after all declarations. | Ted Unangst |
2006-03-04 | splimp -> splvm | Brad Smith |
2004-12-21 | Don't use crypto thread for callbacks. | Marco Pfatschbacher |
2004-06-20 | In crypto_thread(), always save return value from splimp(). We were only | Aaron Campbell |
2003-06-03 | Fastpath for userland crypto requests. This change makes userland | Bob Beck |
2003-02-19 | Copy the ENTIRE table into the supported algorithms (how the hell did this | Jason Wright |
2002-11-21 | From Angelos: | 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 | Double-pass over drivers, first hardware only, then software (if we | Angelos D. Keromytis |
2002-07-16 | Fix a typo, cleanup on session migration code in crypto_invoke(), and | Angelos D. Keromytis |
2002-06-11 | kernel changes to make asymmetric crypto work in userland | Bob Beck |
2002-06-10 | fix ivory tower greek fix. ok angelos@ | Bob Beck |
2002-06-09 | Don't use an int for the flags, when the structure uses | Angelos D. Keromytis |
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-03-04 | crypto_check_alg() is not needed | Theo de Raadt |
2002-01-23 | It looks like there has been one crack smoking and a few cut and pastes. | Artur Grabowski |
2002-01-23 | Pool deals fairly well with physical memory shortage, but it doesn't deal | Artur Grabowski |
2001-11-13 | and for the case where it allocates a bunch at a time, also make sure the | Theo de Raadt |
2001-11-13 | incorrect check | Theo de Raadt |
2001-11-09 | be way more sure that software cannot be used | Theo de Raadt |
2001-11-08 | indent | Theo de Raadt |
2001-08-05 | put in tags for ARC4 to please ben, who now has no excuses | Theo de Raadt |