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
/
tls_server.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add TLS::Server_Information to encapsulate the hostname/port pair.
lloyd
2012-10-13
1
-10
/
+3
*
Create the IO in Channel and then pass it down to new_handshake_state
lloyd
2012-09-09
1
-1
/
+1
*
Remove Channel::m_peer_certs, instead retrieve directly from the state.
lloyd
2012-09-07
1
-0
/
+3
*
Pass the current active state as well as the pending state which is
lloyd
2012-09-07
1
-1
/
+2
*
Single predecl of Handshake_State saves some noise
lloyd
2012-09-07
1
-2
/
+2
*
Make Channel::m_state private
lloyd
2012-09-06
1
-2
/
+3
*
Pass process_handshake_msg a reference to the Handshake_State
lloyd
2012-09-06
1
-1
/
+3
*
Make a number of members of Channel private instead of protected
lloyd
2012-09-06
1
-2
/
+0
*
Hoist m_rng to Channel
lloyd
2012-09-06
1
-1
/
+0
*
Remove Channel::read_handshake. Have the server set expected next msg
lloyd
2012-08-05
1
-2
/
+0
*
Add a class that handles writing handshake messages instead of pushing
lloyd
2012-07-16
1
-1
/
+1
*
Hook creating just the handshake reader vs the entire state
lloyd
2012-07-12
1
-1
/
+1
*
Add TLS::Channel::new_handshake_state which abstracts creating the
lloyd
2012-07-09
1
-4
/
+6
*
Split TLS::Policy::allowed_hashes into allowed_signature_hashes and
lloyd
2012-06-29
1
-1
/
+1
*
A fix for bug 191, that we were not preventing resumption of sessions in the
lloyd
2012-06-09
1
-5
/
+3
*
Fairly huge update that replaces the old secmem types with std::vector
lloyd
2012-05-18
1
-2
/
+2
*
Huge pile of post merge fixups, mtn really fucked that merge
lloyd
2012-04-25
1
-3
/
+3
*
Add a bool param to renegotiate on if we should force a full
lloyd
2012-04-18
1
-1
/
+1
*
Indentation
lloyd
2012-02-27
1
-8
/
+8
*
Change callback interface to pass the Alert object itself instead
lloyd
2012-01-26
1
-2
/
+2
*
Make Alert a first class object ala Version. Move the alert codes into
lloyd
2012-01-26
1
-1
/
+1
*
Since this branch is hugely API breaking already, go ahead and put
lloyd
2012-01-23
1
-8
/
+12
*
Add a hook in TLS_Channel that is called when an alert is received.
lloyd
2012-01-04
1
-0
/
+2
*
Split hello.cpp into c_hello.cpp and s_hello.cpp
lloyd
2012-01-04
1
-4
/
+15
*
Make handshake completion function non-optional. Now returns a bool
lloyd
2012-01-03
1
-1
/
+1
*
Add Credentials_Manager which is an interface to something that knows
lloyd
2012-01-03
1
-12
/
+4
*
Rename the session type to 'TLS_Session'. Split the manager out into
lloyd
2011-12-30
1
-2
/
+2
*
Add a function for getting the version number of an active connection.
lloyd
2011-12-30
1
-0
/
+1
*
Many renegotiation fixes. Add support for the secure renegotiation
lloyd
2011-12-30
1
-0
/
+2
*
Initial hooks for session resumption
lloyd
2011-12-23
1
-0
/
+3
*
Centralize a lot of the handshaking and message parsing in TLS_Channel
lloyd
2011-12-23
1
-31
/
+14
*
Rename ssl module to tls
lloyd
2011-12-23
1
-0
/
+76