| Commit message (Expand) | Author | Age | Files | Lines |
* | Calling &str[str.size()] is only valid if str is const; otherwise the | lloyd | 2011-04-29 | 1 | -1/+7 |
* | Maintainer mode warning cleanups, mostly for C style casts which I | lloyd | 2011-04-18 | 1 | -2/+3 |
* | Remove the socket wrapper code, as the SSL interface itself | lloyd | 2011-04-05 | 5 | -335/+0 |
* | Print a warning when SSL is enabled, as it is new and mostly | lloyd | 2011-03-21 | 1 | -0/+5 |
* | Some dependency fixes | lloyd | 2011-02-11 | 1 | -0/+2 |
* | Make TLS_Policy::check_cert pure virtual | lloyd | 2010-11-29 | 2 | -9/+8 |
* | If no TR1 is defined for use, error out here. | lloyd | 2010-11-03 | 1 | -2/+4 |
* | Make MemoryRegion::set protected, change all callers | lloyd | 2010-10-29 | 2 | -2/+4 |
* | Cleanup | lloyd | 2010-10-29 | 3 | -3/+2 |
* | Remove socket dependency from TLS_Server, instead interacting with | lloyd | 2010-10-29 | 3 | -17/+20 |
* | Make TLS_Client entirely via callbacks, not talking to Socket directly | lloyd | 2010-10-19 | 2 | -43/+28 |
* | Make Record_Writer call a callback instead of writing directly to the socket | lloyd | 2010-10-19 | 5 | -10/+20 |
* | Run MAC as standalone object instead of running it through a Pipe at | lloyd | 2010-10-19 | 3 | -48/+56 |
* | Last u32bit->size_t for ssl | lloyd | 2010-10-15 | 10 | -101/+108 |
* | More size_t | lloyd | 2010-10-15 | 3 | -30/+30 |
* | Use size_t in ssl | lloyd | 2010-10-15 | 12 | -75/+75 |
* | Use size_t in filters | lloyd | 2010-10-12 | 2 | -2/+2 |
* | Remove debug.h include | lloyd | 2010-10-07 | 1 | -1/+0 |
* | Split up src/cert/x509 into a set of modules, though mostly mutually | lloyd | 2010-09-17 | 1 | -1/+1 |
* | Require a TLS_Policy | lloyd | 2010-09-17 | 9 | -64/+60 |
* | Add a helper function for encoding TLS values with length tagging | lloyd | 2010-09-15 | 6 | -47/+60 |
* | Update/fix SSL deps | lloyd | 2010-09-15 | 1 | -6/+5 |
* | Hide a number of the internal SSL headers from the user, you can still | lloyd | 2010-09-15 | 18 | -28/+32 |
* | Update all uses of MemoryRegion::append to use either push_back or operator+= | lloyd | 2010-09-15 | 9 | -59/+61 |
* | Remove more implicit vector to pointer conversions | lloyd | 2010-09-14 | 1 | -1/+1 |
* | More changes to avoid vector to pointer implicit conversions | lloyd | 2010-09-14 | 4 | -9/+9 |
* | Remove constructors of MemoryVector and SecureVector that took two | lloyd | 2010-09-13 | 1 | -2/+8 |
* | More vector->pointer conversion removals. | lloyd | 2010-09-13 | 4 | -13/+14 |
* | Anywhere where we use MemoryRegion::begin to get access to the raw pointer | lloyd | 2010-09-13 | 4 | -4/+6 |
* | Really fix RC4 suites - it was set to use a key of 128 bytes == 1024 bits! | lloyd | 2010-09-08 | 1 | -1/+1 |
* | Rename MemoryRegion::destroy to MemoryRegion::clear to match STL | lloyd | 2010-09-08 | 1 | -2/+2 |
* | Fix RC4 suites | lloyd | 2010-09-08 | 1 | -1/+1 |
* | Big, invasive but mostly automated change, with a further attempt at | lloyd | 2010-09-07 | 2 | -2/+4 |
* | Prevent loop variable shadowing | lloyd | 2010-09-07 | 1 | -12/+12 |
* | Remove trailing comma from enum decl | lloyd | 2010-09-07 | 1 | -1/+1 |
* | Add dependencies for SSL module | lloyd | 2010-09-03 | 1 | -0/+20 |
* | More Doxygen comments | lloyd | 2010-06-16 | 1 | -0/+8 |
* | More Doxygen updates/fixes | lloyd | 2010-06-15 | 1 | -0/+3 |
* | Fix a few hundred Doxygen warnings | lloyd | 2010-06-15 | 1 | -4/+4 |
* | Fix comparison to use IVs with a hypothetical negotiated TLS that uses | lloyd | 2010-06-09 | 2 | -2/+2 |
* | Use "/*" instead of "/**" in starting comments at the begining of a file. | lloyd | 2010-06-07 | 30 | -42/+42 |
* | OpenBSD doesn't have MSG_NOSIGNAL; you need to set up a signal handler | lloyd | 2010-06-01 | 1 | -1/+0 |
* | Use memcpy to copy gethostbyname's result to the socket info struct | lloyd | 2010-05-10 | 1 | -0/+5 |
* | Remove add_entropy_vec. Much cleaner way of doing this: add the entire | lloyd | 2010-04-27 | 2 | -4/+4 |
* | Add the other parties Random value to the local PRNG state | lloyd | 2010-04-23 | 2 | -0/+4 |
* | Return SecureVector vals by const ref | lloyd | 2010-04-23 | 1 | -4/+4 |
* | Extension codes for ECC negotiation | lloyd | 2010-04-21 | 1 | -0/+3 |
* | If we couldn't agree on a suite, fail immediately | lloyd | 2010-04-20 | 1 | -0/+5 |
* | Compile fix | lloyd | 2010-04-20 | 1 | -1/+1 |
* | Expose function breaking down ciphersuite to algo values | lloyd | 2010-04-19 | 2 | -3/+5 |