| Commit message (Expand) | Author | Age | Files | Lines |
* | The Algorithm_Factory has this logic on looking for an object: | lloyd | 2011-07-05 | 1 | -0/+5 |
* | Tick to 1.10.1 unreleased. | lloyd | 2011-06-30 | 1 | -0/+3 |
* | Update with info on 1.8.12 release | lloyd | 2011-06-20 | 2 | -17/+33 |
* | Tick version to 1.10.0 release1.10.0 | lloyd | 2011-06-20 | 2 | -2/+5 |
* | Detect (though not using) the CPUID bit for the RDRAND instruction | lloyd | 2011-06-16 | 1 | -0/+1 |
* | Add std::swap specialization for memory containers | lloyd | 2011-06-13 | 1 | -0/+2 |
* | Drop InSiTo manual | lloyd | 2011-06-10 | 1 | -0/+0 |
* | Update build doc | lloyd | 2011-06-07 | 1 | -16/+25 |
* | Fix linking for examples | lloyd | 2011-06-06 | 2 | -26/+26 |
* | Zap this, I just replaced the 1.9.18 tarball instead. | lloyd | 2011-06-03 | 1 | -2/+0 |
* | Tick version to 1.10.0 | lloyd | 2011-06-03 | 1 | -0/+9 |
* | Update download links | lloyd | 2011-06-03 | 1 | -11/+11 |
* | Tick to 1.9.18 release1.9.18 | lloyd | 2011-06-03 | 1 | -1/+1 |
* | Multi-expoentiation, using the single bit variation. Using a 2 or 3 | lloyd | 2011-06-01 | 1 | -0/+5 |
* | Add --via-amalgamation option that builds everything from a single | lloyd | 2011-06-01 | 1 | -0/+5 |
* | FD_ZERO on Solaris uses memset, and assumes we included string.h | lloyd | 2011-05-24 | 1 | -0/+5 |
* | Only call p.sig_words once in CurveGFp constructor. | lloyd | 2011-05-19 | 1 | -1/+1 |
* | Reject s == 0 or r == 0 in a ECC signature. | lloyd | 2011-05-19 | 1 | -11/+17 |
* | Fix the very basic operations for encoding and decoding a | lloyd | 2011-05-17 | 1 | -1/+1 |
* | Modify ECC points to do all math in Montgomery form, rather than | lloyd | 2011-05-17 | 1 | -4/+7 |
* | Fix the problem that prevented the SSE2 IDEA implementation from | lloyd | 2011-05-12 | 1 | -0/+6 |
* | Add base64_decode. Seems to work OK, though incremental decoding is | lloyd | 2011-05-12 | 1 | -0/+3 |
* | 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 |