Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stream: Add missing overrides | Daniel Seither | 2015-07-30 | 1 | -6/+6 |
| | |||||
* | Fix various bugs found by Coverity scanner. | lloyd | 2015-05-15 | 1 | -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 header | lloyd | 2015-02-05 | 1 | -2/+1 |
| | |||||
* | Use registry for streams and MACs. Start updating callers. | lloyd | 2015-01-31 | 2 | -1/+14 |
| | |||||
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 2 | -2/+2 |
| | | | | | Update license header line to specify the terms and refer to the file, neither of which it included before. | ||||
* | Move lib into src | lloyd | 2014-01-10 | 3 | -0/+165 |