Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-20 | Make ctx global | Matthias Schiffer | |
2014-04-20 | Make conf global | Matthias Schiffer | |
2014-04-10 | Use #pragma once | Matthias Schiffer | |
2014-03-14 | Adjust copyright years | Matthias Schiffer | |
2014-03-10 | Remove aligned data_t type again | Matthias Schiffer | |
2014-01-27 | Add an aligned uint8_t type data_t and use it to ensure the alignment of ↵ | Matthias Schiffer | |
various buffers on the stack | |||
2014-01-26 | Switch to the new timeout helpers where possible | Matthias Schiffer | |
2014-01-26 | Get rid of long_ago variable, use timeout helpers | Matthias Schiffer | |
2013-12-01 | Change common packet header: flags comes first, nonce is big endian | Matthias Schiffer | |
2013-11-30 | generic-poly1305: add helper functions to handle the common header | Matthias Schiffer | |
2013-11-15 | methods/common: decrease nonce length to 6, add flags byte | Matthias Schiffer | |
2013-11-14 | Ensure sessions are invalidated before the nonce wraps | Matthias Schiffer | |
While it isn't realistic for the nonce to wrap in less than one hour, it's better to check for this. | |||
2013-11-14 | Move test for initiator in the session refresh check from protocol to method | Matthias Schiffer | |
2013-10-29 | Allow using libsodium instead of NaCl | Matthias Schiffer | |
As libsodium has some strange include files (like a version.h), we try to use absolute include paths whenever possible in fastd now and rename our generated headers. | |||
2013-10-28 | Unify duplicate code in xsalsa20-poly1305 and aes128-gcm methods | Matthias Schiffer | |