| Commit message (Expand) | Author | Age | Files | Lines |
* | Split log.txt into individual release notes. Integrate most of the | lloyd | 2012-06-20 | 1 | -2230/+0 |
* | Port in 1.10.2 change notes | lloyd | 2012-06-17 | 1 | -5/+10 |
* | Signature verification on OCSP responses. Still needs a bit of API | lloyd | 2012-05-27 | 1 | -0/+2 |
* | Mention the vector changes as people will likely notice those | lloyd | 2012-05-26 | 1 | -0/+8 |
* | Initial 1.11 notes | lloyd | 2012-05-26 | 1 | -0/+37 |
* | Pipe::reset's requirement that a message be completed meant that | lloyd | 2012-05-18 | 1 | -0/+5 |
* | We were checking the wrong bit for rdrand support. Found using SDE's | lloyd | 2012-05-10 | 1 | -0/+3 |
* | Add support for the rdrand instruction, added in Intel's Ivy Bridge | lloyd | 2012-04-26 | 1 | -0/+3 |
* | Patrick Pelletier pointed out the hook for Qt_Mutex in libstate.cpp | lloyd | 2012-04-23 | 1 | -0/+3 |
* | Disable this version of the SSL code by default | lloyd | 2012-02-01 | 1 | -0/+4 |
* | Add a slow but functional implementation of Camellia | lloyd | 2012-01-28 | 1 | -0/+2 |
* | Initial run at an SRP-6a implementation. Not entirely sure about the | lloyd | 2011-12-17 | 1 | -0/+3 |
* | Add basic NaCl target | lloyd | 2011-12-08 | 1 | -0/+2 |
* | Warn the user if targetting for GCC on Windows without an explicit | lloyd | 2011-12-02 | 1 | -0/+5 |
* | GCC doesn't like casting a function pointer to void* without an | lloyd | 2011-12-02 | 1 | -0/+2 |
* | Add AltiVec detection on OpenBSD, contributed by Brad Smith in PR 162 | lloyd | 2011-11-28 | 1 | -0/+2 |
* | Poll clock_gettime in High_Resolution_Timestamp::poll with whatever | lloyd | 2011-11-11 | 1 | -0/+3 |
* | Add AltiVec detection for POWER7 processors | lloyd | 2011-11-02 | 1 | -0/+2 |
* | Include the needed sub in the log notes | lloyd | 2011-11-01 | 1 | -1/+2 |
* | Switch to the Python 3 syntax in configure.py. A Perl one-liner in the | lloyd | 2011-10-18 | 1 | -0/+5 |
* | Don't set the soname on OpenBSD (PR 158) | lloyd | 2011-10-11 | 1 | -0/+5 |
* | Note --cpu fix, bump version | lloyd | 2011-09-01 | 1 | -0/+8 |
* | 1.10.1 release1.10.1 | lloyd | 2011-07-11 | 1 | -1/+22 |
* | 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 | 1 | -0/+14 |
* | Tick version to 1.10.0 release1.10.0 | lloyd | 2011-06-20 | 1 | -1/+4 |
* | Add std::swap specialization for memory containers | lloyd | 2011-06-13 | 1 | -0/+2 |
* | 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 |
* | 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 |
* | Reject s == 0 or r == 0 in a ECC signature. | lloyd | 2011-05-19 | 1 | -11/+17 |
* | 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 | 1 | -0/+5 |
* | 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 |
* | When building for GCC, always get the version number, and turn off TR1 | lloyd | 2011-05-03 | 1 | -0/+3 |
* | Calling &str[str.size()] is only valid if str is const; otherwise the | lloyd | 2011-04-29 | 1 | -0/+12 |
* | 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 |
* | Document KDF properly. | lloyd | 2011-04-22 | 1 | -112/+119 |
* | Rename all references of ia32 to x86-32 and amd64 to x86-64. | lloyd | 2011-04-22 | 1 | -9/+17 |