Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add info for 1.10.12 release | Jack Lloyd | 2016-02-03 | 1 | -3/+3 |
| | | | | [ci skip] | ||||
* | Fix two bugs in 1.11.27 which caused test failures.1.11.28 | Jack Lloyd | 2016-02-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | The check on each individual size in curve_mul is too strict since we rely on redc(x*1) during the on the curve computation. Fix an off by one in ressol which caused it to occasionally reject valid values. Updating version 1.11.28 since existing 1.11.27 tag already pushed :( Fix an off-by-one in ressol which would cause it to occasionly give up too early. | ||||
* | Update news for 1.11.27 release1.11.27 | Jack Lloyd | 2016-02-01 | 1 | -6/+6 |
| | |||||
* | Move hacking.rst to contributing.rst | Jack Lloyd | 2016-01-13 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Release 1.11.261.11.26 | Jack Lloyd | 2016-01-04 | 1 | -3/+3 |
| | |||||
* | Misc doc updates | Jack Lloyd | 2016-01-04 | 1 | -7/+12 |
| | | | | [ci skip] | ||||
* | Bump version to 1.11.26-pre | Jack Lloyd | 2015-12-11 | 1 | -0/+1 |
| | |||||
* | 1.11.25 release1.11.25 | Jack Lloyd | 2015-12-07 | 1 | -3/+3 |
| | |||||
* | Updates for news, readme | Jack Lloyd | 2015-11-24 | 1 | -22/+26 |
| | | | | [ci skip] | ||||
* | Update for 1.11.24 release1.11.24 | Jack Lloyd | 2015-11-04 | 1 | -4/+7 |
| | |||||
* | Fix broken Gentoo package hyperlink | René Korthaus | 2015-11-03 | 1 | -1/+1 |
| | |||||
* | Update for 1.11.23 release1.11.23 | Jack Lloyd | 2015-10-26 | 1 | -2/+2 |
| | | | | [ci skip] | ||||
* | 1.11.22 release1.11.22 | Jack Lloyd | 2015-10-26 | 1 | -3/+6 |
| | |||||
* | Update for 1.11.21 release1.11.21 | Jack Lloyd | 2015-10-11 | 1 | -3/+3 |
| | | | | [ci skip] | ||||
* | Doc updates | Jack Lloyd | 2015-10-05 | 1 | -16/+15 |
| | | | | [ci skip] | ||||
* | Integrate codecov | Simon Warta | 2015-10-04 | 1 | -2/+2 |
| | | | | Closes #225, #280 | ||||
* | Show latest master build badge for appveyor CI | Simon Warta | 2015-10-02 | 1 | -1/+1 |
| | | | | | | The default badge shows all tested branches. [ci skip] | ||||
* | Remove OCaml wrapper, moved to randombit/botan-ocaml | Jack Lloyd | 2015-09-21 | 1 | -4/+5 |
| | |||||
* | Some docs on source code layout | Jack Lloyd | 2015-09-12 | 1 | -7/+14 |
| | | | | [ci skip] | ||||
* | Fix version | Jack Lloyd | 2015-09-07 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Update download links | Jack Lloyd | 2015-09-07 | 1 | -3/+3 |
| | | | | [ci skip] | ||||
* | Add initial cirlce config | Simon Warta | 2015-08-21 | 1 | -0/+3 |
| | |||||
* | Update readme | Jack Lloyd | 2015-08-03 | 1 | -6/+6 |
| | |||||
* | Describe release schedule for 1.11 | Jack Lloyd | 2015-07-16 | 1 | -0/+2 |
| | |||||
* | Use slim Kullo CI badge | Simon Warta | 2015-07-15 | 1 | -4/+1 |
| | | | | [ci skip] | ||||
* | Add coverity scan badge | Simon Warta | 2015-07-08 | 1 | -0/+3 |
| | |||||
* | Update for 1.11.18 release1.11.18 | Jack Lloyd | 2015-07-05 | 1 | -6/+6 |
| | |||||
* | A few more readme tweaks | Jack Lloyd | 2015-07-03 | 1 | -23/+23 |
| | |||||
* | Deindent these lists, as github formats them strangely otherwise. | Jack Lloyd | 2015-07-03 | 1 | -33/+33 |
| | |||||
* | Tweak formatting of readme | Jack Lloyd | 2015-07-03 | 1 | -5/+5 |
| | |||||
* | Simplify the website and documentation layout. | Jack Lloyd | 2015-07-03 | 1 | -13/+183 |
| | | | | | | | | | | | | | | Merge the website index, download page, algo page into the readme file so all the important information is in one place. The readme.rst is now also used as the website landing page. Remove the website target on the makefile, replaced by website.sh, since I'm the only one who ever needs to run this. Fix various ReST formatting bugs in news.rst and the manual Remove the old build_log which hasn't been touched in years and refers entirely to compilers which we don't support anymore. | ||||
* | Update readme - configure.py needs leading './' | simon | 2015-06-19 | 1 | -3/+2 |
| | | | | GH #113 | ||||
* | Replace Kullo CI text with badges. GH #102 | simon | 2015-05-31 | 1 | -3/+6 |
| | |||||
* | Correct badge branches | lloyd | 2015-05-14 | 1 | -4/+4 |
| | |||||
* | Direct AppVeyor URL to trunk results, GH #88 | lloyd | 2015-05-12 | 1 | -1/+1 |
| | |||||
* | Correct coveralls.io badge url | lloyd | 2015-05-12 | 1 | -2/+2 |
| | |||||
* | Correct AppVeyor badge url | lloyd | 2015-05-11 | 1 | -1/+1 |
| | |||||
* | Add coveralls.io badge | lloyd | 2015-05-11 | 1 | -0/+3 |
| | |||||
* | Add AppVeyor (Windows CI) build integration. GH pull #63 | daniel | 2015-04-28 | 1 | -6/+13 |
| | |||||
* | Add Travis CI integration. Github pull 60 | neusdan | 2015-03-12 | 1 | -5/+10 |
| | |||||
* | Cleanups | lloyd | 2015-03-08 | 1 | -3/+15 |
| | |||||
* | New download directory structure. | lloyd | 2014-12-17 | 1 | -1/+2 |
| | | | | Point users at github issues instead of bugzilla. | ||||
* | Set expectations | lloyd | 2014-02-13 | 1 | -1/+1 |
| | |||||
* | Split up docs into the reference manual, the website, and everything else. | lloyd | 2014-01-10 | 1 | -0/+12 |
Add `website` target to makefile. Some progress towards fixing minimized builds. TLS now hard requires ECDSA and GCM since otherwise a minimized build has only insecure options. Remove boost_thread dependency in command line tool |