Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert to using standard uintN_t integer types | Jack Lloyd | 2016-12-18 | 1 | -1/+1 |
| | | | | | | Renames a couple of functions for somewhat better name consistency, eg make_u32bit becomes make_uint32. The old typedefs remain for now since probably lots of application code uses them. | ||||
* | Move TLS cert verification callback from Credentials_Manager to TLS::Callbacks | Jack Lloyd | 2016-11-23 | 1 | -19/+0 |
| | | | | | | It is the only function in C_M which is called on to process session-specific (and adversarially provided) inputs, rather than passively returning some credential which is typically not session specific. | ||||
* | Move Credentials_Manager to TLS | Jack Lloyd | 2015-08-29 | 1 | -0/+189 |