aboutsummaryrefslogtreecommitdiffstats
path: root/src/ssl/tls_reader.h
Commit message (Collapse)AuthorAgeFilesLines
* Use size_t in ssllloyd2010-10-151-32/+32
|
* Add a helper function for encoding TLS values with length tagginglloyd2010-09-151-0/+43
|
* More Doxygen updates/fixeslloyd2010-06-151-0/+3
|
* Constify assert_at_least. Add some helperslloyd2010-03-301-1/+17
|
* Add a class that knows how to decode a (very small subset of) TLS datalloyd2010-03-301-0/+124
formatting. Particularly useful in the ClientHello, but generally helps centralize the offset handling, which was particularly unreadable in the hello messages.