aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head 91305e3daaae9ea8a1786daf058...lloyd2012-04-0520-291/+400
|\
| * Remove the client SRP6 class, really free standing functions are finelloyd2012-04-053-47/+152
| * Add more comments explaining what is going on in dl_work_factorlloyd2012-03-302-28/+29
| * Typo in commentlloyd2012-03-091-1/+1
| * Allow the semi-standard but rarely used 1.3.132.1.12 OID for ECDH keyslloyd2012-02-211-1/+13
| * Avoid blocking more than 100 ms in the random device reader. Scale uplloyd2012-02-202-4/+8
| * Avoid having more than one directory open at a time by just keeping alloyd2012-02-201-28/+49
| * Be more conservative about entropy estimates. In particular, insteadlloyd2012-02-175-7/+7
| * Force a reseed in HMAC_RNG after 20 bytes have been added, rather thanlloyd2012-02-151-5/+12
| * Support ECDH key creation in the key factory function. Patch from Seanlloyd2012-02-031-0/+14
| * Whitespacelloyd2012-02-022-4/+3
| * Disable this version of the SSL code by defaultlloyd2012-02-011-2/+6
| * Remove debug printfs, stdio includeslloyd2012-01-303-11/+0
| * Pointer writing seems cleanerlloyd2012-01-302-102/+102
| * Partially de-unroll the loop to make changes easierlloyd2012-01-301-86/+41
* | 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
* | | | | 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
| |/ / |/| |