| Age | Commit message (Expand) | Author |
| 2009-04-18 | Remove extra whitespace added by a stupid tool. | tsutsui |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-03-18 | Ansify function definitions w/o arguments. Generated with sed. | cegger |
| 2009-03-14 | Remove all the __P() from sys (excluding sys/dist) | dsl |
| 2007-05-23 | Ansify + add a few comments, from Karl Sjödahl | christos |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-08-30 | fix incomplete initializer | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-08-18 | Remove write-only variable "derived" in esp_cbc_encrypt(). | tron |
| 2003-08-27 | Use BF_ecb_encrypt() instead of using BF_encrypt()/BF_decrypt() | thorpej |
| 2003-08-26 | Move the opencrypto CAST-128 implementation to crypto/cast128, removing | thorpej |
| 2003-07-25 | add AH/ESP algorithms: hmac-ripemd160 (AH), AES XCBC MAC (AH), | itojun |
| 2003-07-22 | clear scheduled key before freeing, for safety | itojun |
| 2003-07-22 | cosmetic | itojun |
| 2003-07-20 | avoid assuming result buffer size in AH logic. sync w/kame | itojun |
| 2003-07-20 | due to previous type change, sav->schedlen never go negative. sync w/kame | itojun |
| 2003-07-20 | change ESP xx_schedlen() return type to size_t. sync w/kame | itojun |
| 2002-09-11 | correct pointer signedness mixups. sync w/kame | itojun |
| 2002-08-09 | use correct padding boundary, to correctly estimate ESP header size. | itojun |
| 2002-06-09 | whitespace cleanup | itojun |
| 2002-06-08 | whitespace cleanup | itojun |
| 2002-02-27 | sync blowfish function prototype between i386 assembly and C. | itojun |
| 2001-12-21 | whitespace/costmetic sync w/kame | itojun |
| 2001-11-27 | fix cast128 with shorter key length. sync with kame | itojun |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-10-15 | reduce diff with kame. whitespace changes only. | itojun |
| 2001-09-10 | minor style | itojun |
| 2001-09-09 | Add asm versions of blowfish and des transforms for i386. | tls |
| 2000-11-02 | avoid possible align issue | itojun |
| 2000-11-02 | [13]des fix for big endian machines. from: shigeru@iij.ad.jp | itojun |
| 2000-10-05 | always use rnd(4) for IPsec random number source. avoid random(9). | itojun |
| 2000-10-02 | correct merge failure in key size validation. | itojun |
| 2000-10-02 | add ESP rijndael logic. yet to be usable (until algorithm # is assigned) | itojun |
| 2000-09-26 | do not hardcode maximum IV length. | itojun |
| 2000-09-18 | repair blowfish-cbc. BF_encrypt() takes value in host byteorder, yuck! | itojun |
| 2000-08-31 | repair DES on LP64. past code did not interoperate with non-LP64, due to | itojun |
| 2000-08-30 | LP64 fix (cast to u_long when printing size_t) | itojun |
| 2000-08-29 | improve code sharing for esp_schedule(). add some diagnostics cases | itojun |
| 2000-08-29 | use per-block cipher function + esp_cbc_{de,en}crypt. do not use | itojun |
| 2000-07-23 | pre-compute and cache intermediate crypto key. suggestion from sommerfeld, | itojun |
| 2000-07-18 | correct RFC2367 PF_KEY conformance (SADB_[AE]ALG_xx values and namespaces). | itojun |
| 2000-06-14 | Import IPsec ESP from netbsd-cryptosrc-intl. | thorpej |