aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/stream/rc4
Commit message (Collapse)AuthorAgeFilesLines
* stream: Add missing overridesDaniel Seither2015-07-301-6/+6
|
* Fix various bugs found by Coverity scanner.lloyd2015-05-151-1/+1
| | | | | | | Uninitialized variables, missing divide by zero checks, missing virtual destructor, etc. Only thing serious is bug in TLS maximum fragment decoder; missing breaks in switch statement meant receiver would treat any negotiated max frament as 4k limit.
* Move Cipher_Mode enum out of types.h, move stream cipher mode to new headerlloyd2015-02-051-2/+1
|
* Use registry for streams and MACs. Start updating callers.lloyd2015-01-312-1/+14
|
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
| | | | | Update license header line to specify the terms and refer to the file, neither of which it included before.
* Move lib into srclloyd2014-01-103-0/+165