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
/
c_hello.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Working client-side session tickets. Tested against gmail.com and
lloyd
2012-03-22
1
-2
/
+5
*
Basic protocol message flow for session tickets
lloyd
2012-03-20
1
-2
/
+2
*
Small fixes, cleanups
lloyd
2012-03-19
1
-0
/
+1
*
Various merge fixups.
lloyd
2012-03-16
1
-21
/
+26
*
propagate from branch 'net.randombit.botan.tls-state-machine' (head c24b5d6b0...
lloyd
2012-03-16
1
-65
/
+117
|
\
|
*
Add SecureQueue::empty
lloyd
2012-03-07
1
-1
/
+1
|
*
Move the handshake serialization code to Record_Writer
lloyd
2012-03-03
1
-26
/
+3
|
*
Make Alert a first class object ala Version. Move the alert codes into
lloyd
2012-01-26
1
-1
/
+1
|
*
Send the supported elliptic curves extension. Instead of hardcoding
lloyd
2012-01-24
1
-1
/
+4
|
*
Get the list of supported ECC curves out of the client hello, and
lloyd
2012-01-24
1
-0
/
+3
|
*
Add Ciphersuite::to_string
lloyd
2012-01-23
1
-1
/
+1
|
*
Make the version number a proper class, makes many things much easier
lloyd
2012-01-23
1
-6
/
+10
|
*
Since this branch is hugely API breaking already, go ahead and put
lloyd
2012-01-23
1
-9
/
+13
|
*
When generating a signature in TLS 1.2, respect the request of the
lloyd
2012-01-20
1
-1
/
+2
|
*
Instead of using a hardcoded value for signature_algothms, go with
lloyd
2012-01-20
1
-1
/
+10
|
*
New policy methods. User provides lists of ciphers, hashes, etc they
lloyd
2012-01-20
1
-1
/
+1
|
*
TLS_Ciphersuite_Algos was just a strange level of indirection between
lloyd
2012-01-20
1
-10
/
+4
|
*
Basic processing for signature_algorithms extension in client hello
lloyd
2012-01-20
1
-1
/
+33
|
*
Initialize values once in constructor instead of in each branch
lloyd
2012-01-20
1
-7
/
+12
|
*
Many fixes for TLS 1.2 though some things in particular client auth
lloyd
2012-01-20
1
-32
/
+36
|
*
Various and sundry bug fixes
lloyd
2012-01-19
1
-0
/
+3
|
*
Remove Handshake_Message::deserialize which was an unnecessary hook.
lloyd
2012-01-19
1
-7
/
+7
*
|
Build fixes
lloyd
2012-01-11
1
-0
/
+6
|
/
*
Kill stray char
lloyd
2012-01-10
1
-1
/
+1
*
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
/
+12
*
Split hello.cpp into c_hello.cpp and s_hello.cpp
lloyd
2012-01-04
1
-0
/
+290