Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |