Age | Commit message (Expand) | Author |
2010-10-06 | Retire Skipjack | Mike Belopuhov |
2010-10-06 | zero out auth hash context before freeing it; ok matthew millert | Mike Belopuhov |
2010-09-22 | OCF support for the Galois/Counter Mode (GCM) for AES as | Mike Belopuhov |
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-21 | No need for read/write functions, just use enodev like all the other | Theo de Raadt |
2010-07-20 | Switch some obvious network stack MAC comparisons from bcmp() to | Matthew Dempsky |
2010-07-20 | Mark a DMA accessible malloc for later correction. This is | Matthew Dempsky |
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-07-02 | m_copyback can fail to allocate memory, but is a void fucntion so gymnastics | Bret Lambert |
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-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
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 |
2009-08-17 | sizeof(ptr) -> sizeof(*ptr) as intended; ok djm@ millert@ | Miod Vallat |
2009-07-05 | Buffer in RMD160_CTX is length RMD160_BLOCK_LENGTH not RMD160_DIGEST_LENGTH. | Todd C. Miller |
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-11-04 | Use defines for constants. Use __attribute__ bounded. | Hans-Joerg Hoexer |
2008-10-30 | reintroduce mutexes to workqs for locking. | David Gwynne |
2008-09-06 | match libc sha2(3) API changes for kernel; ok millert@ | Damien Miller |
2008-08-12 | Implementation of the HMAC-MD5, HMAC-SHA1, HMAC-SHA256, AES-128-CMAC | Damien Bergamini |
2008-07-21 | gives this a chance to work on architectures with strict alignment | Damien Bergamini |
2008-06-25 | implement automatic time-based rekeying (every 10 minutes); ok deraadt@ | Damien Miller |
2008-06-09 | Introduce a facility to generate unpredictable 32 bit numbers with | Damien Miller |
2008-06-09 | add myself to copyright | Damien Miller |
2008-06-09 | Implement the AES XTS mode of operation for the crypto(9) framework. | Damien Miller |
2008-06-09 | constify arguments in wrapper functions; the lower level functions | Damien Miller |
2008-06-09 | rename arc4random_bytes => arc4random_buf to match libc's nicer name; | Damien Miller |
2007-11-28 | finish conversion to workq. remove list remnants, and put spl in the right | Ted Unangst |
2007-11-26 | typos; ok jmc@ | Martynas Venckus |
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 |
2007-09-15 | fix error introduced by my previous commit: | Hans-Joerg Hoexer |
2007-09-13 | Here too: Convert MALLOC/FREE to malloc/free and use M_ZERO where applicable. | Hans-Joerg Hoexer |
2007-09-11 | Add __bounded__ attributes to prototypes. | Damien Miller |
2007-09-10 | Make the hmac ipad/opad globals "const" and fixup the crypto functions | Henric Jungheim |
2007-07-24 | add rc4_skip() function that can be used to discard bytes from | Damien Bergamini |
2007-07-20 | unbreak landisk kernel sha1 by working around a compiler bug; | Otto Moerbeek |
2007-05-27 | make the #defines in rijndael.h a bit more meaningful | Ted Unangst |
2007-05-27 | make crp_buf a void *. caddr_t implies bufferness, it's not. | Ted Unangst |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2007-02-21 | Don't use arbitrary 128 bytes as size of the blf key array if we know exactly | Alexander von Gernler |
2007-02-19 | minimum blocksize for ESP is 32 bit, so adjust blocksize of NULL | Hans-Joerg Hoexer |
2006-12-29 | Avoid void * arithmetic, okay deraadt@, suggestions from millert@ | Pedro Martelletto |
2006-11-19 | typo; from bret lambert | Jason McIntyre |
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 |