aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't require a <source> entry in info.txt, if not set use *.cpplloyd2012-03-161-11/+13
* In Python 3 subprocess returns bytes instead of strings. We canlloyd2012-03-141-8/+22
* 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
* The benchmark examples ran very slowly because they were passinglloyd2012-02-204-5/+5
* 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-012-2/+10
* 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-287-1/+428
* 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
* Dirty hack to support multiple 'define' options in a module info file.lloyd2011-12-231-8/+16
* 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-175-0/+291
* Add the 2048 bit SRP group from RFC 5054lloyd2011-12-171-0/+15
* Basic instructions for building the docslloyd2011-12-171-5/+17
* Make this exception somewhat more understandable. I think.lloyd2011-12-171-1/+1
* Add TCHead to list of userslloyd2011-12-171-0/+3
* Use LoadLibraryA instead of bare LoadLibrary so things work if used inlloyd2011-12-131-1/+1
* Fix readme URLslloyd2011-12-081-4/+4
* Fix PR 166lloyd2011-12-081-5/+9
* Add basic NaCl targetlloyd2011-12-082-0/+6
* Warn the user if targetting for GCC on Windows without an explicitlloyd2011-12-022-9/+17
* LoadLibrary apparently works on MinGWlloyd2011-12-021-0/+1
* GCC doesn't like casting a function pointer to void* without anlloyd2011-12-022-1/+4
* Add AltiVec detection on OpenBSD, contributed by Brad Smith in PR 162lloyd2011-11-282-1/+17
* Fix PGP key linklloyd2011-11-281-1/+1
* Fix link, and use sphinx to generatelloyd2011-11-281-3/+2
* Call cpuid via inline asm on x86-64, so we can use it with Clang (nolloyd2011-11-181-2/+16
* Add model name for Sandy Bridge. Use -march=corei7 with GCC and Clanglloyd2011-11-183-12/+16
* Fix declarationlloyd2011-11-181-2/+1
* Manually rename registers instead of rotating. Performance is aboutlloyd2011-11-181-638/+638
* Poll clock_gettime in High_Resolution_Timestamp::poll with whateverlloyd2011-11-113-1/+42
* Log the detected revision, if mtn reports somethinglloyd2011-11-101-0/+2
* PyPy workslloyd2011-11-091-7/+6
* Add AltiVec detection for POWER7 processorslloyd2011-11-022-0/+4
* Include the needed sub in the log noteslloyd2011-11-011-1/+2
* Mention the 1.8 branchlloyd2011-10-181-2/+3