aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [email protected] reported on the mailing list that ECC keys created by OpenSSLlloyd2012-07-101-3/+2
* A change in 430a859e2a1e7c0ea47beef7d399a45e8ed9ed9a broke ABIlloyd2012-07-101-1/+1
* Patch name changedlloyd2012-06-172-46/+15
* Update to latest version from https://github.com/OlivierJG/botansqlite3,lloyd2012-06-174-24/+28
* Kill the SRP6 file reader, did not work correctly and I'm unlikely tolloyd2012-06-122-122/+0
* Send the renegotiation extension SCSV in the the client hellos, andlloyd2012-06-127-19/+22
* Always print the include dir as we are under botan-X.Y now which islloyd2012-06-051-4/+1
* Fix in d7c4a37976693e958186d83b714609e65d103a3d was slightly off aslloyd2012-05-252-18/+4
* PBES1 and PBES2 would produce bogus output if any single write hadlloyd2012-05-252-0/+4
* Avoid using the new-style deprecated attribute if under the Intellloyd2012-05-251-1/+1
* NR_Verification_Operation::verify_mr would return false if the inputlloyd2012-05-182-2/+5
* Pipe::reset's requirement that a message be completed meant thatlloyd2012-05-181-2/+0
* We were checking the wrong bit for rdrand support. Found using SDE'slloyd2012-05-101-1/+1
* Markus Wanner pointed out on the mailing list that using rdrand opcodelloyd2012-05-071-3/+8
* Padding wasn't set for DSA keys. Irrelevant for cert verify as thatlloyd2012-05-022-3/+3
* Partially roll back b2aef16225863cef27cdee4b91703966b3ed1458, itlloyd2012-04-281-2/+2
* For all but the first and last rounds, use a set of 64 bit tables tolloyd2012-04-273-92/+669
* Add support for the rdrand instruction, added in Intel's Ivy Bridgelloyd2012-04-264-0/+111
* Patrick Pelletier noted on the mailing list that the implementation oflloyd2012-04-243-99/+179
* Patrick Pelletier pointed out the hook for Qt_Mutex in libstate.cpplloyd2012-04-234-83/+0
* Fix various typos, and remove an unused macro in checks/bench.cpplloyd2012-04-236-7/+7
* Avoid a few maintainer mode flag warnings. Remove -Weffc++ from thelloyd2012-04-206-8/+18
* merge of '058444ec216dd9690938c82922d911df2da535b4'lloyd2012-04-091-4/+4
|\
| * The comments incorrectly described end as returning the last element,lloyd2012-04-091-4/+4
* | Use just 256 bits of secret exponent (recomended value in RFC 5054).lloyd2012-04-064-21/+22
* | 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
* Add a slow but functional implementation of Camellialloyd2012-01-285-1/+406
* Fix lib suffixlloyd2012-01-252-3/+9
* Fix -Wreorder warninglloyd2012-01-251-1/+1
* Use initializer list, make destructor virtuallloyd2012-01-061-2/+2
* Remove the autheticator generation from the SRP code as it's not usedlloyd2011-12-314-52/+143
* A bad decrypt on a TLS 1.0/1.1 message would cause a mostly infinitelloyd2011-12-311-1/+6
* Add code point for the SRP identifier extension and add a check for itlloyd2011-12-173-0/+13
* Initial run at an SRP-6a implementation. Not entirely sure about thelloyd2011-12-174-0/+288
* Add the 2048 bit SRP group from RFC 5054lloyd2011-12-171-0/+15
* Make this exception somewhat more understandable. I think.lloyd2011-12-171-1/+1
* Use LoadLibraryA instead of bare LoadLibrary so things work if used inlloyd2011-12-131-1/+1