aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head 50fa70d871f837c3c3338fabf5f...lloyd2012-04-205-11/+21
|\
| * Avoid a few maintainer mode flag warnings. Remove -Weffc++ from thelloyd2012-04-206-8/+18
| * merge of '058444ec216dd9690938c82922d911df2da535b4'lloyd2012-04-091-4/+4
| |\
| | * The comments incorrectly described end as returning the last element,lloyd2012-04-091-4/+4
* | | Compile fixlloyd2012-04-201-1/+1
* | | Put the implementation of Policy::dh_group in source so it's easier tolloyd2012-04-192-1/+6
* | | Various dependency/amalgamation fixeslloyd2012-04-195-6/+13
* | | Add a bool param to renegotiate on if we should force a fulllloyd2012-04-189-28/+71
* | | Send almost all of the extensions on a renegotiation on an existinglloyd2012-04-181-14/+12
* | | The secure renegotiation state was not updated on a sessionlloyd2012-04-181-9/+7
* | | Add very basic wildcarding in X509_Certificate::matches_dns_namelloyd2012-04-181-2/+18
* | | Only do the hostname/DNS comparison if it is set. Otherwise, we havelloyd2012-04-171-1/+1
* | | As best I can tell the client is allowed to send a certificate chainlloyd2012-04-161-5/+0
* | | The encoding of Certificate Request messages was wrong, each DERlloyd2012-04-161-4/+6
* | | Add support for TLS heartbeats (RFC 6520). Heartbeat initiations fromlloyd2012-04-1617-38/+282
* | | Add support for the 3 alert types we didn't have codes for.lloyd2012-04-092-32/+38
* | | Finish up server side SRP support, a little ugly but it works.lloyd2012-04-069-55/+130
* | | propagate from branch 'net.randombit.botan' (head 058444ec216dd9690938c82922d...lloyd2012-04-06101-4518/+9636
|\ \ \ | |/ / |/| |
| * | Re-enable TLS (was disabled by trunk merge), and require the srp6 modulelloyd2012-04-053-3/+42
| * | Initial client-side support for SRP (finally!). Tested against OpenSSLlloyd2012-04-054-0/+45
| * | propagate from branch 'net.randombit.botan' (head 91305e3daaae9ea8a1786daf058...lloyd2012-04-0520-291/+400
| |\ \
| * | | Remove Policy::choose_compression and move to tls_serverlloyd2012-04-044-62/+59
| * | | Limit the lifetime of tickets to Policy::session_ticket_lifetime()lloyd2012-04-0415-178/+196
| * | | Add anonymous DH/ECDH ciphersuites to the cipher list. Interop checkedlloyd2012-04-022-18/+62
| * | | Use SHA-256 when MD5 is negotiated as the HMAC hash in TLS 1.2,lloyd2012-04-022-2/+6
| * | | Remove the Ciphersuite_Code enum and move all ciphersuitelloyd2012-03-307-351/+298
| * | | Rework session crypto code. Drop the 4 bytes of zeros reserved forlloyd2012-03-282-38/+54
| * | | For unencrypted initial handshake records, copy them to the writebuflloyd2012-03-231-12/+12
| * | | Revert the session_ticket callback in credentials manager. If a PSKlloyd2012-03-235-56/+35
| * | | Fix depslloyd2012-03-232-0/+6
| * | | Add a special hook in credentials manager for the session ticket key,lloyd2012-03-233-17/+49
| * | | Include the curves and sig algos list in a session resumption clientlloyd2012-03-233-5/+18
| * | | Only claim we support session tickets if we actually have a key oflloyd2012-03-232-9/+16
| * | | Call Credentials_Manager::psk for the session ticket key.lloyd2012-03-221-11/+24
| * | | 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-1671-2055/+4463
| | | |\ \ \ \
| | | * | | | | 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