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
/
sessions_sqlite
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add TLS::Server_Information to encapsulate the hostname/port pair.
lloyd
2012-10-13
2
-14
/
+10
*
Add an optional parameter to TLS::Client specifying the port number.
lloyd
2012-07-12
2
-10
/
+15
*
Correct Doxygen comments
lloyd
2012-07-06
1
-0
/
+1
*
Add TLS::Session_Manager_Noop which just ignores all save requests.
lloyd
2012-06-29
3
-12
/
+17
*
Make a proper wrapper in util for SQLite3, update the TLS session
lloyd
2012-06-08
3
-167
/
+33
*
Report what we have already received on an unexpected state
lloyd
2012-06-07
1
-5
/
+5
*
Fairly huge update that replaces the old secmem types with std::vector
lloyd
2012-05-18
2
-7
/
+7
*
Huge pile of post merge fixups, mtn really fucked that merge
lloyd
2012-04-25
2
-39
/
+13
*
propagate from branch 'net.randombit.botan.tls-state-machine' (head a4741cd07...
lloyd
2012-04-25
2
-9
/
+42
|
\
|
*
Various dependency/amalgamation fixes
lloyd
2012-04-19
1
-2
/
+2
|
*
Limit the lifetime of tickets to Policy::session_ticket_lifetime()
lloyd
2012-04-04
2
-3
/
+6
*
|
Post merge fixes for using chrono lib for timeouts, unique_ptr,
lloyd
2012-03-30
2
-10
/
+13
|
/
*
Rework session crypto code. Drop the 4 bytes of zeros reserved for
lloyd
2012-03-28
1
-1
/
+1
*
Fix deps
lloyd
2012-03-23
1
-0
/
+4
*
Add encryption for the SQLite sessions database
lloyd
2012-03-22
2
-46
/
+141
*
propagate from branch 'net.randombit.botan.tls-state-machine' (head 6bcbae3d2...
lloyd
2012-03-22
1
-1
/
+2
|
\
|
*
Working client-side session tickets. Tested against gmail.com and
lloyd
2012-03-22
1
-1
/
+2
*
|
Add some helper functions for data access
lloyd
2012-03-22
1
-22
/
+33
|
/
*
Reorder schema and make the session id a primary key since it should
lloyd
2012-03-22
1
-7
/
+7
*
Oops, libsqlite is sqlite2, link to libsqlite3
lloyd
2012-03-22
1
-1
/
+1
*
Expire old sessions and limit the cache size in the sqlite session manager.
lloyd
2012-03-22
2
-16
/
+62
*
First rev at a SQLite TLS session manager. Should be encrypting the
lloyd
2012-03-22
3
-0
/
+265