aboutsummaryrefslogtreecommitdiffstats
path: root/readme.rst
Commit message (Collapse)AuthorAgeFilesLines
* Display quality gate status for Sonar [ci skip]Jack Lloyd2018-08-081-1/+1
| | | | | Now that I figured out how to remove duplicated lines restriction which was not helpful.
* Index page tweaks [ci skip]Jack Lloyd2018-07-311-25/+17
|
* Don't advertise deprecated functionalityJack Lloyd2018-07-131-4/+3
| | | | | | | | | Also undeprecate X9.19 MAC as it is apparently still somewhat widely used in industry. Undeprecate SymmetricAlgorithm; unlike Buffered_Computation it actually pulls its weight by being implemented by several different types.
* Formatting fix [ci skip]Jack Lloyd2018-07-071-1/+1
|
* Update for 2.7.0 release2.7.0Jack Lloyd2018-07-021-3/+3
|
* Doc tweaks [ci skip]Jack Lloyd2018-06-081-20/+2
|
* Readme tweaks [ci skip]Jack Lloyd2018-05-281-13/+11
|
* Update for 2.6.0 release2.6.0Jack Lloyd2018-04-101-3/+3
|
* Update for 2.5.0 release2.5.0Jack Lloyd2018-04-021-3/+3
|
* Add back Coverity badge [ci skip]Jack Lloyd2018-03-191-0/+4
|
* Readme tweaksJack Lloyd2018-03-101-2/+2
|
* Remove Coverity badge for nowJack Lloyd2018-03-081-4/+0
| | | | | It's been down for 2 weeks already with no sign of return. Will add it back when they get sorted.
* Note release schedule on index pageJack Lloyd2018-01-271-2/+3
|
* Update for 2.4.0 release2.4.0Jack Lloyd2018-01-081-3/+3
|
* Mention other language bindings in readmeJack Lloyd2017-12-051-1/+3
|
* Update support EOL datesJack Lloyd2017-11-241-5/+4
| | | | | | | | | Extend lifetime of 1.10 through end of 2018; some of the slower distros are still shipping only 1.10 so we need to give some additional support coverage. Also add one year to expected 2.x lifetime, and add expected dates wrt botan-3.
* Update Sonarcloud badge URLs [ci skip]Jack Lloyd2017-11-221-3/+3
|
* Link to distro wiki page from indexJack Lloyd2017-11-201-4/+4
| | | | [ci skip]
* Update for 2.3.0 release2.3.0Jack Lloyd2017-10-021-6/+6
|
* Drop CircleCIJack Lloyd2017-08-291-4/+0
| | | | | | | It wasn't buying us much (just replicating a subset of Travis) and after futzing with it for several hours yesterday trying to get it to run via the Python script and running into all kinds of dumb problems, I am officially not a fan.
* Update docsJack Lloyd2017-08-231-3/+3
|
* Update for 2.2.0 release2.2.0Jack Lloyd2017-08-071-3/+3
|
* Update newsJack Lloyd2017-06-301-1/+1
|
* Update readme with recently added algosJack Lloyd2017-06-201-3/+4
|
* Adds KDF based on SP 800-56A. Currently it is revision 1 (alternative 1). It ↵Krzysztof Kwiatkowski2017-05-031-1/+1
| | | | should be extended to revision 2.
* Update for 2.1.0 and 1.10.16 releasesJack Lloyd2017-04-041-6/+6
|
* Updates to the readmeJack Lloyd2017-01-221-7/+14
| | | | | | | | | | | | | | Instead of refering to security.rst for how to report a security bug, just say so in the readme. Mention the botan-announce list. Drop mention of gitter.im as place for reporting issues, it is not good for that. GitHub issues and mailing list are both part of our infrastructure and have a large audience, gitter.im is kind of peripheral and not monitored so much. [ci skip]
* Update news for 1.10.15 releaseJack Lloyd2017-01-121-3/+3
| | | | [ci skip]
* Update download link for 2.0.1Jack Lloyd2017-01-091-3/+3
| | | | [ci skip]
* Add CII best practices badgeJack Lloyd2017-01-091-0/+4
|
* Switch to readthedocs Sphinx themeJack Lloyd2017-01-071-49/+10
| | | | | | | Move some text and change some headers to look better with how rtd theme formats the table of contents. GH #822
* Update for 2.0.0 release2.0.0Jack Lloyd2017-01-061-12/+8
|
* Update readmeJack Lloyd2016-12-301-23/+37
| | | | [ci skip]
* Some readme changesJack Lloyd2016-12-191-48/+33
| | | | | | Use https links where possible. [ci skip]
* 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
|