| Commit message (Expand) | Author | Age | Files | Lines |
* | Fairly huge update that replaces the old secmem types with std::vector | lloyd | 2012-05-18 | 410 | -3046/+2250 |
* | propagate from branch 'net.randombit.botan' (head 6332543aa5a8a4cc13662008ff9... | lloyd | 2012-05-18 | 14 | -99/+841 |
|\ |
|
| * | NR_Verification_Operation::verify_mr would return false if the input | lloyd | 2012-05-18 | 2 | -2/+5 |
| * | Pipe::reset's requirement that a message be completed meant that | lloyd | 2012-05-18 | 2 | -2/+5 |
| * | We were checking the wrong bit for rdrand support. Found using SDE's | lloyd | 2012-05-10 | 2 | -1/+4 |
| * | Markus Wanner pointed out on the mailing list that using rdrand opcode | lloyd | 2012-05-07 | 1 | -3/+8 |
| * | Padding wasn't set for DSA keys. Irrelevant for cert verify as that | lloyd | 2012-05-02 | 2 | -3/+3 |
| * | Partially roll back b2aef16225863cef27cdee4b91703966b3ed1458, it | lloyd | 2012-04-28 | 1 | -2/+2 |
| * | A few additional Camellia test vectors | lloyd | 2012-04-27 | 1 | -0/+37 |
| * | For all but the first and last rounds, use a set of 64 bit tables to | lloyd | 2012-04-27 | 3 | -92/+669 |
| * | Add support for the rdrand instruction, added in Intel's Ivy Bridge | lloyd | 2012-04-26 | 5 | -0/+114 |
* | | Remove all uses of MemoryRegion::copy outside of internal uses in | lloyd | 2012-05-18 | 18 | -42/+39 |
* | | First step towards replacing the existing containers with std::vector | lloyd | 2012-05-18 | 21 | -53/+73 |
* | | Remove OctetString::change, only allow construction. Turns out nothing | lloyd | 2012-05-17 | 2 | -26/+11 |
* | | Huge pile of post merge fixups, mtn really fucked that merge | lloyd | 2012-04-25 | 33 | -210/+130 |
* | | propagate from branch 'net.randombit.botan.tls-state-machine' (head a4741cd07... | lloyd | 2012-04-25 | 72 | -1088/+2028 |
|\ \ |
|
| * | | Camellia is now split by key length | lloyd | 2012-04-24 | 1 | -26/+26 |
| * | | propagate from branch 'net.randombit.botan' (head 494c5d548ce3f370c2b771ca6b1... | lloyd | 2012-04-24 | 116 | -4847/+11192 |
| |\ \
| | |/
| |/| |
|
| | * | Various hacks for testing client auth, SRP, etc | lloyd | 2012-04-20 | 3 | -10/+37 |
| | * | propagate from branch 'net.randombit.botan' (head fdbd3afd02bcb9b4a7702a92258... | lloyd | 2012-04-20 | 3 | -0/+14 |
| | |\ |
|
| | * \ | propagate from branch 'net.randombit.botan' (head 50fa70d871f837c3c3338fabf5f... | lloyd | 2012-04-20 | 5 | -11/+21 |
| | |\ \ |
|
| | * | | | 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 | 5 | -6/+13 |
| | * | | | 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 |
| | * | | | Add very basic wildcarding in X509_Certificate::matches_dns_name | lloyd | 2012-04-18 | 1 | -2/+18 |
| | * | | | Only do the hostname/DNS comparison if it is set. Otherwise, we have | lloyd | 2012-04-17 | 1 | -1/+1 |
| | * | | | 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 | 13 | -79/+267 |
| | * | | | propagate from branch 'net.randombit.botan' (head 058444ec216dd9690938c82922d... | lloyd | 2012-04-06 | 115 | -4848/+10664 |
| | |\ \ \ |
|
| | | * | | | 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 | 26 | -315/+444 |
| | | |\ \ \ |
|
| | | * | | | | 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 |
| * | | | | | | Patrick Pelletier noted on the mailing list that the implementation of | lloyd | 2012-04-24 | 4 | -109/+191 |
| * | | | | | | Patrick Pelletier pointed out the hook for Qt_Mutex in libstate.cpp | lloyd | 2012-04-23 | 5 | -83/+3 |
| * | | | | | | Fix various typos, and remove an unused macro in checks/bench.cpp | lloyd | 2012-04-23 | 8 | -20/+8 |
| | |_|_|_|/
| |/| | | | |
|
| * | | | | | merge of '18430eaa6fe25e978f72f25c0531dab0aba55894' | lloyd | 2012-04-20 | 6 | -8/+18 |
| |\ \ \ \ \
| | | |_|_|/
| | |/| | | |
|
| | * | | | | Avoid a few maintainer mode flag warnings. Remove -Weffc++ from the | lloyd | 2012-04-20 | 6 | -8/+18 |
| * | | | | | Some fixes for very minimal builds (typically due to --no-autoload) | lloyd | 2012-04-20 | 3 | -0/+14 |
| |/ / / / |
|
| * | | | | merge of '058444ec216dd9690938c82922d911df2da535b4' | lloyd | 2012-04-09 | 1 | -4/+4 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|