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
*
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
*
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