aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in vecparser: member must not be staticSimon Warta2017-04-181-2/+1
* Adapt cli command encryption to new cli interfaceSimon Warta2017-04-181-37/+42
* Add botan encryption cli appSimon Warta2017-04-183-0/+286
* 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
|\ \
| * | Add HMAC CLI commandRené Korthaus2017-04-132-0/+53
|/ /
* | Merge GH #994 Fix missing flush in DataSink_Stream fixing #972Jack Lloyd2017-04-125-0/+42
|\ \
| * | fix missing flush in DataSink_Stream::end_msgPhilippe Lieser2017-04-105-0/+42
* | | Merge GH #992 Avoid problem with amalgamation creation under Python3Jack Lloyd2017-04-121-9/+2
|\ \ \
| * | | configure: remove internal sorting of ModuleInfo objectSimon Warta2017-04-111-9/+2
| |/ /
* / / Raise error when using --single-amalgamation-file without --amalgamationSimon Warta2017-04-111-0/+3
|/ /
* / Fix afl fuzzer build [ci skip]Jack Lloyd2017-04-091-1/+1
|/
* Merge GH #984 configure.py refactoring and pylint warning fixesJack Lloyd2017-04-092-390/+509
|\
| * Remove verbose debugging in dependency resolutionSimon Warta2017-04-091-9/+2
| * Extract _generate_sources and ignore remaining limitsSimon Warta2017-04-071-3/+7
| * Extract _generate_headers()Simon Warta2017-04-071-4/+10
| * Extract is_botan_include()/is_std_include()/is_any_include()Simon Warta2017-04-071-15/+39
| * Iterate over open sources file in amalgamation generatorSimon Warta2017-04-071-13/+13
| * Close amalgamation filesSimon Warta2017-04-071-0/+3
| * Reorganize amalgamation source file generationSimon Warta2017-04-071-34/+45
| * Add write_to_file to AmalgamationHeaderSimon Warta2017-04-071-35/+33
| * Extract _target_for_moduleSimon Warta2017-04-071-10/+13
| * Write banner to botan_all_internal.h as wellSimon Warta2017-04-071-5/+6
| * Ensure AmalgamationHeader takes any collection of pathsSimon Warta2017-04-071-6/+8
| * Use with blocks to write amalgamation headersSimon Warta2017-04-071-11/+11
| * Extract include guard generatorsSimon Warta2017-04-071-22/+20
| * Convert generate_amalgamation to class AmalgamationGeneratorSimon Warta2017-04-071-126/+135
| * Sort modules in amalgamation generationSimon Warta2017-04-071-1/+1
| * Fix set based dependency resolutionSimon Warta2017-04-071-30/+48
| * Extract _handle_by_load_onSimon Warta2017-04-071-25/+30
| * Extract _resolve_dependenciesSimon Warta2017-04-071-31/+32
| * Extract _handle_by_module_policySimon Warta2017-04-071-38/+44