aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge GH #1024 Further configure cleanups, make pylint mandatoryJack Lloyd2017-04-275-177/+216
|\
| * Make configure script pylint2 complientSimon Warta2017-04-262-15/+18
| * Put lint travis job into actionSimon Warta2017-04-262-4/+2
| * Add .editorconfig to help writing pylint complient .py filesSimon Warta2017-04-261-0/+12
| * ignore new pylint rule: no-else-returnSimon Warta2017-04-261-1/+2
| * Refactor strip_header_goopSimon Warta2017-04-261-16/+24
| * Simplify list emptyness checkSimon Warta2017-04-251-1/+1
| * Let caller of _isa_specific_flags care for string representationSimon Warta2017-04-251-7/+10
| * Remove extra code branch for house_ecc_curve_definesSimon Warta2017-04-251-5/+2
| * Extract prepare_configure_build()Simon Warta2017-04-251-17/+23
| * Split main method into main actionsSimon Warta2017-04-251-67/+78
| * Rename info_* variables for consistencySimon Warta2017-04-251-11/+11
| * Group info file loadingSimon Warta2017-04-251-12/+11
| * Make argv non-optional in main()Simon Warta2017-04-251-8/+3
| * Run --list-modules after options are checkedSimon Warta2017-04-251-5/+5
| * Move Jython check to correct positionSimon Warta2017-04-251-3/+5
| * Move os/cpu/cc detection to set_defaults_for_unset_optionsSimon Warta2017-04-251-38/+38
| * Extract canonicalize_optionsSimon Warta2017-04-251-19/+22
| * Move os and cc validation into validate_optionsSimon Warta2017-04-251-14/+12
| * Move windows+gcc check to validate_optionsSimon Warta2017-04-251-3/+3
| * Move policy option check into validate_optionsSimon Warta2017-04-251-10/+8
| * Extract set_defaults_for_unset_optionsSimon Warta2017-04-251-5/+11
| * Extract method validate_options()Simon Warta2017-04-251-8/+15
| * Remove unused with_visibilitySimon Warta2017-04-251-12/+2
| * Refactor: read_textfile()Simon Warta2017-04-251-7/+9
* | Merge GH #1022 Support CBC ciphers via OpenSSLJack Lloyd2017-04-276-71/+344
|\ \
| * | Implement cipher modes with OpenSSL.Alexander Bluhm2017-04-256-71/+344
| |/
* | Merge GH #1017 Complete wildcard handling for X.509 certificatesJack Lloyd2017-04-273-4/+178
|\ \
| * | Complete wildcard handling for X.509 certificatesRené Korthaus2017-04-203-4/+178
* | | Merge GH #1023 Add missing functions to TLS::Text_PolicyJack Lloyd2017-04-271-1/+13
|\ \ \
| * | | Make it easier to customize Text_Policy when inheriting from itlouiz’2017-04-271-1/+1
| * | | Add some missing function overrides in TLS::Text_Policylouiz’2017-04-251-0/+12
| | |/ | |/|
* | | Merge GH #1027 Add error return to botan_mp_to_strJack Lloyd2017-04-272-1/+4
|\ \ \
| * | | Add explicit return to FFI botan_mp_to_str.Daniel Wyatt2017-04-262-1/+4
| |/ /
* | | Add BOTAN_ALIGNAS macro for MSVC 2013Jack Lloyd2017-04-271-0/+9
* | | In text-based tests clear all data if algo changesJack Lloyd2017-04-271-0/+1
|/ /
* | Merge GH #955 Add ability to limit tests to single providerJack Lloyd2017-04-219-24/+96
|\ \
| * | Filter provider in test loops, skip text based without provider.Alexander Bluhm2017-04-218-22/+48
| * | Run tests for a specific provider.Alexander Bluhm2017-04-213-2/+48
| |/
* | Merge GH #1018 Typo fixJack Lloyd2017-04-211-1/+1
|\ \ | |/ |/|
| * Fix typoAntonio Coratelli2017-04-211-1/+1
|/
* Merge GH #1002 Cleanups in configure.py main functionJack Lloyd2017-04-192-152/+186
|\
| * Reduce scope of file handling in HouseEccCurve._read_pemSimon Warta2017-04-181-3/+4
| * Improve readability of BOTAN_HOUSE_ECC_CURVE_PEM in build.hSimon Warta2017-04-181-2/+2
| * Improve error handling for HouseEccCurveSimon Warta2017-04-181-9/+12
| * Remove --chostSimon Warta2017-04-181-11/+0
| * Fix in error message: --in-house-curve -> --house-curveSimon Warta2017-04-181-1/+1
| * Refactor HouseEccCurveSimon Warta2017-04-181-11/+14
| * Make template variable misc_config more specificSimon Warta2017-04-182-3/+3
| * Pull out HouseEccCurve classSimon Warta2017-04-181-25/+32