aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_record.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move record reading also to a stand alone functionlloyd2012-09-061-1/+274
* Move the actual creation of new TLS records to TLS::write_record whichlloyd2012-09-061-0/+119
* Move record cipher state to its own class. Currently write side only.lloyd2012-09-061-0/+75