Age | Commit message (Expand) | Author |
---|---|---|
2012-06-20 | ABI change: fix use of off_t, size_t, and integer types | Jay Berkenbilt |
2010-03-27 | pad and hope for the best of AES input buffer is not a multiple of 16 | Jay Berkenbilt |
2009-10-19 | add C API for R4 encryption | Jay Berkenbilt |
2009-10-18 | use a simpler seed for the random number generator | Jay Berkenbilt |
2009-10-18 | only seed randon number generater once for aes-cbc, try to avoid compressing ... | Jay Berkenbilt |
2009-10-18 | avoid low order bits of random just in case it's rand | Jay Berkenbilt |
2009-10-18 | use srand and rand instead of srandom and random of the latter are not available | Jay Berkenbilt |
2009-10-18 | reading crypt filters is largely implemented but not fully tested | Jay Berkenbilt |
2009-10-17 | checkpoint -- partially implemented /V=4 encryption | Jay Berkenbilt |
2009-10-17 | got working aes128 implementation | Jay Berkenbilt |
2009-10-17 | checkpoint -- started doing some R4 encryption support | Jay Berkenbilt |