| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | It's likely that other FPE methods will be desirable once they are | lloyd | 2011-04-20 | 6 | -12/+85 |
* | Less stuff to ignore in doc subdir now | lloyd | 2011-04-19 | 1 | -6/+3 |
* | Document changes to passhash9 and ECDSA keys that I forgot to include | lloyd | 2011-04-19 | 2 | -12/+34 |
* | Fix the --without-sphinx and --without-doxygen flags. | lloyd | 2011-04-19 | 2 | -21/+45 |
* | Add a --no-autoload example | lloyd | 2011-04-19 | 2 | -0/+13 |
* | 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 | 4 | -6/+15 |
* | Rename --use-sphinx and --use-doxygen to --with-sphinx and | lloyd | 2011-04-18 | 2 | -10/+16 |
* | Format fixes in the log file. Some reference fanciness too | lloyd | 2011-04-18 | 3 | -1271/+1284 |
* | Integrate building docs using Sphinx and Doxygen into the makefile | lloyd | 2011-04-18 | 7 | -168/+98 |
* | Docs list is hardcoded into configure.py, and was out of date WRT | lloyd | 2011-04-15 | 1 | -10/+3 |
* | Fix location of online docs in readme | lloyd | 2011-04-15 | 4 | -24/+16 |
* | Some more cleanups and reorgs. Drop old InSiTo arch doc; was not at | lloyd | 2011-04-15 | 7 | -348/+367 |
* | One minor fix for QNX 6.4.1 (Python identifies CPU as 'x86pc'), and | lloyd | 2011-04-15 | 3 | -2/+8 |
* | More line wrapping, paragraph reflow | lloyd | 2011-04-15 | 3 | -17/+25 |
* | Import the build results log. Wrap some really long lines. | lloyd | 2011-04-15 | 4 | -23/+269 |
* | Tick version numbers to 1.10.0 | lloyd | 2011-04-14 | 9 | -113/+98 |
* | Spelling fixes | lloyd | 2011-04-12 | 3 | -8/+8 |
* | Example updates1.9.16 | lloyd | 2011-04-11 | 3 | -21/+22 |