diff options
author | lloyd <[email protected]> | 2012-03-07 01:24:19 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-03-07 01:24:19 +0000 |
commit | 7371f7c59ae722769fbc0dc810583a0cd0e38877 (patch) | |
tree | 6270901abc28e8f436d8f6cf119e20d74861b622 /src/tls/info.txt | |
parent | 4e427ceb1518e3a0fb978717a4ec0c7d174b68d5 (diff) |
Add SecureQueue::empty
Hide the handshake reader behind a function.
Add pieces for DTLS hello verify request message
Diffstat (limited to 'src/tls/info.txt')
-rw-r--r-- | src/tls/info.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tls/info.txt b/src/tls/info.txt index 7b6595154..822914a3d 100644 --- a/src/tls/info.txt +++ b/src/tls/info.txt @@ -39,6 +39,7 @@ c_kex.cpp cert_req.cpp cert_ver.cpp finished.cpp +hello_verify.cpp next_protocol.cpp rec_read.cpp rec_wri.cpp |