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
*
Remove bogus forced 64 byte mtu.
lloyd
2012-09-07
4
-9
/
+22
*
DTLS versions count backwards
lloyd
2012-09-06
1
-0
/
+3
*
Minimize header size dependencies in record reading
lloyd
2012-09-06
1
-13
/
+18
*
Reject a SSLv2 mapped DTLS client hello as serious bogosity.
lloyd
2012-09-06
1
-0
/
+4
*
Avoid secure_vector allocation per block on TLS CBC decrypt
lloyd
2012-09-06
1
-1
/
+3
*
Have write_record resize the vector as it goes, thus the return value
lloyd
2012-09-06
3
-51
/
+41
*
Move the hostname check last as it's the least 'important' error.
lloyd
2012-09-06
1
-3
/
+3
*
The checks in renegotiate would prevent initiate_handshake from being
lloyd
2012-09-06
1
-1
/
+1
*
Inline current_protocol_version, fix fragment limit check
lloyd
2012-09-06
2
-11
/
+13
*
Make Channel::m_state private
lloyd
2012-09-06
7
-43
/
+62
*
Pass process_handshake_msg a reference to the Handshake_State
lloyd
2012-09-06
11
-307
/
+307
*
Inline Record_Reader to Channel as well
lloyd
2012-09-06
7
-194
/
+56
*
Inline Record_Writer to Channel
lloyd
2012-09-06
6
-210
/
+101
*
Add Channel::send_record
lloyd
2012-09-06
4
-8
/
+18
*
Add more functions to Channel, hiding Record_Reader entirely and most
lloyd
2012-09-06
4
-47
/
+68
*
Make a number of members of Channel private instead of protected
lloyd
2012-09-06
6
-48
/
+40
*
Record_Reader::m_macbuf no longer used
lloyd
2012-09-06
2
-5
/
+0
*
Hoist m_rng to Channel
lloyd
2012-09-06
6
-4
/
+2
*
Move record reading also to a stand alone function
lloyd
2012-09-06
3
-268
/
+315
*
Move the actual creation of new TLS records to TLS::write_record which
lloyd
2012-09-06
3
-116
/
+142
*
Use it for the reader as well
lloyd
2012-09-06
2
-97
/
+47
*
Move record cipher state to its own class. Currently write side only.
lloyd
2012-09-06
4
-102
/
+162
*
Do record decryption in place
lloyd
2012-09-05
3
-32
/
+55
*
Avoid Pipe in Record_Writer, refactoring to move the record I/O up to Channel
lloyd
2012-09-04
2
-40
/
+59
*
Distinguish read and write specific objects
lloyd
2012-09-04
3
-65
/
+65
*
Remove Record_Writer::send_alert. Move Alert serialization to Alert::serialize
lloyd
2012-09-04
6
-29
/
+31
*
Rename m_writer to m_send_hs
lloyd
2012-09-04
2
-15
/
+15
*
Use a std::function so handshake_io only has access Record_Writer's
lloyd
2012-09-04
7
-23
/
+35
*
Avoid putting dword typedef in global namespace
lloyd
2012-09-04
1
-5
/
+5
*
Avoid conditionals in the power mod ops
lloyd
2012-09-04
2
-22
/
+35
*
Add a --chost option to configure that takes a GNU style triplet.
lloyd
2012-08-31
4
-2
/
+9
*
Require servers to send us a session ticket message if they sent a
lloyd
2012-08-14
1
-3
/
+2
*
Fix various issues flagged by cppcheck. Nothing too interesting.
lloyd
2012-08-13
8
-12
/
+11
*
Missing constant
lloyd
2012-08-13
1
-0
/
+2
*
Reject SRP6 values which are negative or larger than p since these are
lloyd
2012-08-11
1
-2
/
+2
*
Working fragmentation. Initial start at flight tracking.
lloyd
2012-08-10
2
-14
/
+63
*
Hooks for DTLS fragmentation
lloyd
2012-08-10
2
-12
/
+32
*
Make the CCS message a Handshake_Msg and send it through the handshake
lloyd
2012-08-10
5
-12
/
+31
*
Const arg of Handshake_IO::send
lloyd
2012-08-10
2
-5
/
+5
*
Instead of using static salts in the KDF for generating the cipher and
lloyd
2012-08-09
1
-7
/
+22
*
Remove stray newline
lloyd
2012-08-09
1
-1
/
+0
*
Lame but usable DTLS defragmentation
lloyd
2012-08-09
2
-7
/
+15
*
We weren't handling DTLS handshake fragments at all. Now reject them
lloyd
2012-08-08
2
-24
/
+35
*
Clean up DTLS handshake formatting
lloyd
2012-08-08
2
-19
/
+21
*
Make Handshake_IO::format const
lloyd
2012-08-08
2
-5
/
+5
*
Fix DTLS handshake encoding. Handle multiple messages in a packet.
lloyd
2012-08-08
2
-31
/
+72
*
DTLS needs some help with ChangeCipherSpec because it is not included
lloyd
2012-08-08
5
-11
/
+51
*
Move check of plaintext size to after MAC check. Use assign instead of
lloyd
2012-08-07
1
-8
/
+8
*
Remove Handshake_IO::have_full_record and Handshake_IO::empty
lloyd
2012-08-07
3
-50
/
+14
*
This was in an awkward place
lloyd
2012-08-07
1
-2
/
+1
[next]