| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 3 | -13/+22 |
* | 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 | 5 | -95/+28 |
* | Modify ECC points to do all math in Montgomery form, rather than | lloyd | 2011-05-17 | 6 | -161/+153 |
* | Fix building the tests when ECC is turned off. | lloyd | 2011-05-17 | 1 | -2/+13 |
* | 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 |
* | Fixes for maintainer mode warnings | lloyd | 2011-05-16 | 2 | -5/+9 |
* | The new method of doing comparisons did not work all of the time: if | lloyd | 2011-05-13 | 2 | -1/+85 |
* | Add specialization for i486 that uses -mtune=generic, as Debian | lloyd | 2011-05-13 | 2 | -13/+12 |
* | Add (undocumented) option --no-optimizations which turns off all | lloyd | 2011-05-13 | 1 | -9/+18 |
* | 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 | 3 | -6/+7 |
* | Add base64_decode. Seems to work OK, though incremental decoding is | lloyd | 2011-05-12 | 5 | -10/+225 |
* | 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 | 8 | -23/+48 |
* | Add back BigInt::to_u32bit | lloyd | 2011-05-10 | 4 | -20/+55 |
* | Make different targets for 32 and 64 bit Atom processors, since most | lloyd | 2011-05-09 | 5 | -6/+14 |
* | 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 | 4 | -4/+72 |
* | Search for the delimiter bytes in OAEP using a loop that doesn't have | lloyd | 2011-05-05 | 2 | -25/+39 |
* | Archive rebuild changed link :( | lloyd | 2011-05-05 | 1 | -1/+1 |
* | Basic ref on SSL clients | lloyd | 2011-05-03 | 1 | -1/+29 |
* | Print comments only on modules that will be used | lloyd | 2011-05-03 | 1 | -2/+7 |
* | When building for GCC, always get the version number, and turn off TR1 | lloyd | 2011-05-03 | 9 | -31/+77 |
* | Tweak settings for SuperH setup, based on Debian bug 594159. Since as | lloyd | 2011-05-02 | 3 | -8/+9 |
* | Don't justify text, makes tables look terrible | lloyd | 2011-05-02 | 1 | -0/+1 |
* | Doc and theming updates | lloyd | 2011-05-02 | 10 | -49/+86 |
* | A few more WinSock fixes for TLS examples | lloyd | 2011-04-29 | 3 | -9/+12 |
* | Calling &str[str.size()] is only valid if str is const; otherwise the | lloyd | 2011-04-29 | 8 | -40/+110 |
* | Log the chosen MP module | lloyd | 2011-04-29 | 1 | -0/+3 |
* | Fix download links. | lloyd | 2011-04-29 | 2 | -29/+15 |
* | Tick to 1.9.17 release1.9.17 | lloyd | 2011-04-29 | 3 | -3/+5 |
* | Add new options --cc-bin for setting the name/path to the compiler | lloyd | 2011-04-29 | 1 | -6/+14 |
* | Default sun4u to sparc32-v9 rather than sparc64 | lloyd | 2011-04-29 | 3 | -4/+7 |
* | Log that we are assuming the existence of TR1 during configure | lloyd | 2011-04-29 | 1 | -6/+11 |
* | 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 | 5 | -33/+37 |
* | Use STLport with Sun Studio by default on Linux. It is probably the | lloyd | 2011-04-25 | 2 | -1/+3 |
* | Document KDF properly. | lloyd | 2011-04-22 | 11 | -235/+218 |
* | Merge last bits from the tutorial. | lloyd | 2011-04-22 | 18 | -1666/+746 |
* | Rename all references of ia32 to x86-32 and amd64 to x86-64. | lloyd | 2011-04-22 | 51 | -205/+213 |
* | Some small cleanups in output. Fully namespace optparse | lloyd | 2011-04-22 | 1 | -32/+32 |
* | Intel C++ doesn't seem to have an option for setting the soname, so it | lloyd | 2011-04-22 | 3 | -2/+3 |
* | Enable unix_procs for FreeBSD. It was disabled in 2006 to work | lloyd | 2011-04-21 | 13 | -294/+311 |
* | More doc updates | lloyd | 2011-04-21 | 9 | -267/+396 |
* | Some doc updates, include the DSA examples in pubkey, remove outdated | lloyd | 2011-04-20 | 10 | -99/+62 |