aboutsummaryrefslogtreecommitdiffstats
path: root/readme.rst
Commit message (Collapse)AuthorAgeFilesLines
* Add info for 1.10.12 releaseJack Lloyd2016-02-031-3/+3
| | | | [ci skip]
* Fix two bugs in 1.11.27 which caused test failures.1.11.28Jack Lloyd2016-02-011-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.27Jack Lloyd2016-02-011-6/+6
|
* Move hacking.rst to contributing.rstJack Lloyd2016-01-131-1/+1
| | | | [ci skip]
* Release 1.11.261.11.26Jack Lloyd2016-01-041-3/+3
|
* Misc doc updatesJack Lloyd2016-01-041-7/+12
| | | | [ci skip]
* Bump version to 1.11.26-preJack Lloyd2015-12-111-0/+1
|
* 1.11.25 release1.11.25Jack Lloyd2015-12-071-3/+3
|
* Updates for news, readmeJack Lloyd2015-11-241-22/+26
| | | | [ci skip]
* Update for 1.11.24 release1.11.24Jack Lloyd2015-11-041-4/+7
|
* Fix broken Gentoo package hyperlinkRené Korthaus2015-11-031-1/+1
|
* Update for 1.11.23 release1.11.23Jack Lloyd2015-10-261-2/+2
| | | | [ci skip]
* 1.11.22 release1.11.22Jack Lloyd2015-10-261-3/+6
|
* Update for 1.11.21 release1.11.21Jack Lloyd2015-10-111-3/+3
| | | | [ci skip]
* Doc updatesJack Lloyd2015-10-051-16/+15
| | | | [ci skip]
* Integrate codecovSimon Warta2015-10-041-2/+2
| | | | Closes #225, #280
* Show latest master build badge for appveyor CISimon Warta2015-10-021-1/+1
| | | | | | The default badge shows all tested branches. [ci skip]
* Remove OCaml wrapper, moved to randombit/botan-ocamlJack Lloyd2015-09-211-4/+5
|
* Some docs on source code layoutJack Lloyd2015-09-121-7/+14
| | | | [ci skip]
* Fix versionJack Lloyd2015-09-071-1/+1
| | | | [ci skip]
* Update download linksJack Lloyd2015-09-071-3/+3
| | | | [ci skip]
* Add initial cirlce configSimon Warta2015-08-211-0/+3
|
* Update readmeJack Lloyd2015-08-031-6/+6
|
* Describe release schedule for 1.11Jack Lloyd2015-07-161-0/+2
|
* Use slim Kullo CI badgeSimon Warta2015-07-151-4/+1
| | | | [ci skip]
* Add coverity scan badgeSimon Warta2015-07-081-0/+3
|
* Update for 1.11.18 release1.11.18Jack Lloyd2015-07-051-6/+6
|
* A few more readme tweaksJack Lloyd2015-07-031-23/+23
|
* Deindent these lists, as github formats them strangely otherwise.Jack Lloyd2015-07-031-33/+33
|
* Tweak formatting of readmeJack Lloyd2015-07-031-5/+5
|
* Simplify the website and documentation layout.Jack Lloyd2015-07-031-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 './'simon2015-06-191-3/+2
| | | | GH #113
* Replace Kullo CI text with badges. GH #102simon2015-05-311-3/+6
|
* Correct badge brancheslloyd2015-05-141-4/+4
|
* Direct AppVeyor URL to trunk results, GH #88lloyd2015-05-121-1/+1
|
* Correct coveralls.io badge urllloyd2015-05-121-2/+2
|
* Correct AppVeyor badge urllloyd2015-05-111-1/+1
|
* Add coveralls.io badgelloyd2015-05-111-0/+3
|
* Add AppVeyor (Windows CI) build integration. GH pull #63daniel2015-04-281-6/+13
|
* Add Travis CI integration. Github pull 60neusdan2015-03-121-5/+10
|
* Cleanupslloyd2015-03-081-3/+15
|
* New download directory structure.lloyd2014-12-171-1/+2
| | | | Point users at github issues instead of bugzilla.
* Set expectationslloyd2014-02-131-1/+1
|
* Split up docs into the reference manual, the website, and everything else.lloyd2014-01-101-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