| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix PR 166 | lloyd | 2011-12-08 | 1 | -5/+9 |
* | Add basic NaCl target | lloyd | 2011-12-08 | 1 | -0/+4 |
* | LoadLibrary apparently works on MinGW | lloyd | 2011-12-02 | 1 | -0/+1 |
* | GCC doesn't like casting a function pointer to void* without an | lloyd | 2011-12-02 | 1 | -1/+2 |
* | Add AltiVec detection on OpenBSD, contributed by Brad Smith in PR 162 | lloyd | 2011-11-28 | 1 | -1/+15 |
* | Call cpuid via inline asm on x86-64, so we can use it with Clang (no | lloyd | 2011-11-18 | 1 | -2/+16 |
* | Add model name for Sandy Bridge. Use -march=corei7 with GCC and Clang | lloyd | 2011-11-18 | 3 | -12/+16 |
* | Fix declaration | lloyd | 2011-11-18 | 1 | -2/+1 |
* | Manually rename registers instead of rotating. Performance is about | lloyd | 2011-11-18 | 1 | -638/+638 |
* | Poll clock_gettime in High_Resolution_Timestamp::poll with whatever | lloyd | 2011-11-11 | 2 | -1/+39 |
* | Add AltiVec detection for POWER7 processors | lloyd | 2011-11-02 | 1 | -0/+2 |
* | Don't set the soname on OpenBSD (PR 158) | lloyd | 2011-10-11 | 1 | -0/+3 |
* | Name the params for DER_Encoder in header | lloyd | 2011-10-06 | 1 | -24/+47 |
* | Avoid using -march=i386 if an i386 is 'detected', instead use | lloyd | 2011-08-15 | 1 | -2/+5 |
* | Add a new, somewhat more functional dist script | lloyd | 2011-07-11 | 1 | -0/+168 |
* | The Algorithm_Factory has this logic on looking for an object: | lloyd | 2011-07-05 | 4 | -8/+31 |
* | Tick to 1.10.1 unreleased. | lloyd | 2011-06-30 | 2 | -0/+3 |
* | Make CMAC::poly_double at least theoretically constant time, though | lloyd | 2011-06-23 | 1 | -3/+2 |
* | Fix -Wshadow warning | lloyd | 2011-06-22 | 1 | -2/+2 |
* | Invert the meaning of the Miller-Rabin test; passes_test meant 'is not | lloyd | 2011-06-16 | 1 | -9/+17 |
* | Detect (though not using) the CPUID bit for the RDRAND instruction | lloyd | 2011-06-16 | 1 | -1/+8 |
* | Add std::swap specialization for memory containers | lloyd | 2011-06-13 | 1 | -0/+10 |
* | Write zeros in 4K blocks | lloyd | 2011-06-07 | 1 | -7/+9 |
* | Simplify Montgomery setup here a bit | lloyd | 2011-06-07 | 1 | -6/+4 |
* | Rename some dirs for shorter object files where configure will | lloyd | 2011-06-03 | 13 | -2/+2 |
* | Ignore \r as whitespace in base64 decoder - caused test failures on | lloyd | 2011-06-03 | 1 | -1/+3 |
* | Fix building with --via-amalgamation; it wouldn't generate the | lloyd | 2011-06-03 | 5 | -432/+449 |
* | Remove BOTAN_DLL from internal headers, add it to Unexpected_Message | lloyd | 2011-06-02 | 4 | -14/+14 |
* | Change order of arguments to bigint_monty_redc (internal interface, | lloyd | 2011-06-02 | 3 | -46/+43 |
* | Add monty sqr and multiply routines (they just call karatsuba and then | lloyd | 2011-06-02 | 4 | -43/+77 |
* | Reduce number of temporaries needed in point addition | lloyd | 2011-06-01 | 1 | -22/+14 |
* | Multi-expoentiation, using the single bit variation. Using a 2 or 3 | lloyd | 2011-06-01 | 4 | -2/+49 |
* | Remove amalg on distclean | lloyd | 2011-06-01 | 2 | -0/+2 |
* | PointGFp::get_affine_{x,y} doesn't return a reference | lloyd | 2011-05-31 | 1 | -2/+2 |
* | MinGW install commands are the default, so don't specify explicitly. | lloyd | 2011-05-26 | 2 | -5/+2 |