aboutsummaryrefslogtreecommitdiffstats
path: root/src/ssl
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head 39f53266912f33dc48e942b1b86...lloyd2011-12-183-0/+13
|\
| * Add code point for the SRP identifier extension and add a check for itlloyd2011-12-173-0/+13
* | Merge typolloyd2011-06-131-1/+0
* | propagate from branch 'net.randombit.botan' (head 150bd11dd8090559ee1e83394b8...lloyd2011-06-1310-36/+25
|\ \ | |/ |/|
| * propagate from branch 'net.randombit.botan' (head dd068808e5bf87c982765a8bcc3...lloyd2011-03-081-0/+2
| |\
| * \ propagate from branch 'net.randombit.botan' (head fc8daa606ab7954eab48778d723...lloyd2010-11-292-9/+8
| |\ \
| * | | Post-merge fixupslloyd2010-11-043-5/+7
| * | | propagate from branch 'net.randombit.botan' (head 303b2518a80553214b1e5ab4d9b...lloyd2010-11-048-27/+19
| |\ \ \
| | * | | function<> is in in std in C++0xlloyd2010-10-286-18/+11
| | * | | propagate from branch 'net.randombit.botan' (head 2841fb518e20d2fe0a374e4f6b0...lloyd2010-10-2822-279/+289
| | |\ \ \
| | * \ \ \ propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...lloyd2010-10-134-6/+9
| | |\ \ \ \
| | | * \ \ \ propagate from branch 'net.randombit.botan' (head a29c41b4a949207b1544096c3af...lloyd2010-09-034-6/+9
| | | |\ \ \ \
| | | | * \ \ \ propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a...lloyd2010-06-1732-49/+59
| | | | |\ \ \ \
| | | | * \ \ \ \ propagate from branch 'net.randombit.botan' (head 879d1fc83844976a01b9e3188c4...lloyd2010-05-251-0/+5
| | | | |\ \ \ \ \
| | | | * | | | | | s/to_string/std::to_string/lloyd2010-04-281-3/+6
| | | | * | | | | | propagate from branch 'net.randombit.botan' (head a5f25a3b954f24c5d07fa0dab6c...lloyd2010-04-2810-104/+458
| | | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 75d272c759511a9a99a371ddc74...lloyd2010-04-0921-188/+488
| | | | |\ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 0b404c8dc611e8cf8fec60cdcaf...lloyd2010-03-124-4/+4
| | | | |\ \ \ \ \ \ \ \
| | | | | * | | | | | | | Various updates: unique_ptr, using chrono, merge fixups, etclloyd2010-03-092-2/+2
| | | | | * | | | | | | | propagate from branch 'net.randombit.botan' (head 9932d4d63417f7fcc199ada244c...lloyd2010-03-092-2/+2
| | | | | |\ \ \ \ \ \ \ \
| | | | | | * | | | | | | | Post-merge fixupslloyd2010-02-242-2/+2
* | | | | | | | | | | | | | Rename some dirs for shorter object files where configure willlloyd2011-06-031-2/+2
* | | | | | | | | | | | | | Remove BOTAN_DLL from internal headers, add it to Unexpected_Messagelloyd2011-06-024-14/+14
* | | | | | | | | | | | | | I can't spelllloyd2011-05-133-8/+8
* | | | | | | | | | | | | | Calling &str[str.size()] is only valid if str is const; otherwise thelloyd2011-04-291-1/+7
* | | | | | | | | | | | | | Maintainer mode warning cleanups, mostly for C style casts which Illoyd2011-04-181-2/+3
* | | | | | | | | | | | | | Remove the socket wrapper code, as the SSL interface itselflloyd2011-04-055-335/+0
* | | | | | | | | | | | | | Print a warning when SSL is enabled, as it is new and mostlylloyd2011-03-211-0/+5
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Some dependency fixeslloyd2011-02-111-0/+2
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Make TLS_Policy::check_cert pure virtuallloyd2010-11-292-9/+8
|/ / / / / / / / / / /
* | | | | | | | | | | If no TR1 is defined for use, error out here.lloyd2010-11-031-2/+4
* | | | | | | | | | | Make MemoryRegion::set protected, change all callerslloyd2010-10-292-2/+4
* | | | | | | | | | | Cleanuplloyd2010-10-293-3/+2
* | | | | | | | | | | Remove socket dependency from TLS_Server, instead interacting withlloyd2010-10-293-17/+20
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Make TLS_Client entirely via callbacks, not talking to Socket directlylloyd2010-10-192-43/+28
* | | | | | | | | | Make Record_Writer call a callback instead of writing directly to the socketlloyd2010-10-195-10/+20
* | | | | | | | | | Run MAC as standalone object instead of running it through a Pipe atlloyd2010-10-193-48/+56
* | | | | | | | | | Last u32bit->size_t for ssllloyd2010-10-1510-101/+108
* | | | | | | | | | More size_tlloyd2010-10-153-30/+30
* | | | | | | | | | Use size_t in ssllloyd2010-10-1512-75/+75
|/ / / / / / / / /
* | | | | | | | | Use size_t in filterslloyd2010-10-122-2/+2
* | | | | | | | | Remove debug.h includelloyd2010-10-071-1/+0
* | | | | | | | | Split up src/cert/x509 into a set of modules, though mostly mutuallylloyd2010-09-171-1/+1
* | | | | | | | | Require a TLS_Policylloyd2010-09-179-64/+60
* | | | | | | | | Add a helper function for encoding TLS values with length tagginglloyd2010-09-156-47/+60
* | | | | | | | | Update/fix SSL depslloyd2010-09-151-6/+5
* | | | | | | | | Hide a number of the internal SSL headers from the user, you can stilllloyd2010-09-1518-28/+32
* | | | | | | | | Update all uses of MemoryRegion::append to use either push_back or operator+=lloyd2010-09-159-59/+61
* | | | | | | | | Remove more implicit vector to pointer conversionslloyd2010-09-141-1/+1
* | | | | | | | | More changes to avoid vector to pointer implicit conversionslloyd2010-09-144-9/+9