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
/
tls_extensions.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix decoding of signature_algorithms if we say something we don't recognize
lloyd
2012-01-20
1
-4
/
+4
*
Strangely you can negotiate using only MD5 in TLS 1.2. Just ignore it
lloyd
2012-01-20
1
-5
/
+2
*
Instead of using a hardcoded value for signature_algothms, go with
lloyd
2012-01-20
1
-15
/
+0
*
TLS_Ciphersuite_Algos was just a strange level of indirection between
lloyd
2012-01-20
1
-64
/
+54
*
Many fixes for TLS 1.2 though some things in particular client auth
lloyd
2012-01-20
1
-7
/
+12
*
Kinda maybe working TLS 1.2 for clients. Not well tested at all, but a
lloyd
2012-01-19
1
-3
/
+3
*
Read only support for signature_algorithms extension used in TLS 1.2
lloyd
2012-01-18
1
-0
/
+139
*
As someone pointed out on the TLS list, NPN isn't really a negotiation
lloyd
2012-01-04
1
-4
/
+4
*
Split hello.cpp into c_hello.cpp and s_hello.cpp
lloyd
2012-01-04
1
-4
/
+0
*
Add support for next protocol negotiation. Client only currently;
lloyd
2012-01-04
1
-1
/
+46
*
Add a function for getting the version number of an active connection.
lloyd
2011-12-30
1
-0
/
+1
*
Add support for the maximum fragment length extension. No hooks for it
lloyd
2011-12-30
1
-8
/
+51
*
Full support for renegotiation including RFC 5746 extensions for
lloyd
2011-12-30
1
-15
/
+46
*
Many renegotiation fixes. Add support for the secure renegotiation
lloyd
2011-12-30
1
-0
/
+2
*
About half an implementation of RFC 5746
lloyd
2011-12-29
1
-9
/
+13
*
Add support for sending server name indicator in client hello
lloyd
2011-12-29
1
-0
/
+150