Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Resolve lint issues: singleton-comparison | Simon Warta | 2017-01-11 | 1 | -3/+3 |
| | |||||
* | Resolve lint issues: superfluous-parens | Simon Warta | 2017-01-11 | 1 | -2/+2 |
| | |||||
* | Resolve lint issues: unidiomatic-typecheck | Simon Warta | 2017-01-11 | 1 | -1/+1 |
| | |||||
* | Resolve lint issues: deprecated-method | Simon Warta | 2017-01-11 | 1 | -1/+1 |
| | |||||
* | Resolve lint issues: unused-variable | Simon Warta | 2017-01-11 | 1 | -5/+5 |
| | |||||
* | Resolve lint issues: bad-indentation | Simon Warta | 2017-01-11 | 1 | -3/+3 |
| | |||||
* | Resolve lint issues: bad-continuation | Simon Warta | 2017-01-11 | 1 | -8/+9 |
| | |||||
* | Resolve lint issues: bad-whitespace | Simon Warta | 2017-01-11 | 1 | -30/+30 |
| | |||||
* | Remove try-catch block in gen_bakefile | Simon Warta | 2017-01-11 | 1 | -12/+4 |
| | | | | As discussed in https://github.com/randombit/botan/pull/832 | ||||
* | Merge GH #832 Fix pylint warnings | Jack Lloyd | 2017-01-10 | 1 | -106/+108 |
|\ | |||||
| * | Fix various pylint warnings | Jack Lloyd | 2017-01-09 | 1 | -106/+108 |
| | | |||||
* | | Update download link for 2.0.1 | Jack Lloyd | 2017-01-09 | 1 | -3/+3 |
| | | | | | | | | [ci skip] | ||||
* | | Update news for 2.0.1 release2.0.1 | Jack Lloyd | 2017-01-09 | 2 | -1/+20 |
| | | |||||
* | | Add CII best practices badge | Jack Lloyd | 2017-01-09 | 1 | -0/+4 |
| | | |||||
* | | Merge GH #833 Remove minor number from include dir | Jack Lloyd | 2017-01-09 | 2 | -2/+2 |
|\ \ | |||||
| * | | Remove minor number from header include dir | Jack Lloyd | 2017-01-09 | 2 | -2/+2 |
| |/ | | | | | | | | | | | Already pkg-config had this, was missed in GH #802 See also GH #830 | ||||
* | | Avoid creating+deleting test DB for certstore | Jack Lloyd | 2017-01-09 | 1 | -6/+3 |
| | | | | | | | | Just use in-memory sqlite DB instead | ||||
* | | Avoid deprecation warning in TLS tests | Jack Lloyd | 2017-01-09 | 1 | -0/+3 |
|/ | |||||
* | Merge GH #827 Add pylint to build, fix pylint errors in configure | Jack Lloyd | 2017-01-09 | 6 | -137/+564 |
|\ | |||||
| * | Resolve broad-except | Simon Warta | 2017-01-09 | 1 | -42/+42 |
| | | |||||
| * | Add super() call to Exception | Simon Warta | 2017-01-09 | 1 | -0/+1 |
| | | |||||
| * | Resolve redefined-outer-name issues | Simon Warta | 2017-01-09 | 1 | -11/+11 |
| | | |||||
| * | Rename names that do not follow convention | Simon Warta | 2017-01-09 | 1 | -6/+6 |
| | | |||||
| * | Add initial pylint CI setup | Simon Warta | 2017-01-09 | 4 | -2/+31 |
| | | |||||
| * | Fix docstring positions (pylint pointless-string-statement) | Simon Warta | 2017-01-09 | 1 | -74/+91 |
| | | |||||
| * | Fix import position/order | Simon Warta | 2017-01-09 | 1 | -3/+3 |
| | | |||||
| * | Add .pylintrc | Simon Warta | 2017-01-09 | 1 | -0/+380 |
| | | | | | | | | | | | | | | | | | | | | | | Default generated .pylintrc from pylint 1.5.2 (Python 3.5.2) with the following modification: - turn off full reports (reports=no) - disable rule "missing-docstring" - disable rule "logging-not-lazy" (we don't care for speed) - set line length limit to 120 - set line limit per module to 3000 - allow short variable names | ||||
* | | Merge GH #831 Avoid module index in LaTeX output | Jack Lloyd | 2017-01-09 | 1 | -1/+1 |
|\ \ | |||||
| * | | Don't create module index for latex output | René Korthaus | 2017-01-09 | 1 | -1/+1 |
| |/ | |||||
* | | Merge GH #829 Update BSI policy | Jack Lloyd | 2017-01-09 | 1 | -0/+4 |
|\ \ | |/ |/| | |||||
| * | Update BSI module policy | Daniel Neus | 2017-01-08 | 1 | -0/+4 |
|/ | |||||
* | Fix pyflakes warning | Jack Lloyd | 2017-01-07 | 1 | -9/+9 |
| | | | | | | | | | configure.py:704: import 'os' from line 24 shadowed by loop variable This was the only warning from pyflakes. It did also pick up the bad variable reference from GH #821 [ci skip] | ||||
* | Merge GH #823 Switch to readthedocs Sphinx theme | Jack Lloyd | 2017-01-07 | 5 | -103/+55 |
|\ | | | | | | | [ci skip] | ||||
| * | Switch to readthedocs Sphinx theme | Jack Lloyd | 2017-01-07 | 5 | -103/+55 |
| | | | | | | | | | | | | | | Move some text and change some headers to look better with how rtd theme formats the table of contents. GH #822 | ||||
* | | Cygwin has readdir, so uses it. | Jack Lloyd | 2017-01-07 | 1 | -0/+1 |
|/ | | | | | | | | Fixes a test problem on Cygwin. GH #824 [ci skip] | ||||
* | Fix invalid var reference when building on OS without shared libs | Jack Lloyd | 2017-01-07 | 1 | -1/+1 |
| | | | | Fixes GH #821 | ||||
* | Update for 2.0.0 release2.0.0 | Jack Lloyd | 2017-01-06 | 3 | -14/+10 |
| | |||||
* | Fix another libname issue | Jack Lloyd | 2017-01-06 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Fix library name in fuzzer makefile | Jack Lloyd | 2017-01-06 | 1 | -5/+6 |
| | | | | [ci skip] | ||||
* | Add 2017 to license file | Jack Lloyd | 2017-01-06 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Work around an apparent problem with GCC on AIX | Jack Lloyd | 2017-01-06 | 1 | -4/+5 |
| | | | | | | | | When compiled by GCC 4.8 on AIX 7.1 ppc32, the TLS policy tests fail because the exception thrown from the TLS policy check ends up not being caught at runtime by the test if the catch statement is for `std::exception&` or even `Botan::Exception&` but only if the actually thrown type `Botan::TLS::TLS_Exception` is caught. | ||||
* | Update features for AIX | Jack Lloyd | 2017-01-06 | 1 | -0/+5 |
| | | | | | | Based on compiling on AIX 7.1 [ci skip] | ||||
* | Merge GH #818 Fix DL_Group generator selection | Jack Lloyd | 2017-01-06 | 6 | -12/+28 |
|\ | |||||
| * | Fix how DL_Group chooses generator for strong prime groups. | Jack Lloyd | 2017-01-06 | 6 | -12/+28 |
| | | | | | | | | | | | | | | | | | | | | | | Previously it fixed g=2 but this is not always correct. GH #784 Change default PEM header for X9.42 groups to match OpenSSL. We accept either on decoding. GH #784 Change {DL_Group,EC_Group}::PEM_for_named_curve to return std::string instead of a const char*. That makes a future refactoring I have in mind possible without breaking API. | ||||
* | | Update release notes | Jack Lloyd | 2017-01-06 | 1 | -0/+22 |
| | | | | | | | | [ci skip] | ||||
* | | In ressol and modexp fuzzers, fix the prime p | Jack Lloyd | 2017-01-06 | 2 | -37/+29 |
| | | | | | | | | | | | | For ressol this avoids very slow runtimes in situations when p is actually a composite. This normally leads to algorithm failure eventually but can be slow. | ||||
* | | Fix install path for lcov 1.13 | Jack Lloyd | 2017-01-06 | 1 | -3/+3 |
| | | |||||
* | | Merge GH #817 Add try/catch to PKCS11 destructors that might throw | Jack Lloyd | 2017-01-06 | 4 | -16/+42 |
|\ \ | |/ |/| | |||||
| * | Another try/catch for the tests | Jack Lloyd | 2017-01-06 | 1 | -8/+13 |
| | | |||||
| * | Add try/catch blocks in noexcept destructors that might throw | Jack Lloyd | 2017-01-06 | 3 | -8/+29 |
| | | | | | | | | Flagged by Coverity |