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_client.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
TLS_Ciphersuite_Algos was just a strange level of indirection between
lloyd
2012-01-20
1
-20
/
+10
*
Many fixes for TLS 1.2 though some things in particular client auth
lloyd
2012-01-20
1
-3
/
+2
*
Kinda maybe working TLS 1.2 for clients. Not well tested at all, but a
lloyd
2012-01-19
1
-10
/
+13
*
I'm not sure if I like this asthetically, but passing around the
lloyd
2012-01-19
1
-28
/
+18
*
Support SSLv3 client auth on the client side.
lloyd
2012-01-19
1
-7
/
+11
*
The server would incorrectly send a server key exchange message when a
lloyd
2012-01-06
1
-13
/
+5
*
Add a hook in TLS_Channel that is called when an alert is received.
lloyd
2012-01-04
1
-0
/
+12
*
As someone pointed out on the TLS list, NPN isn't really a negotiation
lloyd
2012-01-04
1
-3
/
+3
*
Add support for next protocol negotiation. Client only currently;
lloyd
2012-01-04
1
-4
/
+26
*
If the handshake_fn returns false explicitly remove the session from
lloyd
2012-01-03
1
-0
/
+2
*
Assume handshake_fn exists
lloyd
2012-01-03
1
-6
/
+1
*
Make handshake completion function non-optional. Now returns a bool
lloyd
2012-01-03
1
-3
/
+6
*
Add Credentials_Manager which is an interface to something that knows
lloyd
2012-01-03
1
-26
/
+19
*
Some basic infrastructure pieces for SRP (policy, etc)
lloyd
2011-12-31
1
-5
/
+4
*
Add support for client-side session resumption
lloyd
2011-12-31
1
-27
/
+116
*
Rename the session type to 'TLS_Session'. Split the manager out into
lloyd
2011-12-30
1
-2
/
+2
*
Add a function for getting the version number of an active connection.
lloyd
2011-12-30
1
-5
/
+6
*
Prevent ping-ponging of close alerts by tracking both if a handshake
lloyd
2011-12-30
1
-1
/
+1
*
Full support for renegotiation including RFC 5746 extensions for
lloyd
2011-12-30
1
-4
/
+0
*
Many renegotiation fixes. Add support for the secure renegotiation
lloyd
2011-12-30
1
-14
/
+56
*
About half an implementation of RFC 5746
lloyd
2011-12-29
1
-4
/
+7
*
Add support for sending server name indicator in client hello
lloyd
2011-12-29
1
-6
/
+14
*
Clean up the ordering of constructor args to the various message types
lloyd
2011-12-29
1
-11
/
+11
*
Don't buffer in the record writer at all - we immediately process and
lloyd
2011-12-28
1
-1
/
+0
*
Save peer certs in session info. Use helper function for handshake
lloyd
2011-12-28
1
-7
/
+1
*
Working though hacking client verify (server side only). Only supports
lloyd
2011-12-28
1
-2
/
+0
*
Partial bits of the server side of client auth. Incomplete.
lloyd
2011-12-28
1
-1
/
+3
*
Make tls_session_key.h an internal header
lloyd
2011-12-27
1
-0
/
+1
*
First rev of working session resumption (server side only). Only works
lloyd
2011-12-27
1
-0
/
+2
*
Much smarter state transition checking: at each point in the
lloyd
2011-12-27
1
-85
/
+35
*
Initial hooks for session resumption
lloyd
2011-12-23
1
-1
/
+1
*
Centralize a lot of the handshaking and message parsing in TLS_Channel
lloyd
2011-12-23
1
-182
/
+8
*
Rename ssl module to tls
lloyd
2011-12-23
1
-0
/
+499