Age | Commit message (Collapse) | Author |
|
fastd would incorrectly mark wrong sequence numbers as seen when reordering by
more than 64 sequence numbers had occured.
|
|
|
|
Unfortunately, Doxygen stopped interpreting the .c.in files as C source files
a while ago. Move the comments to the header files to avoid the Doxygen
warnings.
|
|
|
|
|
|
|
|
the syntax
|
|
|
|
|
|
We don't really want to support it, and it's slower than GHASH...
This reverts commit 9bf498263765328011ee105e5e7b3e1cc1b2bc3f.
|
|
This adds experimental support for <cipher>+hmac-sha1 methods. It currently
depends on OpenSSL and is not yet ready for production use.
|
|
|
|
|
|
|
|
These new helpers will terminate fastd on allocation failures and add some
additional convenience (allow strdup with NULL; typesafe new(type) macros).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
various buffers on the stack
|
|
|
|
|
|
|
|
|
|
For some reason, this makes GCC generate much better code on MIPS with -Os
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
reflect their function better
|
|
|
|
Not a single implementation was using them...
|
|
This reverts commit d0707b161d10cf79242d40b24853988c89c7604a.
|
|
|
|
|
|
|
|
|