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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expose to public in TLS::Channel peer_supports_heartbeats,
lloyd
2012-09-13
1
-6
/
+16
*
Store the cipher states in the handshake state object as shared_ptrs.
lloyd
2012-09-13
4
-43
/
+94
*
Update creators of Session to new constructor
lloyd
2012-09-12
2
-2
/
+0
*
It seems other implementations define the secure renegotiation flag to
lloyd
2012-09-12
3
-16
/
+3
*
A quite different approach to extension handling, store both inbound
lloyd
2012-09-12
8
-282
/
+233
*
Spelling
lloyd
2012-09-12
6
-18
/
+17
*
Duplicated extension checks!
lloyd
2012-09-12
1
-12
/
+0
*
Remove Channel::m_secure_renegotiation, instead derive from current state.
lloyd
2012-09-12
2
-46
/
+23
*
CBC overwrote (encrypted) the following block in write_record. I
lloyd
2012-09-12
1
-1
/
+4
*
Formatting
lloyd
2012-09-11
1
-2
/
+2
*
Clean up the handling of close notify alerts a bit. Also return
lloyd
2012-09-11
1
-6
/
+7
*
Typo
lloyd
2012-09-11
1
-1
/
+1
*
Add helper function
lloyd
2012-09-11
2
-7
/
+8
*
Set m_readbuf_pos == m_readbuf.size(), resizing the vector as needed
lloyd
2012-09-11
5
-34
/
+21
*
The write buffer is cleared and rewritten by write_record, so we don't
lloyd
2012-09-11
2
-6
/
+5
*
Pass the record sequence # up to Channel
lloyd
2012-09-11
3
-12
/
+13
*
Move the record type checks up to Channel as besides that the record
lloyd
2012-09-11
3
-41
/
+22
*
No reason to pass a u16bit by reference
lloyd
2012-09-10
2
-2
/
+2
*
New logic for DTLS replay detection. Abstracts the sequence handling
lloyd
2012-09-10
6
-30
/
+168
*
Consider DTLS v1.0 and v1.2 known
lloyd
2012-09-09
1
-2
/
+3
*
Expect a cookie field in a DTLS client hello
lloyd
2012-09-09
1
-0
/
+3
*
Rename function
lloyd
2012-09-09
2
-16
/
+16
*
Remove redundant Channel::m_current_version
lloyd
2012-09-09
4
-30
/
+30
*
Create the IO in Channel and then pass it down to new_handshake_state
lloyd
2012-09-09
7
-37
/
+39
*
Store the is-SSLv3 flag in the cipher state as the difference is only
lloyd
2012-09-09
2
-22
/
+19
*
Clean up includes
lloyd
2012-09-09
4
-6
/
+5
*
Also hide Channel::m_handshake_fn
lloyd
2012-09-09
3
-5
/
+5
*
Hide Channel::m_rng and Channel::m_session_manager, add getters
lloyd
2012-09-09
4
-23
/
+28
*
Small cleanup
lloyd
2012-09-08
1
-1
/
+5
*
Only accept a hello request if an active state currently exists.
lloyd
2012-09-07
1
-4
/
+2
*
Per Google's spec the client is not supposed to include a NPN
lloyd
2012-09-07
1
-0
/
+4
*
This should be inline
lloyd
2012-09-07
1
-1
/
+1
*
Add support for key material export
lloyd
2012-09-07
3
-0
/
+51
*
Remove Channel::m_peer_certs, instead retrieve directly from the state.
lloyd
2012-09-07
6
-12
/
+45
*
Avoid another instance of pulling the key out of the certificate
lloyd
2012-09-07
3
-9
/
+7
*
Just dynamic_cast once at the start of process_handshake_msg
lloyd
2012-09-07
2
-21
/
+20
*
Save the peer public key in the handshake state instead of pulling it
lloyd
2012-09-07
6
-16
/
+29
*
Take version from pending state for creating cipher spec
lloyd
2012-09-07
1
-3
/
+3
*
This check is bogus
lloyd
2012-09-07
1
-9
/
+0
*
Use TLS v1.0 in the initial record version. Given that we're including
lloyd
2012-09-07
1
-1
/
+1
*
Inline Secure_Renegotiation_State into Channel as so much of the date
lloyd
2012-09-07
4
-68
/
+62
*
Channel::heartbeat_support was removed
lloyd
2012-09-07
3
-8
/
+0
*
Pass the current active state as well as the pending state which is
lloyd
2012-09-07
6
-16
/
+22
*
Single predecl of Handshake_State saves some noise
lloyd
2012-09-07
3
-11
/
+13
*
Keep two handshake states around, swap them when
lloyd
2012-09-07
4
-68
/
+69
*
Use initializers
lloyd
2012-09-07
1
-6
/
+2
*
Reindent
lloyd
2012-09-07
1
-10
/
+11
*
Fixes for server record handling, where we don't know the version
lloyd
2012-09-07
1
-31
/
+43
*
In Channel move some checks to after we've verified needed == 0 to
lloyd
2012-09-07
2
-18
/
+16
*
Remove bogus forced 64 byte mtu.
lloyd
2012-09-07
4
-9
/
+22
[next]