index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
tls
/
s_hello.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename all the message source files to msg_
lloyd
2012-08-03
1
-177
/
+0
*
Combine Handshake_Writer and Handshake_Reader into Handshake_IO.
lloyd
2012-08-03
1
-5
/
+5
*
Add a class that handles writing handshake messages instead of pushing
lloyd
2012-07-16
1
-3
/
+3
*
Changes to version handling in support of DTLS work.
lloyd
2012-07-12
1
-9
/
+0
*
Fairly huge update that replaces the old secmem types with std::vector
lloyd
2012-05-18
1
-8
/
+8
*
Add support for TLS heartbeats (RFC 6520). Heartbeat initiations from
lloyd
2012-04-16
1
-1
/
+13
*
Limit the lifetime of tickets to Policy::session_ticket_lifetime()
lloyd
2012-04-04
1
-61
/
+20
*
Revert the session_ticket callback in credentials manager. If a PSK
lloyd
2012-03-23
1
-1
/
+3
*
Server side handling of session tickets, though currently with a
lloyd
2012-03-22
1
-2
/
+8
*
Basic protocol message flow for session tickets
lloyd
2012-03-20
1
-0
/
+8
*
Move the handshake serialization code to Record_Writer
lloyd
2012-03-03
1
-3
/
+3
*
Make Alert a first class object ala Version. Move the alert codes into
lloyd
2012-01-26
1
-2
/
+2
*
We can now actually handle multiple certificate types in the server
lloyd
2012-01-24
1
-14
/
+3
*
Send the supported elliptic curves extension. Instead of hardcoding
lloyd
2012-01-24
1
-3
/
+4
*
Get the list of supported ECC curves out of the client hello, and
lloyd
2012-01-24
1
-1
/
+3
*
Make the version number a proper class, makes many things much easier
lloyd
2012-01-23
1
-9
/
+12
*
Since this branch is hugely API breaking already, go ahead and put
lloyd
2012-01-23
1
-7
/
+11
*
Many fixes for TLS 1.2 though some things in particular client auth
lloyd
2012-01-20
1
-21
/
+13
*
Various and sundry bug fixes
lloyd
2012-01-19
1
-3
/
+0
*
Kinda maybe working TLS 1.2 for clients. Not well tested at all, but a
lloyd
2012-01-19
1
-1
/
+11
*
Remove Handshake_Message::deserialize which was an unnecessary hook.
lloyd
2012-01-19
1
-42
/
+42
*
As someone pointed out on the TLS list, NPN isn't really a negotiation
lloyd
2012-01-04
1
-2
/
+2
*
The first 4 bytes of the client and server randoms are supposed to be
lloyd
2012-01-04
1
-2
/
+2
*
Split hello.cpp into c_hello.cpp and s_hello.cpp
lloyd
2012-01-04
1
-0
/
+201