Age | Commit message (Collapse) | Author |
|
mismatches because of socket handles, but there were also some
order-of-definition issues that were fixed in the FD_SETSIZE definition code.
Fixed a few things that just never worked on windows, like Bu::Thread::yield().
|
|
It only caused a problem when you stopped part way through reading something.
|
|
work better.
|
|
interaction still, here and there. I'll see if I can track it down.
|
|
|
|
means that you can write odd numbers of bytes or read odd numbers of bytes
from/to the ciphers and it'll just buffer until it gets a full block.
Next up is adding padding support. Right now it doesn't flush the buffers with
padding if you don't fill the last block. For that matter, it doesn't do any
padding at all.
|
|
slick, really, and we actually support four of the most common modes.
Blowfish is still a template, but it doesn't really need to be anymore...
|
|
|
|
other types of ciphers down the road, should we choose to.
|