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
/
cert_req.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename all the message source files to msg_
lloyd
2012-08-03
1
-234
/
+0
*
Combine Handshake_Writer and Handshake_Reader into Handshake_IO.
lloyd
2012-08-03
1
-5
/
+5
*
Add a class that handles writing handshake messages instead of pushing
lloyd
2012-07-16
1
-3
/
+3
*
Changes to version handling in support of DTLS work.
lloyd
2012-07-12
1
-2
/
+2
*
Split TLS::Policy::allowed_hashes into allowed_signature_hashes and
lloyd
2012-06-29
1
-1
/
+1
*
A fix for bug 192. First, when renegotiating in the client, attempt to
lloyd
2012-06-09
1
-7
/
+0
*
Fairly huge update that replaces the old secmem types with std::vector
lloyd
2012-05-18
1
-11
/
+11
*
The encoding of Certificate Request messages was wrong, each DER
lloyd
2012-04-16
1
-4
/
+6
*
Add an abstraction for reading handshake messages (as DTLS handles it
lloyd
2012-03-05
1
-19
/
+16
*
Move the handshake serialization code to Record_Writer
lloyd
2012-03-03
1
-2
/
+3
*
Remove Certificate_Type enum
lloyd
2012-01-24
1
-3
/
+50
*
Make the version number a proper class, makes many things much easier
lloyd
2012-01-23
1
-6
/
+4
*
Since this branch is hugely API breaking already, go ahead and put
lloyd
2012-01-23
1
-3
/
+7
*
When generating a signature in TLS 1.2, respect the request of the
lloyd
2012-01-20
1
-2
/
+17
*
Instead of using a hardcoded value for signature_algothms, go with
lloyd
2012-01-20
1
-2
/
+13
*
Many fixes for TLS 1.2 though some things in particular client auth
lloyd
2012-01-20
1
-27
/
+27
*
Remove Handshake_Message::deserialize which was an unnecessary hook.
lloyd
2012-01-19
1
-45
/
+45
*
Support SSLv3 client auth on the client side.
lloyd
2012-01-19
1
-1
/
+1
*
Also fix encoding
lloyd
2012-01-19
1
-4
/
+5
*
Fix decoding of certificate request message
lloyd
2012-01-19
1
-5
/
+14
*
Clean up the ordering of constructor args to the various message types
lloyd
2011-12-29
1
-2
/
+2
*
Working though hacking client verify (server side only). Only supports
lloyd
2011-12-28
1
-2
/
+2
*
Partial bits of the server side of client auth. Incomplete.
lloyd
2011-12-28
1
-6
/
+11
*
Initial hooks for session resumption
lloyd
2011-12-23
1
-5
/
+5
*
Rename ssl module to tls
lloyd
2011-12-23
1
-0
/
+151