aboutsummaryrefslogtreecommitdiffstats
path: root/doc/log.txt
Commit message (Expand)AuthorAgeFilesLines
* Split log.txt into individual release notes. Integrate most of thelloyd2012-06-201-2230/+0
* Port in 1.10.2 change noteslloyd2012-06-171-5/+10
* Signature verification on OCSP responses. Still needs a bit of APIlloyd2012-05-271-0/+2
* Mention the vector changes as people will likely notice thoselloyd2012-05-261-0/+8
* Initial 1.11 noteslloyd2012-05-261-0/+37
* Pipe::reset's requirement that a message be completed meant thatlloyd2012-05-181-0/+5
* We were checking the wrong bit for rdrand support. Found using SDE'slloyd2012-05-101-0/+3
* Add support for the rdrand instruction, added in Intel's Ivy Bridgelloyd2012-04-261-0/+3
* Patrick Pelletier pointed out the hook for Qt_Mutex in libstate.cpplloyd2012-04-231-0/+3
* Disable this version of the SSL code by defaultlloyd2012-02-011-0/+4
* Add a slow but functional implementation of Camellialloyd2012-01-281-0/+2
* Initial run at an SRP-6a implementation. Not entirely sure about thelloyd2011-12-171-0/+3
* Add basic NaCl targetlloyd2011-12-081-0/+2
* Warn the user if targetting for GCC on Windows without an explicitlloyd2011-12-021-0/+5
* GCC doesn't like casting a function pointer to void* without anlloyd2011-12-021-0/+2
* Add AltiVec detection on OpenBSD, contributed by Brad Smith in PR 162lloyd2011-11-281-0/+2
* Poll clock_gettime in High_Resolution_Timestamp::poll with whateverlloyd2011-11-111-0/+3
* Add AltiVec detection for POWER7 processorslloyd2011-11-021-0/+2
* Include the needed sub in the log noteslloyd2011-11-011-1/+2
* Switch to the Python 3 syntax in configure.py. A Perl one-liner in thelloyd2011-10-181-0/+5
* Don't set the soname on OpenBSD (PR 158)lloyd2011-10-111-0/+5
* Note --cpu fix, bump versionlloyd2011-09-011-0/+8
* 1.10.1 release1.10.1lloyd2011-07-111-1/+22
* The Algorithm_Factory has this logic on looking for an object:lloyd2011-07-051-0/+5
* Tick to 1.10.1 unreleased.lloyd2011-06-301-0/+3
* Update with info on 1.8.12 releaselloyd2011-06-201-0/+14
* Tick version to 1.10.0 release1.10.0lloyd2011-06-201-1/+4
* Add std::swap specialization for memory containerslloyd2011-06-131-0/+2
* Zap this, I just replaced the 1.9.18 tarball instead.lloyd2011-06-031-2/+0
* Tick version to 1.10.0lloyd2011-06-031-0/+9
* Tick to 1.9.18 release1.9.18lloyd2011-06-031-1/+1
* Multi-expoentiation, using the single bit variation. Using a 2 or 3lloyd2011-06-011-0/+5
* Add --via-amalgamation option that builds everything from a singlelloyd2011-06-011-0/+5
* FD_ZERO on Solaris uses memset, and assumes we included string.hlloyd2011-05-241-0/+5
* Reject s == 0 or r == 0 in a ECC signature.lloyd2011-05-191-11/+17
* Modify ECC points to do all math in Montgomery form, rather thanlloyd2011-05-171-4/+7
* Fix the problem that prevented the SSE2 IDEA implementation fromlloyd2011-05-121-0/+6
* Add base64_decode. Seems to work OK, though incremental decoding islloyd2011-05-121-0/+3
* Modify soname to match Unix conventions at suggestion of Debianlloyd2011-05-121-7/+20
* Add back BigInt::to_u32bitlloyd2011-05-101-2/+9
* Make different targets for 32 and 64 bit Atom processors, since mostlloyd2011-05-091-0/+5
* Disable CMS by default, since it's pretty untested and likely unusablelloyd2011-05-061-0/+3
* Search for the delimiter bytes in OAEP using a loop that doesn't havelloyd2011-05-051-0/+5
* When building for GCC, always get the version number, and turn off TR1lloyd2011-05-031-0/+3
* Calling &str[str.size()] is only valid if str is const; otherwise thelloyd2011-04-291-0/+12
* Tick to 1.9.17 release1.9.17lloyd2011-04-291-1/+3
* Default sun4u to sparc32-v9 rather than sparc64lloyd2011-04-291-0/+5
* Rename AES_XXX_Intel to AES_XXX_NI, since AMD's Bulldozer will alsolloyd2011-04-251-0/+4
* Document KDF properly.lloyd2011-04-221-112/+119
* Rename all references of ia32 to x86-32 and amd64 to x86-64.lloyd2011-04-221-9/+17