aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move the curve over GF(p) code back into its own subdirlloyd2011-05-197-7/+22
* Reject s == 0 or r == 0 in a ECC signature.lloyd2011-05-193-13/+22
* Small cleanup in the Barrett reducer, now doesn't create a temp iflloyd2011-05-182-33/+35
* Fix the very basic operations for encoding and decoding alloyd2011-05-175-95/+28
* Modify ECC points to do all math in Montgomery form, rather thanlloyd2011-05-176-161/+153
* Fix building the tests when ECC is turned off.lloyd2011-05-171-2/+13
* Add RSA constructor that does not require a password. Patch submittedlloyd2011-05-161-0/+18
* Fixes for base64 incremental decoding.lloyd2011-05-164-122/+54
* Always writing to/reading from the carry word makes valgrind unhappy.lloyd2011-05-161-1/+2
* Fixes for maintainer mode warningslloyd2011-05-162-5/+9
* The new method of doing comparisons did not work all of the time: iflloyd2011-05-132-1/+85
* Add specialization for i486 that uses -mtune=generic, as Debianlloyd2011-05-132-13/+12
* Add (undocumented) option --no-optimizations which turns off alllloyd2011-05-131-9/+18
* I can't spelllloyd2011-05-134-9/+9
* Fix the problem that prevented the SSE2 IDEA implementation fromlloyd2011-05-123-6/+7
* Add base64_decode. Seems to work OK, though incremental decoding islloyd2011-05-125-10/+225
* Renaming the ppc target to ppc32 prevented -mcpu flags from being setlloyd2011-05-123-2/+8
* Add support for targetting the PowerPCSPE (an embedded PPC with anlloyd2011-05-123-5/+16
* Modify soname to match Unix conventions at suggestion of Debianlloyd2011-05-128-23/+48
* Add back BigInt::to_u32bitlloyd2011-05-104-20/+55
* Make different targets for 32 and 64 bit Atom processors, since mostlloyd2011-05-095-6/+14
* dword was set to a size_t if we were using a 16 bit limb. Caused by anlloyd2011-05-091-1/+1
* Disable CMS by default, since it's pretty untested and likely unusablelloyd2011-05-064-4/+72
* Search for the delimiter bytes in OAEP using a loop that doesn't havelloyd2011-05-052-25/+39
* Archive rebuild changed link :(lloyd2011-05-051-1/+1
* Basic ref on SSL clientslloyd2011-05-031-1/+29
* Print comments only on modules that will be usedlloyd2011-05-031-2/+7
* When building for GCC, always get the version number, and turn off TR1lloyd2011-05-039-31/+77
* Tweak settings for SuperH setup, based on Debian bug 594159. Since aslloyd2011-05-023-8/+9
* Don't justify text, makes tables look terriblelloyd2011-05-021-0/+1
* Doc and theming updateslloyd2011-05-0210-49/+86
* A few more WinSock fixes for TLS exampleslloyd2011-04-293-9/+12
* Calling &str[str.size()] is only valid if str is const; otherwise thelloyd2011-04-298-40/+110
* Log the chosen MP modulelloyd2011-04-291-0/+3
* Fix download links.lloyd2011-04-292-29/+15
* Tick to 1.9.17 release1.9.17lloyd2011-04-293-3/+5
* Add new options --cc-bin for setting the name/path to the compilerlloyd2011-04-291-6/+14
* Default sun4u to sparc32-v9 rather than sparc64lloyd2011-04-293-4/+7
* Log that we are assuming the existence of TR1 during configurelloyd2011-04-291-6/+11
* Flatten out the mp directory since no alternative asm implemenationslloyd2011-04-256-13/+3
* Rename AES_XXX_Intel to AES_XXX_NI, since AMD's Bulldozer will alsolloyd2011-04-255-33/+37
* Use STLport with Sun Studio by default on Linux. It is probably thelloyd2011-04-252-1/+3
* Document KDF properly.lloyd2011-04-2211-235/+218
* Merge last bits from the tutorial.lloyd2011-04-2218-1666/+746
* Rename all references of ia32 to x86-32 and amd64 to x86-64.lloyd2011-04-2251-205/+213
* Some small cleanups in output. Fully namespace optparselloyd2011-04-221-32/+32
* Intel C++ doesn't seem to have an option for setting the soname, so itlloyd2011-04-223-2/+3
* Enable unix_procs for FreeBSD. It was disabled in 2006 to worklloyd2011-04-2113-294/+311
* More doc updateslloyd2011-04-219-267/+396
* Some doc updates, include the DSA examples in pubkey, remove outdatedlloyd2011-04-2010-99/+62