aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Call Credentials_Manager::psk for the session ticket key.lloyd2012-03-222-14/+37
| | * | Add encryption for the SQLite sessions databaselloyd2012-03-224-54/+163
| | * | propagate from branch 'net.randombit.botan.tls-state-machine' (head 6bcbae3d2...lloyd2012-03-2216-57/+456
| | |\ \
| | | * | Server side handling of session tickets, though currently with alloyd2012-03-227-33/+106
| | | * | Working client-side session tickets. Tested against gmail.com andlloyd2012-03-226-17/+37
| | | * | Correct ticket decoding/encodinglloyd2012-03-221-5/+6
| | | * | Add missing source file for New_Session_Ticket msglloyd2012-03-221-0/+39
| | | * | propagate from branch 'net.randombit.botan.tls-state-machine' (head f761c340d...lloyd2012-03-225-3/+313
| | | |\ \
| | | * | | Basic protocol message flow for session ticketslloyd2012-03-2011-64/+120
| | | * | | Small fixes, cleanupslloyd2012-03-195-9/+22
| | | * | | Various merge fixups.lloyd2012-03-165-47/+58
| | | * | | propagate from branch 'net.randombit.botan.tls-state-machine' (head 9a12f2825...lloyd2012-03-167-4/+190
| | | |\ \ \
| | | | * \ \ propagate from branch 'net.randombit.botan.tls-state-machine' (head c24b5d6b0...lloyd2012-03-1683-2328/+4962
| | | | |\ \ \
| | | | * | | | Build fixeslloyd2012-01-114-11/+20
| | | | * | | | Outline of RFC 5077 session ticketslloyd2012-01-115-3/+170
| | * | | | | | Add some helper functions for data accesslloyd2012-03-221-22/+33
| | | |_|_|/ / | | |/| | | |
| | * | | | | Reorder schema and make the session id a primary key since it shouldlloyd2012-03-221-7/+7
| | * | | | | Oops, libsqlite is sqlite2, link to libsqlite3lloyd2012-03-221-1/+1
| | * | | | | Expire old sessions and limit the cache size in the sqlite session manager.lloyd2012-03-222-16/+62
| | * | | | | First rev at a SQLite TLS session manager. Should be encrypting thelloyd2012-03-223-0/+265
| | * | | | | Remove extra BER_Decoder objectlloyd2012-03-221-2/+0
| | * | | | | Off by one in decode_constrained_integer, broke Session DER decodinglloyd2012-03-221-1/+2
| | |/ / / /
| | * | / / Add missing source for DTLS hello verifylloyd2012-03-161-0/+61
| | | |/ / | | |/| |
| | * | | Add SecureQueue::emptylloyd2012-03-079-27/+56
| | * | | Add an abstraction for reading handshake messages (as DTLS handles itlloyd2012-03-0514-91/+215
| | * | | Move the handshake serialization code to Record_Writerlloyd2012-03-0311-39/+44
| | * | | Move min_version and pref_version to the source file so they can belloyd2012-03-022-4/+12
| | * | | Bad conditionallloyd2012-02-281-1/+1
| | * | | We would call the handshake callback twice on session resumption:lloyd2012-02-281-20/+19
| | * | | Add makefile dependency on credentials.h. Use 1024 bit keys forlloyd2012-02-273-11/+19
| | * | | Indentationlloyd2012-02-276-38/+38
| * | | | Enable TLS again (bad merge)lloyd2012-02-205-45/+7
| * | | | Don't need this function anymorelloyd2012-02-201-12/+0
| * | | | Merge fixupslloyd2012-02-202-12/+6
| * | | | propagate from branch 'net.randombit.botan' (head c247a55e7c0bcd239fcfc672139...lloyd2012-02-2019-217/+212
| |\ \ \ \
| * | | | | Remove get_nanoseconds_clock as we'll rely on std::chrono's highlloyd2012-02-2010-87/+24
| * | | | | Fix examples. Use crazy hack of compiling asio tls server using 4.6.0lloyd2012-02-207-30/+49
| * | | | | Merge fixups. Add locking to default session manager. Use chrono liblloyd2012-02-2032-104/+117
| * | | | | propagate from branch 'net.randombit.botan.tls-state-machine' (head 0ceb9cde6...lloyd2012-02-20148-1705/+803
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Fixes for GCC 4.7.0 (r183974)lloyd2012-02-074-8/+10
| | * | | | propagate from branch 'net.randombit.botan' (head 39f53266912f33dc48e942b1b86...lloyd2011-12-1826-686/+1115
| | |\ \ \ \
| | * \ \ \ \ propagate from branch 'net.randombit.botan' (head f13cb517b63aed4fcc4ad7013e5...lloyd2011-11-105-24/+56
| | |\ \ \ \ \
| | * \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 29dfb73a5efec220ebafcb9c1d7...lloyd2011-10-06151-1717/+816
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ propagate from branch 'net.randombit.botan' (head b49cf847fb6f62734b53874469b...lloyd2011-07-214-26/+29
| | | |\ \ \ \ \ \
| | | * | | | | | | Use nullptrlloyd2011-07-123-8/+8
| | | * | | | | | | Post merge fixlloyd2011-07-121-1/+2
| | | * | | | | | | propagate from branch 'net.randombit.botan' (head 23a326fa36a31dd39347a8864e1...lloyd2011-07-12150-1708/+806
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | Use the right flags for C++11 for Clang (though 2.9 lacks support forlloyd2011-06-301-1/+1
| | | | * | | | | | | long long is standard nowlloyd2011-06-171-9/+1
| | | | * | | | | | | Add string_join; inverse of split_on.lloyd2011-06-1710-32/+57