| Commit message (Expand) | Author | Age | Files | Lines |
* | Modify soname to match Unix conventions at suggestion of Debian | lloyd | 2011-05-12 | 1 | -7/+20 |
* | Add back BigInt::to_u32bit | lloyd | 2011-05-10 | 1 | -2/+9 |
* | Make different targets for 32 and 64 bit Atom processors, since most | lloyd | 2011-05-09 | 2 | -0/+7 |
* | Disable CMS by default, since it's pretty untested and likely unusable | lloyd | 2011-05-06 | 1 | -0/+3 |
* | Search for the delimiter bytes in OAEP using a loop that doesn't have | lloyd | 2011-05-05 | 1 | -0/+5 |
* | Archive rebuild changed link :( | lloyd | 2011-05-05 | 1 | -1/+1 |
* | Basic ref on SSL clients | lloyd | 2011-05-03 | 1 | -1/+29 |
* | When building for GCC, always get the version number, and turn off TR1 | lloyd | 2011-05-03 | 1 | -0/+3 |
* | 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 | 4 | -31/+94 |
* | Fix download links. | lloyd | 2011-04-29 | 2 | -29/+15 |
* | Tick to 1.9.17 release1.9.17 | lloyd | 2011-04-29 | 1 | -1/+3 |
* | Default sun4u to sparc32-v9 rather than sparc64 | lloyd | 2011-04-29 | 1 | -0/+5 |
* | Rename AES_XXX_Intel to AES_XXX_NI, since AMD's Bulldozer will also | lloyd | 2011-04-25 | 1 | -0/+4 |
* | Use STLport with Sun Studio by default on Linux. It is probably the | lloyd | 2011-04-25 | 1 | -0/+2 |
* | Document KDF properly. | lloyd | 2011-04-22 | 10 | -234/+216 |
* | 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 | 1 | -9/+17 |
* | Intel C++ doesn't seem to have an option for setting the soname, so it | lloyd | 2011-04-22 | 1 | -0/+1 |
* | Enable unix_procs for FreeBSD. It was disabled in 2006 to work | lloyd | 2011-04-21 | 3 | -268/+281 |
* | 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 | 3 | -3/+68 |
* | 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 | 1 | -0/+15 |
* | Add a --no-autoload example | lloyd | 2011-04-19 | 1 | -0/+9 |
* | My workaround for gcc pr 44174 caused cpuid support to be silently | lloyd | 2011-04-18 | 1 | -0/+3 |
* | Rename --use-sphinx and --use-doxygen to --with-sphinx and | lloyd | 2011-04-18 | 1 | -2/+2 |
* | 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 | 2 | -61/+9 |
* | Some more cleanups and reorgs. Drop old InSiTo arch doc; was not at | lloyd | 2011-04-15 | 7 | -348/+367 |
* | 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 | 4 | -107/+78 |
* | Spelling fixes | lloyd | 2011-04-12 | 3 | -8/+8 |
* | Example updates1.9.16 | lloyd | 2011-04-11 | 3 | -21/+22 |
* | Update docs | lloyd | 2011-04-11 | 7 | -37/+318 |
* | Two more files from the plane | lloyd | 2011-04-11 | 2 | -0/+190 |
* | More docs | lloyd | 2011-04-08 | 5 | -7/+13 |
* | More doc updates | lloyd | 2011-04-08 | 12 | -276/+84 |
* | ECC private keys had two different constructors, one taking a group | lloyd | 2011-04-08 | 20 | -425/+160 |
* | Drop the GTK example; it probably makes more sense to use threads | lloyd | 2011-04-08 | 5 | -708/+0 |
* | More pubkey doc updates | lloyd | 2011-04-08 | 68 | -71/+6916 |
* | Pile more doc updates | lloyd | 2011-04-08 | 9 | -406/+634 |
* | Fix syntax highlighting | lloyd | 2011-04-06 | 3 | -13/+15 |
* | s/Release/Version/ | lloyd | 2011-04-06 | 1 | -152/+161 |
* | Remove the socket wrapper code, as the SSL interface itself | lloyd | 2011-04-05 | 1 | -2/+8 |
* | A bit more BigInt documentation | lloyd | 2011-04-04 | 1 | -25/+64 |