Age | Commit message (Expand) | Author |
2013-06-11 | Replace more ovbcopy with memmove; swap the src and dst arguments too | Theo de Raadt |
2013-06-05 | fix a bug that caused time-based rekeys to happen too frequently. | Damien Miller |
2013-03-27 | institute a hard cap on crypto devs instead of a useless wraparound check | Ted Unangst |
2012-12-11 | Bring back a small copy optimization in the aes-gcm handling: | Mike Belopuhov |
2012-12-07 | RFC 4106, Section 5 states that the SPI and a 64-bit Sequence | Mike Belopuhov |
2012-12-07 | Fix one of the two issues with ESN support in the GCM case: | Mike Belopuhov |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-10-28 | We need to allocate memory for crp_buf in the DMA accessible | Mike Belopuhov |
2012-10-04 | Clean up uninitialized warnings from cryptosoft and aesni. | Christiano F. Haesbaert |
2012-06-29 | Add support for the Extended (64-bit) Sequence Number as defined | Mike Belopuhov |
2012-04-25 | Use explicit_bzero() for clearing key material. | Matthew Dempsky |
2012-04-22 | Add struct proc * argument to FRELE() and FILE_SET_MATURE() in | Philip Guenthe |
2012-02-15 | Hold struct filedesc's fd_lock when writing to the fd_ofiles, fd_ofileflags, | Philip Guenthe |
2011-07-07 | empty files should be deleted | Ted Unangst |
2011-07-07 | Replace the cruddy old sys/net/zlib.[ch]. We now use the sys/lib/libz | Theo de Raadt |
2011-01-12 | cleanup aes-ctr keystream after use; ok deraadt | Mike Belopuhov |
2011-01-11 | fix encryption for uio_iovcnt > 1 by passing the absolute offset 'count' | Markus Friedl |
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 |
2011-01-11 | in SHA1Final(), explicitly clear the local buffer | Theo de Raadt |
2011-01-11 | accidental commit of a pending diff relating to something else | Theo de Raadt |
2011-01-11 | in AES_GMAC_Final(), explicitly clear the local buffer | Theo de Raadt |
2011-01-11 | for key material that is being being discarded, convert bzero() to | Theo de Raadt |
2010-12-22 | use the do {} while construct in the copying macros | Theo de Raadt |
2010-12-21 | remove dead code (ivp did always point to iv in the decrypt path). | Markus Friedl |
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-12-14 | disable access to the crypto(4) device from userland; ok deraadt | Mike Belopuhov |
2010-11-08 | use a well established define instead of rolling our own; no binary change | Mike Belopuhov |
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 |