| Commit message (Expand) | Author | Age | Files | Lines |
* | Split the SIMD implementations into their own modules and choose one | lloyd | 2011-05-24 | 12 | -16/+41 |
* | FD_ZERO on Solaris uses memset, and assumes we included string.h | lloyd | 2011-05-24 | 2 | -0/+2 |
* | Only call p.sig_words once in CurveGFp constructor. | lloyd | 2011-05-19 | 1 | -4/+2 |
* | Move the curve over GF(p) code back into its own subdir | lloyd | 2011-05-19 | 7 | -7/+22 |
* | Reject s == 0 or r == 0 in a ECC signature. | lloyd | 2011-05-19 | 2 | -2/+5 |
* | Small cleanup in the Barrett reducer, now doesn't create a temp if | lloyd | 2011-05-18 | 2 | -33/+35 |
* | Fix the very basic operations for encoding and decoding a | lloyd | 2011-05-17 | 2 | -12/+10 |
* | Modify ECC points to do all math in Montgomery form, rather than | lloyd | 2011-05-17 | 4 | -156/+144 |
* | Add RSA constructor that does not require a password. Patch submitted | lloyd | 2011-05-16 | 1 | -0/+18 |
* | Fixes for base64 incremental decoding. | lloyd | 2011-05-16 | 4 | -122/+54 |
* | Always writing to/reading from the carry word makes valgrind unhappy. | lloyd | 2011-05-16 | 1 | -1/+2 |
* | The new method of doing comparisons did not work all of the time: if | lloyd | 2011-05-13 | 1 | -1/+3 |
* | Add specialization for i486 that uses -mtune=generic, as Debian | lloyd | 2011-05-13 | 2 | -13/+12 |
* | I can't spell | lloyd | 2011-05-13 | 4 | -9/+9 |
* | Fix the problem that prevented the SSE2 IDEA implementation from | lloyd | 2011-05-12 | 2 | -6/+1 |
* | Add base64_decode. Seems to work OK, though incremental decoding is | lloyd | 2011-05-12 | 4 | -10/+222 |
* | Renaming the ppc target to ppc32 prevented -mcpu flags from being set | lloyd | 2011-05-12 | 3 | -2/+8 |
* | Add support for targetting the PowerPCSPE (an embedded PPC with an | lloyd | 2011-05-12 | 3 | -5/+16 |
* | Modify soname to match Unix conventions at suggestion of Debian | lloyd | 2011-05-12 | 4 | -11/+13 |
* | Add back BigInt::to_u32bit | lloyd | 2011-05-10 | 3 | -18/+46 |
* | Make different targets for 32 and 64 bit Atom processors, since most | lloyd | 2011-05-09 | 3 | -6/+7 |
* | dword was set to a size_t if we were using a 16 bit limb. Caused by an | lloyd | 2011-05-09 | 1 | -1/+1 |
* | Disable CMS by default, since it's pretty untested and likely unusable | lloyd | 2011-05-06 | 1 | -0/+2 |
* | Search for the delimiter bytes in OAEP using a loop that doesn't have | lloyd | 2011-05-05 | 1 | -25/+34 |
* | When building for GCC, always get the version number, and turn off TR1 | lloyd | 2011-05-03 | 7 | -11/+14 |
* | Tweak settings for SuperH setup, based on Debian bug 594159. Since as | lloyd | 2011-05-02 | 3 | -8/+9 |
* | Calling &str[str.size()] is only valid if str is const; otherwise the | lloyd | 2011-04-29 | 2 | -5/+12 |
* | Default sun4u to sparc32-v9 rather than sparc64 | lloyd | 2011-04-29 | 2 | -4/+2 |
* | Flatten out the mp directory since no alternative asm implemenations | lloyd | 2011-04-25 | 6 | -13/+3 |
* | Rename AES_XXX_Intel to AES_XXX_NI, since AMD's Bulldozer will also | lloyd | 2011-04-25 | 4 | -33/+33 |
* | Use STLport with Sun Studio by default on Linux. It is probably the | lloyd | 2011-04-25 | 1 | -1/+1 |
* | Rename all references of ia32 to x86-32 and amd64 to x86-64. | lloyd | 2011-04-22 | 48 | -193/+193 |
* | Intel C++ doesn't seem to have an option for setting the soname, so it | lloyd | 2011-04-22 | 1 | -1/+1 |
* | Enable unix_procs for FreeBSD. It was disabled in 2006 to work | lloyd | 2011-04-21 | 9 | -26/+24 |
* | It's likely that other FPE methods will be desirable once they are | lloyd | 2011-04-20 | 3 | -9/+17 |
* | Add a --no-autoload example | lloyd | 2011-04-19 | 1 | -0/+4 |
* | Maintainer mode warning cleanups, mostly for C style casts which I | lloyd | 2011-04-18 | 15 | -58/+77 |
* | My workaround for gcc pr 44174 caused cpuid support to be silently | lloyd | 2011-04-18 | 3 | -6/+12 |
* | Integrate building docs using Sphinx and Doxygen into the makefile | lloyd | 2011-04-18 | 4 | -86/+45 |
* | Fix location of online docs in readme | lloyd | 2011-04-15 | 3 | -23/+15 |
* | One minor fix for QNX 6.4.1 (Python identifies CPU as 'x86pc'), and | lloyd | 2011-04-15 | 3 | -2/+8 |
* | Tick version numbers to 1.10.0 | lloyd | 2011-04-14 | 1 | -1/+1 |
* | Make the alg_id param for passhash9 optional. Update callers. | lloyd | 2011-04-11 | 2 | -23/+4 |
* | I think this fixes the soname stuff | lloyd | 2011-04-11 | 1 | -3/+2 |
* | ECC private keys had two different constructors, one taking a group | lloyd | 2011-04-08 | 14 | -92/+79 |
* | In X509_Certificate::to_string, don't print key ids if empty | lloyd | 2011-04-06 | 2 | -3/+7 |
* | Call GCC's __get_cpuid macro from a function marked noinline to work | lloyd | 2011-04-06 | 1 | -2/+9 |
* | I belive this check in fixes PR 113 by making shared library sonames | lloyd | 2011-04-06 | 2 | -4/+5 |
* | PR 145 was based around an easy misunderstanding of the CTR code. | lloyd | 2011-04-05 | 1 | -10/+16 |
* | Remove the socket wrapper code, as the SSL interface itself | lloyd | 2011-04-05 | 5 | -335/+0 |