| Commit message (Expand) | Author | Age | Files | Lines |
* | [email protected] reported on the mailing list that ECC keys created by OpenSSL | lloyd | 2012-07-10 | 1 | -3/+2 |
* | A change in 430a859e2a1e7c0ea47beef7d399a45e8ed9ed9a broke ABI | lloyd | 2012-07-10 | 1 | -1/+1 |
* | Patch name changed | lloyd | 2012-06-17 | 2 | -46/+15 |
* | Update to latest version from https://github.com/OlivierJG/botansqlite3, | lloyd | 2012-06-17 | 4 | -24/+28 |
* | Kill the SRP6 file reader, did not work correctly and I'm unlikely to | lloyd | 2012-06-12 | 2 | -122/+0 |
* | Send the renegotiation extension SCSV in the the client hellos, and | lloyd | 2012-06-12 | 7 | -19/+22 |
* | Always print the include dir as we are under botan-X.Y now which is | lloyd | 2012-06-05 | 1 | -4/+1 |
* | Fix in d7c4a37976693e958186d83b714609e65d103a3d was slightly off as | lloyd | 2012-05-25 | 2 | -18/+4 |
* | PBES1 and PBES2 would produce bogus output if any single write had | lloyd | 2012-05-25 | 2 | -0/+4 |
* | Avoid using the new-style deprecated attribute if under the Intel | lloyd | 2012-05-25 | 1 | -1/+1 |
* | 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 | 1 | -2/+0 |
* | We were checking the wrong bit for rdrand support. Found using SDE's | lloyd | 2012-05-10 | 1 | -1/+1 |
* | 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 |
* | 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 | 4 | -0/+111 |
* | Patrick Pelletier noted on the mailing list that the implementation of | lloyd | 2012-04-24 | 3 | -99/+179 |
* | Patrick Pelletier pointed out the hook for Qt_Mutex in libstate.cpp | lloyd | 2012-04-23 | 4 | -83/+0 |
* | Fix various typos, and remove an unused macro in checks/bench.cpp | lloyd | 2012-04-23 | 6 | -7/+7 |
* | Avoid a few maintainer mode flag warnings. Remove -Weffc++ from the | lloyd | 2012-04-20 | 6 | -8/+18 |
* | merge of '058444ec216dd9690938c82922d911df2da535b4' | lloyd | 2012-04-09 | 1 | -4/+4 |
|\ |
|
| * | The comments incorrectly described end as returning the last element, | lloyd | 2012-04-09 | 1 | -4/+4 |
* | | Use just 256 bits of secret exponent (recomended value in RFC 5054). | lloyd | 2012-04-06 | 4 | -21/+22 |
* | | Remove the client SRP6 class, really free standing functions are fine | lloyd | 2012-04-05 | 3 | -47/+152 |
|/ |
|
* | Add more comments explaining what is going on in dl_work_factor | lloyd | 2012-03-30 | 2 | -28/+29 |
* | Typo in comment | lloyd | 2012-03-09 | 1 | -1/+1 |
* | Allow the semi-standard but rarely used 1.3.132.1.12 OID for ECDH keys | lloyd | 2012-02-21 | 1 | -1/+13 |
* | Avoid blocking more than 100 ms in the random device reader. Scale up | lloyd | 2012-02-20 | 2 | -4/+8 |
* | Avoid having more than one directory open at a time by just keeping a | lloyd | 2012-02-20 | 1 | -28/+49 |
* | Be more conservative about entropy estimates. In particular, instead | lloyd | 2012-02-17 | 5 | -7/+7 |
* | Force a reseed in HMAC_RNG after 20 bytes have been added, rather than | lloyd | 2012-02-15 | 1 | -5/+12 |
* | Support ECDH key creation in the key factory function. Patch from Sean | lloyd | 2012-02-03 | 1 | -0/+14 |
* | Whitespace | lloyd | 2012-02-02 | 2 | -4/+3 |
* | Disable this version of the SSL code by default | lloyd | 2012-02-01 | 1 | -2/+6 |
* | Remove debug printfs, stdio includes | lloyd | 2012-01-30 | 3 | -11/+0 |
* | Pointer writing seems cleaner | lloyd | 2012-01-30 | 2 | -102/+102 |
* | Partially de-unroll the loop to make changes easier | lloyd | 2012-01-30 | 1 | -86/+41 |
* | Add a slow but functional implementation of Camellia | lloyd | 2012-01-28 | 5 | -1/+406 |
* | Fix lib suffix | lloyd | 2012-01-25 | 2 | -3/+9 |
* | Fix -Wreorder warning | lloyd | 2012-01-25 | 1 | -1/+1 |
* | Use initializer list, make destructor virtual | lloyd | 2012-01-06 | 1 | -2/+2 |
* | Remove the autheticator generation from the SRP code as it's not used | lloyd | 2011-12-31 | 4 | -52/+143 |
* | A bad decrypt on a TLS 1.0/1.1 message would cause a mostly infinite | lloyd | 2011-12-31 | 1 | -1/+6 |
* | Add code point for the SRP identifier extension and add a check for it | lloyd | 2011-12-17 | 3 | -0/+13 |
* | Initial run at an SRP-6a implementation. Not entirely sure about the | lloyd | 2011-12-17 | 4 | -0/+288 |
* | Add the 2048 bit SRP group from RFC 5054 | lloyd | 2011-12-17 | 1 | -0/+15 |
* | Make this exception somewhat more understandable. I think. | lloyd | 2011-12-17 | 1 | -1/+1 |
* | Use LoadLibraryA instead of bare LoadLibrary so things work if used in | lloyd | 2011-12-13 | 1 | -1/+1 |