aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | Fix FFI cipher interfaceJack Lloyd2017-04-142-11/+12
* | | Guard include of ElGamal headerJack Lloyd2017-04-151-1/+4
* | | Merge GH #1008 Support ElGamal in FFI interfaceJack Lloyd2017-04-154-1/+180
|\ \ \ | |/ / |/| |
| * | Support for ElGamal in FFI interfaceKrzysztof Kwiatkowski2017-04-144-1/+180
|/ /
* | Remove bogus news entryJack Lloyd2017-04-131-2/+0
* | Update 2.2 release notesJack Lloyd2017-04-131-1/+15
* | Merge GH #989 Avoid recursion in BER_Decoder::get_next_objectJack Lloyd2017-04-132-11/+83
|\ \
| * | Add test for OSS-Fuzz 813Jack Lloyd2017-04-131-0/+67
| * | Avoid recursion in BER_Decoder::get_next_objectJack Lloyd2017-04-091-11/+16
* | | Add hex encoder/decoder CLI utilJack Lloyd2017-04-131-0/+37
* | | Merge GH #1001 Add command line util for HMACJack Lloyd2017-04-132-0/+53
|\ \ \ | |_|/ |/| |