| Commit message (Expand) | Author | Age | Files | Lines |
* | propagate from branch 'net.randombit.botan.x509-path-validation' (head 63b5a2... | lloyd | 2012-05-25 | 1 | -1/+1 |
* | Replace 0 and NULL pointer constants with nullptr. Also fix an old | lloyd | 2012-05-18 | 11 | -41/+41 |
* | Fairly huge update that replaces the old secmem types with std::vector | lloyd | 2012-05-18 | 41 | -302/+299 |
* | Huge pile of post merge fixups, mtn really fucked that merge | lloyd | 2012-04-25 | 25 | -153/+112 |
* | propagate from branch 'net.randombit.botan.tls-state-machine' (head a4741cd07... | lloyd | 2012-04-25 | 36 | -788/+1264 |
|\ |
|
| * | Camellia is now split by key length | lloyd | 2012-04-24 | 1 | -26/+26 |
| * | Compile fix | lloyd | 2012-04-20 | 1 | -1/+1 |
| * | Put the implementation of Policy::dh_group in source so it's easier to | lloyd | 2012-04-19 | 2 | -1/+6 |
| * | Various dependency/amalgamation fixes | lloyd | 2012-04-19 | 4 | -6/+8 |
| * | Add a bool param to renegotiate on if we should force a full | lloyd | 2012-04-18 | 9 | -28/+71 |
| * | Send almost all of the extensions on a renegotiation on an existing | lloyd | 2012-04-18 | 1 | -14/+12 |
| * | The secure renegotiation state was not updated on a session | lloyd | 2012-04-18 | 1 | -9/+7 |
| * | As best I can tell the client is allowed to send a certificate chain | lloyd | 2012-04-16 | 1 | -5/+0 |
| * | The encoding of Certificate Request messages was wrong, each DER | lloyd | 2012-04-16 | 1 | -4/+6 |
| * | Add support for TLS heartbeats (RFC 6520). Heartbeat initiations from | lloyd | 2012-04-16 | 17 | -38/+282 |
| * | Add support for the 3 alert types we didn't have codes for. | lloyd | 2012-04-09 | 2 | -32/+38 |
| * | Finish up server side SRP support, a little ugly but it works. | lloyd | 2012-04-06 | 7 | -36/+75 |
| * | Re-enable TLS (was disabled by trunk merge), and require the srp6 module | lloyd | 2012-04-05 | 3 | -3/+42 |
| * | Initial client-side support for SRP (finally!). Tested against OpenSSL | lloyd | 2012-04-05 | 4 | -0/+45 |
| * | propagate from branch 'net.randombit.botan' (head 91305e3daaae9ea8a1786daf058... | lloyd | 2012-04-05 | 1 | -0/+2 |
| * | Remove Policy::choose_compression and move to tls_server | lloyd | 2012-04-04 | 4 | -62/+59 |
| * | Limit the lifetime of tickets to Policy::session_ticket_lifetime() | lloyd | 2012-04-04 | 15 | -178/+196 |
| * | Add anonymous DH/ECDH ciphersuites to the cipher list. Interop checked | lloyd | 2012-04-02 | 2 | -18/+62 |
| * | Use SHA-256 when MD5 is negotiated as the HMAC hash in TLS 1.2, | lloyd | 2012-04-02 | 2 | -2/+6 |
| * | Remove the Ciphersuite_Code enum and move all ciphersuite | lloyd | 2012-03-30 | 7 | -351/+298 |
* | | 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 | 35 | -247/+1358 |
|\| |
|
| * | 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 | 3 | -39/+33 |
| * | 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 | 1 | -17/+33 |
| * | 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 | 15 | -56/+455 |
| |\ |
|
| | * | 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 | 4 | -2/+311 |
| | |\ |
|
| | * | | 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 | 6 | -3/+189 |
| | |\ \ |
|
| | | * \ | propagate from branch 'net.randombit.botan.tls-state-machine' (head c24b5d6b0... | lloyd | 2012-03-16 | 47 | -2018/+3747 |
| | | |\ \ |
|
| | | * | | | Build fixes | lloyd | 2012-01-11 | 3 | -10/+17 |
| | | * | | | 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 |
| | |_|_|/
| |/| | | |
|