aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename mod -> modnameSimon Warta2017-04-071-11/+11
* Move methods into class ModulesChooserSimon Warta2017-04-071-33/+35
* Make _check_usable an instance methodSimon Warta2017-04-071-27/+27
* Convert choose_modules_to_use to classSimon Warta2017-04-071-149/+157
* Rename to loaded_module_namesSimon Warta2017-04-071-2/+2
* Move external dependency logging into choose_modules_to_use()Simon Warta2017-04-071-4/+2
* Do not enable and disable module at the same timeSimon Warta2017-04-071-4/+4
* Add state validation for modules listSimon Warta2017-04-071-0/+7
* Show stacktrace for built-in exceptions such as RuntimeExceptionSimon Warta2017-04-071-4/+2
* Make to_load a setSimon Warta2017-04-071-13/+12
* Simplify disabled_mods assignmentSimon Warta2017-04-071-2/+1
* Convert not_using_because to defaultdictSimon Warta2017-04-071-15/+14
* Make module debugging output a little nicerSimon Warta2017-04-071-2/+2
* Extract display_module_information_unused/display_module_information_to_loadSimon Warta2017-04-071-17/+22
* Merge link_to_frameworks/link_to to reduce number of local elementsSimon Warta2017-04-071-17/+9
* Sort source files in cmake outputSimon Warta2017-04-071-2/+4
* Convert gen_cmake() into classSimon Warta2017-04-072-97/+117
* Update version number2.1.0Jack Lloyd2017-04-041-2/+2
* Update for 2.1.0 and 1.10.16 releasesJack Lloyd2017-04-042-7/+7
* More news updatesJack Lloyd2017-04-041-2/+11
* Merge GH #978 Fix bad read in X509 DN comparisons (CVE-2017-2801)Jack Lloyd2017-04-045-1/+84
|\
| * Fix X509 DN comparisonsJack Lloyd2017-04-045-1/+84
* | Merge GH #900 Add ability to search by X509 DN hashJack Lloyd2017-04-0410-232/+423
|\ \
| * | Add tests for find_cert_by_raw_subject_dn_sha256Nuno Goncalves2017-04-041-1/+43
| * | Refactor test_certstor.cpp to prepare for adding testsNuno Goncalves2017-04-041-147/+181
| * | Format with astyle before major changesNuno Goncalves2017-04-031-30/+32
| * | Add unit tests for X509 hash methods:Nuno Goncalves2017-04-031-0/+56
| * | Add certificate store lookup by subject DN hashNuno Goncalves2017-04-034-0/+38
| * | Add X509 issuer and subject DN hash methodsNuno Goncalves2017-04-032-0/+24
| * | Fix commentsNuno Goncalves2017-04-031-2/+2
| * | Throw exception for Not_ImplementedNuno Goncalves2017-04-031-2/+1
| * | Refactor find_cert_by_pubkey_sha1 to reuse hash objectNuno Goncalves2017-04-031-2/+6
| * | X509_CA: constantify X509_CA::sign_requestNuno Goncalves2017-04-032-2/+2
| * | Refactor and modernize files to be editedNuno Goncalves2017-04-032-78/+70
* | | Merge GH #977 Add block cipher interface to C APIJack Lloyd2017-04-045-2/+208
|\ \ \
| * | | Add block cipher interface to C APIJack Lloyd2017-04-045-2/+208
* | | | Update release notesJack Lloyd2017-04-041-15/+38
* | | | Merge GH #975 Cleanups in configure.pyJack Lloyd2017-04-044-118/+151
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix bug in string formatterSimon Warta2017-04-041-1/+1
| * | | Fix some styling issues on cmake codeSimon Warta2017-04-042-13/+19
| * | | configure: convert gen_makefile_lists() into classSimon Warta2017-04-041-35/+47
| * | | Extract simd_implementation()Simon Warta2017-04-041-11/+10
| * | | Avoid redundant passing around of cc in gen_makefile_lists()Simon Warta2017-04-041-6/+6
| * | | Rename build_config -> build_paths in gen_makefile_lists()Simon Warta2017-04-041-5/+5
| * | | Disable too-many-instance-attributes for CompilerInfo and OsInfoSimon Warta2017-04-041-2/+2
| * | | configure: encode submodel prefix into single valueSimon Warta2017-04-043-23/+22
| * | | Split ConfigureError into UserError and InternalErrorSimon Warta2017-04-041-33/+54
| * | | configure: remove unused chunks()Simon Warta2017-04-041-4/+0
|/ / /
* | | Merge GH #974 Add wrapper for make_uniqueJack Lloyd2017-04-042-0/+78
|\ \ \ | |/ / |/| |
| * | add Botan::make_uniqueTomasz Frydrych2017-04-042-0/+78
| |/