Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Let BOTAN_UNUSED take between 1 and 9 arguments | Simon Warta | 2017-04-16 | 1 | -2/+26 |
| | |||||
* | Merge GH #1006 Fix FFI cipher interface (see also GH #1003) | Jack Lloyd | 2017-04-15 | 2 | -65/+207 |
|\ | |||||
| * | Add tests of GCM and CTR mode | Jack Lloyd | 2017-04-14 | 1 | -64/+205 |
| | | |||||
| * | Fix FFI cipher interface | Jack Lloyd | 2017-04-14 | 2 | -11/+12 |
| | | | | | | | | | | | | Was totally broken, when not encrypting in one shot. (GH #1003) Enable the test, which had been commented out :( | ||||
* | | Guard include of ElGamal header | Jack Lloyd | 2017-04-15 | 1 | -1/+4 |
| | | |||||
* | | Merge GH #1008 Support ElGamal in FFI interface | Jack Lloyd | 2017-04-15 | 4 | -1/+180 |
|\ \ | |/ |/| | |||||
| * | Support for ElGamal in FFI interface | Krzysztof Kwiatkowski | 2017-04-14 | 4 | -1/+180 |
|/ | | | | | | * Adds `botan_pubkey_load_elgamal' and `botan_privkey_load_elgamal' functions to FFI interface. * Adds test `ffi_test_elgamal' | ||||
* | Remove bogus news entry | Jack Lloyd | 2017-04-13 | 1 | -2/+0 |
| | | | | The bug mentioned never affected any released version. | ||||
* | Update 2.2 release notes | Jack Lloyd | 2017-04-13 | 1 | -1/+15 |
| | |||||
* | Merge GH #989 Avoid recursion in BER_Decoder::get_next_object | Jack Lloyd | 2017-04-13 | 2 | -11/+83 |
|\ | |||||
| * | Add test for OSS-Fuzz 813 | Jack Lloyd | 2017-04-13 | 1 | -0/+67 |
| | | |||||
| * | Avoid recursion in BER_Decoder::get_next_object | Jack Lloyd | 2017-04-09 | 1 | -11/+16 |
| | | |||||
* | | Add hex encoder/decoder CLI util | Jack Lloyd | 2017-04-13 | 1 | -0/+37 |
| | | |||||
* | | Merge GH #1001 Add command line util for HMAC | Jack Lloyd | 2017-04-13 | 2 | -0/+53 |
|\ \ | |||||
| * | | Add HMAC CLI command | René Korthaus | 2017-04-13 | 2 | -0/+53 |
|/ / | |||||
* | | Merge GH #994 Fix missing flush in DataSink_Stream fixing #972 | Jack Lloyd | 2017-04-12 | 5 | -0/+42 |
|\ \ | |||||
| * | | fix missing flush in DataSink_Stream::end_msg | Philippe Lieser | 2017-04-10 | 5 | -0/+42 |
| | | | |||||
* | | | Merge GH #992 Avoid problem with amalgamation creation under Python3 | Jack Lloyd | 2017-04-12 | 1 | -9/+2 |
|\ \ \ | |||||
| * | | | configure: remove internal sorting of ModuleInfo object | Simon Warta | 2017-04-11 | 1 | -9/+2 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | before, python3 configure.py --amalgamation failed with "TypeError: unorderable types: ModuleInfo() < ModuleInfo()" as __cmp__ is not state of the art anymore (https://docs.python.org/release/3.0.1/whatsnew/3.0.html#ordering- comparisons) | ||||
* / / | Raise error when using --single-amalgamation-file without --amalgamation | Simon Warta | 2017-04-11 | 1 | -0/+3 |
|/ / | |||||
* / | Fix afl fuzzer build [ci skip] | Jack Lloyd | 2017-04-09 | 1 | -1/+1 |
|/ | |||||
* | Merge GH #984 configure.py refactoring and pylint warning fixes | Jack Lloyd | 2017-04-09 | 2 | -390/+509 |
|\ | |||||
| * | Remove verbose debugging in dependency resolution | Simon Warta | 2017-04-09 | 1 | -9/+2 |
| | | |||||
| * | Extract _generate_sources and ignore remaining limits | Simon Warta | 2017-04-07 | 1 | -3/+7 |
| | | |||||
| * | Extract _generate_headers() | Simon Warta | 2017-04-07 | 1 | -4/+10 |
| | | |||||
| * | Extract is_botan_include()/is_std_include()/is_any_include() | Simon Warta | 2017-04-07 | 1 | -15/+39 |
| | | |||||
| * | Iterate over open sources file in amalgamation generator | Simon Warta | 2017-04-07 | 1 | -13/+13 |
| | | |||||
| * | Close amalgamation files | Simon Warta | 2017-04-07 | 1 | -0/+3 |
| | | |||||
| * | Reorganize amalgamation source file generation | Simon Warta | 2017-04-07 | 1 | -34/+45 |
| | | |||||
| * | Add write_to_file to AmalgamationHeader | Simon Warta | 2017-04-07 | 1 | -35/+33 |
| | | |||||
| * | Extract _target_for_module | Simon Warta | 2017-04-07 | 1 | -10/+13 |
| | | |||||
| * | Write banner to botan_all_internal.h as well | Simon Warta | 2017-04-07 | 1 | -5/+6 |
| | | |||||
| * | Ensure AmalgamationHeader takes any collection of paths | Simon Warta | 2017-04-07 | 1 | -6/+8 |
| | | |||||
| * | Use with blocks to write amalgamation headers | Simon Warta | 2017-04-07 | 1 | -11/+11 |
| | | |||||
| * | Extract include guard generators | Simon Warta | 2017-04-07 | 1 | -22/+20 |
| | | |||||
| * | Convert generate_amalgamation to class AmalgamationGenerator | Simon Warta | 2017-04-07 | 1 | -126/+135 |
| | | |||||
| * | Sort modules in amalgamation generation | Simon Warta | 2017-04-07 | 1 | -1/+1 |
| | | |||||
| * | Fix set based dependency resolution | Simon Warta | 2017-04-07 | 1 | -30/+48 |
| | | |||||
| * | Extract _handle_by_load_on | Simon Warta | 2017-04-07 | 1 | -25/+30 |
| | | |||||
| * | Extract _resolve_dependencies | Simon Warta | 2017-04-07 | 1 | -31/+32 |
| | | |||||
| * | Extract _handle_by_module_policy | Simon Warta | 2017-04-07 | 1 | -38/+44 |
| | | |||||
| * | Extract ModulesChooser._validate_user_selection | Simon Warta | 2017-04-07 | 1 | -8/+12 |
| | | |||||
| * | Extract _validate_dependencies_exist | Simon Warta | 2017-04-07 | 1 | -3/+7 |
| | | |||||
| * | Rename mod -> modname | Simon Warta | 2017-04-07 | 1 | -11/+11 |
| | | |||||
| * | Move methods into class ModulesChooser | Simon Warta | 2017-04-07 | 1 | -33/+35 |
| | | |||||
| * | Make _check_usable an instance method | Simon Warta | 2017-04-07 | 1 | -27/+27 |
| | | |||||
| * | Convert choose_modules_to_use to class | Simon Warta | 2017-04-07 | 1 | -149/+157 |
| | | |||||
| * | Rename to loaded_module_names | Simon Warta | 2017-04-07 | 1 | -2/+2 |
| | | |||||
| * | Move external dependency logging into choose_modules_to_use() | Simon Warta | 2017-04-07 | 1 | -4/+2 |
| | | |||||
| * | Do not enable and disable module at the same time | Simon Warta | 2017-04-07 | 1 | -4/+4 |
| | |