aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | Let MakefileListsGenerator.generate return its resultSimon Warta2017-04-181-5/+7
| * | | Extract SourcePathsSimon Warta2017-04-181-39/+56
| * | | Simplify file opening in write_template()Simon Warta2017-04-181-4/+1
| * | | Move robust_* out of main()Simon Warta2017-04-181-27/+29
| * | | Share code for modules and build data loadingSimon Warta2017-04-181-27/+33
| * | | Pass full path to load_build_data()Simon Warta2017-04-181-9/+9
| * | | Extract setup_logging() from main()Simon Warta2017-04-181-12/+17
| * | | Move BotanConfigureLogHandler out of main()Simon Warta2017-04-181-8/+10
| | |/ | |/|
* | | Merge GH #1015 Fix doc typoJack Lloyd2017-04-191-1/+1
|\ \ \
| * | | Fix typo in building.rst [ci skip]René Korthaus2017-04-181-1/+1
| |/ /
* / / Fix Clang warning in ffiJack Lloyd2017-04-191-121/+117
|/ /
* | Merge GH #1012 Fix quoting in CMake fileJack Lloyd2017-04-171-1/+1
|\ \
| * | cmake: Add missing quotes around set_source_files_properties argumentSimon Warta2017-04-161-1/+1
* | | Merge GH #1013 Add multiarg BOTAN_UNUSED. Fix FFI when ElGamal disabledJack Lloyd2017-04-173-28/+37
|\ \ \ | |/ / |/| |
| * | Use 3 arg BOTAN_UNUSED in a codepath that is compiled oftenSimon Warta2017-04-171-3/+1
| * | Mark correct variables unused in FFI botan_{pub,priv}key_load_elgamalSimon Warta2017-04-161-7/+2
| * | Improve unused handling in ffi methodsSimon Warta2017-04-161-16/+8
| * | Let BOTAN_UNUSED take between 1 and 9 argumentsSimon Warta2017-04-161-2/+26
|/ /
* | Merge GH #1006 Fix FFI cipher interface (see also GH #1003)Jack Lloyd2017-04-152-65/+207
|\ \
| * | Add tests of GCM and CTR modeJack Lloyd2017-04-141-64/+205