Age | Commit message (Expand) | Author |
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 |
2006-03-23 | kill evil \r; from cedric | Michael Shalayeff |
2006-03-21 | Implementation of the Michael MIC as defined in IEEE 802.11i for TKIP. | Reyk Floeter |
2006-03-04 | splimp -> splvm | Brad Smith |
2005-08-18 | do not allow 0-length transforms; from freebsd | Theo de Raadt |
2005-06-13 | get rid of ifdef MSDOS, no binary change | Hans-Joerg Hoexer |
2005-05-25 | AESCTR support for ESP (RFC 3686); ok hshoexer | Markus Friedl |
2005-05-10 | support NULL encryption for ESP; ok hshoexer, ho | Markus Friedl |
2005-05-02 | simplify by using arc4random_bytes(), ok djm, hshoexer | Markus Friedl |
2005-03-24 | major knf | Hans-Joerg Hoexer |
2005-03-24 | ansi and tiny knf | Hans-Joerg Hoexer |
2004-12-21 | Don't use crypto thread for callbacks. | Marco Pfatschbacher |
2004-12-20 | Allow the setkey function of a transform to fail, eg. when an insufficient | Hans-Joerg Hoexer |
2004-12-15 | minimum key length of aes is 128 bit, not 64. | Hans-Joerg Hoexer |
2004-12-14 | indentation and some knf, no binary change | Hans-Joerg Hoexer |
2004-06-26 | Ansification of defalte-/lsz-stubs. | Hans-Joerg Hoexer |
2004-06-20 | In crypto_thread(), always save return value from splimp(). We were only | Aaron Campbell |
2004-05-07 | Replace RSA-derived md5 code with code derived from Colin Plumb's PD version. | Todd C. Miller |
2004-05-03 | Rev 1.4 was bogus (committed from the wrong tree), this repairs it. | Todd C. Miller |
2004-05-03 | some minor KNF | Todd C. Miller |
2004-04-29 | The data pointer passed to the transform function may not be properly | Todd C. Miller |
2004-04-28 | Sync userland sha2.c with kernel. The SHAXXX_End and SHAXXX_Data functions | Todd C. Miller |
2004-04-28 | Some KNF, made bit count u_int64_t instead of u_int32_t (similar to libc). | Hans-Joerg Hoexer |
2004-04-14 | leak; vgirish at tenet.res.in; via angelos; ok hshoexer, henning, deraadt | Markus Friedl |
2004-03-31 | remove sparc64/gcc2 workaround. | Brad Smith |
2004-03-14 | disable mac for now, they are not usable with current hardware; ok deraadt@ | Markus Friedl |
2004-02-08 | save kernel space; full unroll is not needed; from freebsd | Theo de Raadt |
2004-02-05 | expose two more functions | Theo de Raadt |
2003-12-26 | - use 1/2 space for rijndael context in ipsec | Markus Friedl |
2003-12-14 | alignment fixes (e.g sparc 64); from Daniel Lucq; ok millert, henning | Markus Friedl |
2003-10-07 | arc4 support; ok millert@, fgsch@ | Markus Friedl |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-09-03 | zap context correctly, from Juergen Buchmueller <pullmoll at stop1984 dot com> | Federico G. Schwindt |
2003-08-14 | mirror change in mbufs: cuio_copyback's 4th arg is now const void * | Jason Wright |
2003-07-31 | pasto; lha@stacken.kth.se | Markus Friedl |
2003-07-24 | increase ALG_MAX_RESULT_LEN to 64 bytes for sha2-512 | Markus Friedl |