Age | Commit message (Expand) | Author |
2012-02-15 | Hold struct filedesc's fd_lock when writing to the fd_ofiles, fd_ofileflags, | Philip Guenthe |
2011-01-11 | key lengths are counted in bits | Theo de Raadt |
2011-01-11 | add explicit_bzero() calls before free()ing key material | Theo de Raadt |
2010-12-14 | disable access to the crypto(4) device from userland; ok deraadt | Mike Belopuhov |
2010-10-06 | Retire Skipjack | Mike Belopuhov |
2010-07-21 | No need for read/write functions, just use enodev like all the other | Theo de Raadt |
2010-07-20 | Mark a DMA accessible malloc for later correction. This is | Matthew Dempsky |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2009-02-17 | variable no longer used | Theo de Raadt |
2009-02-17 | The loop here preparing the uio always added the length of the first | Owain Ainsworth |
2008-06-09 | Implement the AES XTS mode of operation for the crypto(9) framework. | Damien Miller |
2007-09-13 | Here too: Convert MALLOC/FREE to malloc/free and use M_ZERO where applicable. | Hans-Joerg Hoexer |
2006-10-25 | pr5274 fix localhost dos with oversized values | Ted Unangst |
2006-05-31 | remove some silly casts. put spl calls after all declarations. | Ted Unangst |
2005-08-18 | do not allow 0-length transforms; from freebsd | Theo de Raadt |
2005-05-25 | AESCTR support for ESP (RFC 3686); ok hshoexer | Markus Friedl |
2004-05-07 | Replace RSA-derived md5 code with code derived from Colin Plumb's PD version. | Todd C. Miller |
2004-03-14 | disable mac for now, they are not usable with current hardware; ok deraadt@ | Markus Friedl |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-06-10 | don't allow /dev/crypto to be opened ifndef CRYPTO (the thread hasn't been | Jason Wright |
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-05-30 | move max limit back down to 65536-4 | 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-10 | proper cdev_decl(crypto) and no private protos | Michael Shalayeff |
2002-06-19 | ansi | Theo de Raadt |
2002-06-19 | re-enable both crypto operations | Theo de Raadt |
2002-06-12 | looks slightly better | Theo de Raadt |
2002-06-12 | undo 1.46; fixes double free (the keys are freed on session close). | Markus Friedl |
2002-06-12 | so let us analyse the development process here: | Theo de Raadt |
2002-06-11 | kernel changes to make asymmetric crypto work in userland | Bob Beck |
2002-06-10 | You should always free the keys, not just on error --- the crypto | Angelos D. Keromytis |
2002-06-07 | Handle csecreate errors. deraadt@ and beck@ | Thomas Nordin |
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-05-08 | Don't deref null pointer in failure case. | Jason Wright |
2002-04-27 | 32 bit constraint is wrong, we think | Theo de Raadt |
2002-04-26 | disable cryptodevallowsoft again; constrain key bit sizes to % 32cryptodev.c | 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-04-03 | disable userland crypto for 3.1 | Theo de Raadt |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-05 | export MD5/SHA1 via /dev/crypto; ok provos@, beck@ | Markus Friedl |
2002-03-04 | parts that copy in PK parameters | Theo de Raadt |
2002-03-01 | sysctl for cryptodevallowsoft - /dev/crypto will allow the software engine | Niels Provos |
2002-02-23 | sysctl kern.usercrypto | Theo de Raadt |
2002-02-08 | - Rename FILE_{,UN}USE to FREF and FRELE. USE is a bad verb and we don't have | Artur Grabowski |