aboutsummaryrefslogtreecommitdiffstats
path: root/readme.rst
Commit message (Collapse)AuthorAgeFilesLines
* Update for 1.10.14 and 1.11.34 releases1.11.34Jack Lloyd2016-11-281-6/+6
|
* Updates docs & module policyMatthias Gierlings2016-11-261-1/+1
| | | | | | - Added GMAC to list of supported MAC algorithms in readme.rst - Updated module policy to prevent CI crash - Added myself to credits.rst
* Update newsJack Lloyd2016-11-121-0/+1
|
* Tweak readme textsJack Lloyd2016-11-051-43/+30
| | | | [ci skip]
* Final changes for 1.11.33 release1.11.33Jack Lloyd2016-10-261-5/+5
|
* Tidy readme a bitJack Lloyd2016-10-251-13/+32
| | | | | | | | Too many badges, split them into two groups for easier comprehension. Also include the nice coverage map from codecov, hopefully GH renders that correctly. [ci skip]
* Add gitter.im hooks+linkJack Lloyd2016-10-241-0/+3
|
* Update readmeJack Lloyd2016-10-141-2/+2
| | | | | | | | After Travis upgrade to 14.04, earliest Clang tested in CI is Clang 3.5 s/McEliece/NewHope/ for those concerned about QC [ci skip]
* 1.11.32 release1.11.32Jack Lloyd2016-09-281-5/+5
|
* Update news and readmeJack Lloyd2016-09-051-3/+3
|
* Update readme wrt removed algorithmsJack Lloyd2016-09-021-6/+2
|
* Update for 1.11.31 release1.11.31Jack Lloyd2016-08-301-3/+3
|
* SonarQube integration / Travis CI changesDaniel Neus2016-08-181-0/+3
| | | | | | | | | | | Travis CI changes: - Run SonarQube analysis for commits on master and in pull requests - Upgrade Travis CI build image to Ubuntu 14.04 and use standard system toolchain - Update lcov to 1.12 for coverage - Set git clone depth to 5 commits - Use 'builtin' ccache Travis CI addon - Add SonarQube badge to readme - No longer necessary to overwrite CXX variable in build.sh when using gcc
* Update for 1.11.30 release1.11.30Jack Lloyd2016-06-191-3/+3
|
* Doc updatesJack Lloyd2016-04-281-12/+13
| | | | [ci skip]
* Update for 1.10.13 releaseJack Lloyd2016-04-231-3/+3
|
* Release 1.11.291.11.29Jack Lloyd2016-03-201-25/+12
|
* Correct a typo in the README/front-page.Shlomi Fish2016-03-061-1/+1
| | | | See https://github.com/randombit/botan/issues/443 .
* 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