Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Add state validation for modules list | Simon Warta | 2017-04-07 | 1 | -0/+7 |
| | |||||
* | Show stacktrace for built-in exceptions such as RuntimeException | Simon Warta | 2017-04-07 | 1 | -4/+2 |
| | |||||
* | Make to_load a set | Simon Warta | 2017-04-07 | 1 | -13/+12 |
| | |||||
* | Simplify disabled_mods assignment | Simon Warta | 2017-04-07 | 1 | -2/+1 |
| | |||||
* | Convert not_using_because to defaultdict | Simon Warta | 2017-04-07 | 1 | -15/+14 |
| | |||||
* | Make module debugging output a little nicer | Simon Warta | 2017-04-07 | 1 | -2/+2 |
| | |||||
* | Extract display_module_information_unused/display_module_information_to_load | Simon Warta | 2017-04-07 | 1 | -17/+22 |
| | |||||
* | Merge link_to_frameworks/link_to to reduce number of local elements | Simon Warta | 2017-04-07 | 1 | -17/+9 |
| | | | | in create_template_vars() | ||||
* | Sort source files in cmake output | Simon Warta | 2017-04-07 | 1 | -2/+4 |
| | |||||
* | Convert gen_cmake() into class | Simon Warta | 2017-04-07 | 2 | -97/+117 |
| | |||||
* | Update version number2.1.0 | Jack Lloyd | 2017-04-04 | 1 | -2/+2 |
| | |||||
* | Update for 2.1.0 and 1.10.16 releases | Jack Lloyd | 2017-04-04 | 2 | -7/+7 |
| | |||||
* | More news updates | Jack Lloyd | 2017-04-04 | 1 | -2/+11 |
| | |||||
* | Merge GH #978 Fix bad read in X509 DN comparisons (CVE-2017-2801) | Jack Lloyd | 2017-04-04 | 5 | -1/+84 |
|\ | |||||
| * | Fix X509 DN comparisons | Jack Lloyd | 2017-04-04 | 5 | -1/+84 |
| | | | | | | | | CVE-2017-2801 | ||||
* | | Merge GH #900 Add ability to search by X509 DN hash | Jack Lloyd | 2017-04-04 | 10 | -232/+423 |
|\ \ | |||||
| * | | Add tests for find_cert_by_raw_subject_dn_sha256 | Nuno Goncalves | 2017-04-04 | 1 | -1/+43 |
| | | | | | | | | | | | | Signed-off-by: Nuno Goncalves <[email protected]> | ||||
| * | | Refactor test_certstor.cpp to prepare for adding tests | Nuno Goncalves | 2017-04-04 | 1 | -147/+181 |
| | | | | | | | | | | | | Signed-off-by: Nuno Goncalves <[email protected]> | ||||
| * | | Format with astyle before major changes | Nuno Goncalves | 2017-04-03 | 1 | -30/+32 |
| | | | | | | | | | | | | Signed-off-by: Nuno Goncalves <[email protected]> | ||||
| * | | Add unit tests for X509 hash methods: | Nuno Goncalves | 2017-04-03 | 1 | -0/+56 |
| | | | | | | | | | | | | | | | | | | | | | X509_Certificate::raw_issuer_dn_sha256() X509_Certificate::raw_subject_dn_sha256() Signed-off-by: Nuno Goncalves <[email protected]> | ||||
| * | | Add certificate store lookup by subject DN hash | Nuno Goncalves | 2017-04-03 | 4 | -0/+38 |
| | | | | | | | | | | | | Signed-off-by: Nuno Goncalves <[email protected]> | ||||
| * | | Add X509 issuer and subject DN hash methods | Nuno Goncalves | 2017-04-03 | 2 | -0/+24 |
| | | | | | | | | | | | | Signed-off-by: Nuno Goncalves <[email protected]> | ||||
| * | | Fix comments | Nuno Goncalves | 2017-04-03 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Nuno Goncalves <[email protected]> | ||||
| * | | Throw exception for Not_Implemented | Nuno Goncalves | 2017-04-03 | 1 | -2/+1 |
| | | | | | | | | | | | | Signed-off-by: Nuno Goncalves <[email protected]> | ||||
| * | | Refactor find_cert_by_pubkey_sha1 to reuse hash object | Nuno Goncalves | 2017-04-03 | 1 | -2/+6 |
| | | | | | | | | | | | | Signed-off-by: Nuno Goncalves <[email protected]> | ||||
| * | | X509_CA: constantify X509_CA::sign_request | Nuno Goncalves | 2017-04-03 | 2 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Nuno Goncalves <[email protected]> | ||||
| * | | Refactor and modernize files to be edited | Nuno Goncalves | 2017-04-03 | 2 | -78/+70 |
| | | | | | | | | | | | | Signed-off-by: Nuno Goncalves <[email protected]> | ||||
* | | | Merge GH #977 Add block cipher interface to C API | Jack Lloyd | 2017-04-04 | 5 | -2/+208 |
|\ \ \ | |||||
| * | | | Add block cipher interface to C API | Jack Lloyd | 2017-04-04 | 5 | -2/+208 |
| | | | | |||||
* | | | | Update release notes | Jack Lloyd | 2017-04-04 | 1 | -15/+38 |
| | | | | | | | | | | | | | | | | [ci skip] | ||||
* | | | | Merge GH #975 Cleanups in configure.py | Jack Lloyd | 2017-04-04 | 4 | -118/+151 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Fix bug in string formatter | Simon Warta | 2017-04-04 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix some styling issues on cmake code | Simon Warta | 2017-04-04 | 2 | -13/+19 |
| | | | | |||||
| * | | | configure: convert gen_makefile_lists() into class | Simon Warta | 2017-04-04 | 1 | -35/+47 |
| | | | | |||||
| * | | | Extract simd_implementation() | Simon Warta | 2017-04-04 | 1 | -11/+10 |
| | | | | |||||
| * | | | Avoid redundant passing around of cc in gen_makefile_lists() | Simon Warta | 2017-04-04 | 1 | -6/+6 |
| | | | | |||||
| * | | | Rename build_config -> build_paths in gen_makefile_lists() | Simon Warta | 2017-04-04 | 1 | -5/+5 |
| | | | | |||||
| * | | | Disable too-many-instance-attributes for CompilerInfo and OsInfo | Simon Warta | 2017-04-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | There is no hope we can reduce the number of instance variables to 15 | ||||
| * | | | configure: encode submodel prefix into single value | Simon Warta | 2017-04-04 | 3 | -23/+22 |
| | | | | | | | | | | | | | | | | to reuse dictionary parsing | ||||
| * | | | Split ConfigureError into UserError and InternalError | Simon Warta | 2017-04-04 | 1 | -33/+54 |
| | | | | |||||
| * | | | configure: remove unused chunks() | Simon Warta | 2017-04-04 | 1 | -4/+0 |
|/ / / | |||||
* | | | Merge GH #974 Add wrapper for make_unique | Jack Lloyd | 2017-04-04 | 2 | -0/+78 |
|\ \ \ | |/ / |/| | | |||||
| * | | add Botan::make_unique | Tomasz Frydrych | 2017-04-04 | 2 | -0/+78 |
| |/ |