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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reject SRP6 values which are negative or larger than p since these are
lloyd
2012-08-11
2
-15
/
+25
*
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
*
TLS doc updates
lloyd
2012-08-09
1
-7
/
+8
*
Instead of using static salts in the KDF for generating the cipher and
lloyd
2012-08-09
2
-17
/
+40
*
Remove stray newline
lloyd
2012-08-09
1
-1
/
+0
*
Remove octal references
lloyd
2012-08-09
1
-16
/
+8
*
More 1.11.1 notes. Update TLS docs
lloyd
2012-08-09
2
-7
/
+53
*
Lame but usable DTLS defragmentation
lloyd
2012-08-09
2
-7
/
+15
*
Add a field in credits for Bitcoin addresses.
lloyd
2012-08-09
1
-2
/
+3
*
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
*
Track the sequence number and return it from the record reader. Take
lloyd
2012-08-07
5
-15
/
+33
*
Wrap lines
lloyd
2012-08-06
2
-2
/
+7
*
Fix parens
lloyd
2012-08-06
1
-1
/
+1
*
Add a Policy item for if a client will accept a server-initiated
lloyd
2012-08-06
2
-1
/
+7
*
Expose Handshake_Message as an API type.
lloyd
2012-08-06
9
-66
/
+117
*
Don't need to make these private
lloyd
2012-08-06
1
-5
/
+3
*
Turn on NPN
lloyd
2012-08-06
1
-1
/
+2
*
The client wasn't sending a next protocol message on a session
lloyd
2012-08-06
1
-0
/
+11
*
A heartbeat request send by the counterparty during a handshake would
lloyd
2012-08-06
1
-5
/
+8
*
Move server-specific parts of the handshake state to a server subclass.
lloyd
2012-08-06
4
-21
/
+29
*
Move things that are client specific in the handshake state to a
lloyd
2012-08-06
2
-16
/
+28
*
Make the handshake hash private
lloyd
2012-08-06
7
-33
/
+36
*
Make handshake session keys private with get/set
lloyd
2012-08-06
6
-24
/
+33
*
Make the handshake Ciphersuite only available by const reference.
lloyd
2012-08-06
8
-36
/
+35
*
Const Handshake_State args where possible
lloyd
2012-08-06
3
-5
/
+5
*
Move Certificate message to it's own file.
lloyd
2012-08-06
4
-68
/
+89
*
Use unique_ptr in Server_Kex_Exchange and Extensions
lloyd
2012-08-06
4
-37
/
+19
*
Store record MAC objects in unique_ptr
lloyd
2012-08-06
3
-21
/
+12
*
Have all the TLS handshake messages stored in unique_ptrs with only
lloyd
2012-08-06
15
-294
/
+436
*
m_ namespace remaining TLS messages
lloyd
2012-08-06
5
-78
/
+78
*
In the in-memory session manager, choose a random key at startup and
lloyd
2012-08-05
3
-10
/
+28
*
Remove Channel::read_handshake. Have the server set expected next msg
lloyd
2012-08-05
4
-43
/
+15
*
If we're negotiating a datagram protocol, allow a hello verify
lloyd
2012-08-03
1
-2
/
+20
*
Take the initial record version from the Handshake_IO instance instead
lloyd
2012-08-03
5
-3
/
+24
*
Add Handshake_Hash::reset
lloyd
2012-08-03
3
-3
/
+24
*
Add preliminary IO handler for datagram handshakes. Does not fragment
lloyd
2012-08-03
2
-0
/
+184
*
Rename all the message source files to msg_
lloyd
2012-08-03
11
-10
/
+10
*
Combine Handshake_Writer and Handshake_Reader into Handshake_IO.
lloyd
2012-08-03
20
-245
/
+170
*
Move the code that pretends a CCS message is a handshake message from
lloyd
2012-08-02
3
-40
/
+32
*
Use TLS v1.0 PRF unless the version supports a ciphersuite specific PRF
lloyd
2012-08-02
1
-4
/
+5
[next]