aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge GH #985 Configure codecov to accept .05% decrease in coverageJack Lloyd2017-04-081-0/+15
|\ \
| * | Configure codecov to accept a 0.05% decrease in coverageSimon Warta2017-04-081-0/+15
|/ /
* | Merge GH #981 Remove basename from reported argv[0] [ci skip]Jack Lloyd2017-04-061-1/+7
|\ \
| * | Cut absolute path from main configuration executableSimon Warta2017-04-051-1/+7
|/ /
* | Merge GH #979 Doc fix [ci skip]Jack Lloyd2017-04-051-1/+1
|\ \
| * | Fix description of coprime parameter to random_prime() [ci skip]René Korthaus2017-04-051-1/+1
| |/
* | Tick version on master to 2.2-preJack Lloyd2017-04-052-5/+9
* | Merge GH #966 Add SM3 hash functionJack Lloyd2017-04-059-0/+762
|\ \ | |/ |/|
| * Re-roll two loops in SM3 hash compression function that are causing test fail...Daniel Wyatt2017-04-041-94/+32
| * Update BSI and NIST policies to prohibit SM3 hash.Daniel Wyatt2017-04-032-0/+2
| * Unroll loops in SM3 hash compress_n.Daniel Wyatt2017-04-032-65/+241
| * Add more SM3 hash test data.Daniel Wyatt2017-04-031-0/+417
| * Fix info.txt date and update to new format.Daniel Wyatt2017-04-031-1/+3
| * Merge remote-tracking branch 'origin/master' into sm3Daniel Wyatt2017-04-03178-348/+701
| |\
| * | Add SM3 hash functionDaniel Wyatt2017-04-037-0/+227
* | | 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
| |/ /
* | | Merge GH #967 Add CMake generator for IDE development, plus astyle configJack Lloyd2017-04-043-0/+138
|\ \ \
| * | | fix styleTomasz Frydrych2017-04-041-31/+32