| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Allow the semi-standard but rarely used 1.3.132.1.12 OID for ECDH keys | lloyd | 2012-02-21 | 1 | -1/+13 |
* | | | Post merge fixes for using chrono lib for timeouts, unique_ptr, | lloyd | 2012-03-30 | 3 | -25/+29 |
* | | | propagate from branch 'net.randombit.botan.tls-state-machine' (head 63b88a65b... | lloyd | 2012-03-30 | 40 | -250/+1370 |
|\ \ \
| | |/
| |/| |
|
| * | | Rework session crypto code. Drop the 4 bytes of zeros reserved for | lloyd | 2012-03-28 | 2 | -38/+54 |
| * | | For unencrypted initial handshake records, copy them to the writebuf | lloyd | 2012-03-23 | 1 | -12/+12 |
| * | | Revert the session_ticket callback in credentials manager. If a PSK | lloyd | 2012-03-23 | 5 | -56/+35 |
| * | | Fix deps | lloyd | 2012-03-23 | 2 | -0/+6 |
| * | | Add a special hook in credentials manager for the session ticket key, | lloyd | 2012-03-23 | 3 | -17/+49 |
| * | | Include the curves and sig algos list in a session resumption client | lloyd | 2012-03-23 | 3 | -5/+18 |
| * | | Only claim we support session tickets if we actually have a key of | lloyd | 2012-03-23 | 2 | -9/+16 |
| * | | Call Credentials_Manager::psk for the session ticket key. | lloyd | 2012-03-22 | 1 | -11/+24 |
| * | | Add encryption for the SQLite sessions database | lloyd | 2012-03-22 | 4 | -54/+163 |
| * | | propagate from branch 'net.randombit.botan.tls-state-machine' (head 6bcbae3d2... | lloyd | 2012-03-22 | 16 | -57/+456 |
| |\ \ |
|
| | * | | Server side handling of session tickets, though currently with a | lloyd | 2012-03-22 | 7 | -33/+106 |
| | * | | Working client-side session tickets. Tested against gmail.com and | lloyd | 2012-03-22 | 6 | -17/+37 |
| | * | | Correct ticket decoding/encoding | lloyd | 2012-03-22 | 1 | -5/+6 |
| | * | | Add missing source file for New_Session_Ticket msg | lloyd | 2012-03-22 | 1 | -0/+39 |
| | * | | propagate from branch 'net.randombit.botan.tls-state-machine' (head f761c340d... | lloyd | 2012-03-22 | 5 | -3/+313 |
| | |\ \ |
|
| | * | | | Basic protocol message flow for session tickets | lloyd | 2012-03-20 | 11 | -64/+120 |
| | * | | | Small fixes, cleanups | lloyd | 2012-03-19 | 5 | -9/+22 |
| | * | | | Various merge fixups. | lloyd | 2012-03-16 | 5 | -47/+58 |
| | * | | | propagate from branch 'net.randombit.botan.tls-state-machine' (head 9a12f2825... | lloyd | 2012-03-16 | 7 | -4/+190 |
| | |\ \ \ |
|
| | | * \ \ | propagate from branch 'net.randombit.botan.tls-state-machine' (head c24b5d6b0... | lloyd | 2012-03-16 | 71 | -2055/+4463 |
| | | |\ \ \ |
|
| | | * | | | | Build fixes | lloyd | 2012-01-11 | 4 | -11/+20 |
| | | * | | | | Outline of RFC 5077 session tickets | lloyd | 2012-01-11 | 5 | -3/+170 |
| * | | | | | | 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 |
| * | | | | | Remove extra BER_Decoder object | lloyd | 2012-03-22 | 1 | -2/+0 |
| * | | | | | Off by one in decode_constrained_integer, broke Session DER decoding | lloyd | 2012-03-22 | 1 | -1/+2 |
| |/ / / / |
|
| * | / / | Add missing source for DTLS hello verify | lloyd | 2012-03-16 | 1 | -0/+61 |
| | |/ /
| |/| | |
|
| * | | | Add SecureQueue::empty | lloyd | 2012-03-07 | 9 | -27/+56 |
| * | | | Add an abstraction for reading handshake messages (as DTLS handles it | lloyd | 2012-03-05 | 14 | -91/+215 |
| * | | | Move the handshake serialization code to Record_Writer | lloyd | 2012-03-03 | 11 | -39/+44 |
| * | | | Move min_version and pref_version to the source file so they can be | lloyd | 2012-03-02 | 2 | -4/+12 |
| * | | | Bad conditional | lloyd | 2012-02-28 | 1 | -1/+1 |
| * | | | We would call the handshake callback twice on session resumption: | lloyd | 2012-02-28 | 1 | -20/+19 |
| * | | | Indentation | lloyd | 2012-02-27 | 6 | -38/+38 |
* | | | | Enable TLS again (bad merge) | lloyd | 2012-02-20 | 1 | -2/+0 |
* | | | | Don't need this function anymore | lloyd | 2012-02-20 | 1 | -12/+0 |
* | | | | Merge fixups | lloyd | 2012-02-20 | 1 | -4/+2 |
* | | | | propagate from branch 'net.randombit.botan' (head c247a55e7c0bcd239fcfc672139... | lloyd | 2012-02-20 | 14 | -213/+204 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Avoid blocking more than 100 ms in the random device reader. Scale up | lloyd | 2012-02-20 | 2 | -4/+8 |
| * | | | Avoid having more than one directory open at a time by just keeping a | lloyd | 2012-02-20 | 1 | -28/+49 |
| * | | | Be more conservative about entropy estimates. In particular, instead | lloyd | 2012-02-17 | 5 | -7/+7 |
| * | | | Force a reseed in HMAC_RNG after 20 bytes have been added, rather than | lloyd | 2012-02-15 | 1 | -5/+12 |
| * | | | Support ECDH key creation in the key factory function. Patch from Sean | lloyd | 2012-02-03 | 1 | -0/+14 |
| * | | | Whitespace | lloyd | 2012-02-02 | 2 | -4/+3 |