aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | align to changes from: #962Tomasz Frydrych2017-04-041-1/+1
| * | Content:Tomasz Frydrych2017-04-043-0/+137
| |/
* | Fix configuration on platforms without shared objects.Jack Lloyd2017-04-041-16/+23
* | Remove stray semicolonJack Lloyd2017-04-041-1/+1
* | Merge GH #885 Change HMAC_DRBG::security_level to match NIST SP800-90AJack Lloyd2017-04-043-13/+57
|\ \
| * | Follow NIST SP 800-57 for HMAC_DRBG security levelRené Korthaus2017-04-032-3/+38
| * | Change security_strength of HMAC_DRBGRené Korthaus2017-04-033-13/+22
| |/
* | Merge GH #965 Various code cleanupsJack Lloyd2017-04-04100-259/+234
|\ \
| * | Content:Tomasz Frydrych2017-04-03100-259/+234
| |/
* | Merge GH #940 Add flags for MSVC for code size optimizationJack Lloyd2017-04-041-2/+2
|\ \
| * | Add some MSVC compiler flagsDaniel Neus2017-04-041-2/+2
* | | Merge GH #964 Add various useful FFI functions for public key cryptoJack Lloyd2017-04-045-81/+465
|\ \ \ | |_|/ |/| |
| * | Implement botan_pubkey_loadJack Lloyd2017-04-032-1/+30
| * | Fix botan_privkey_create if the desired algorithm was not available in buildJack Lloyd2017-04-033-9/+47
| * | Document new functionsJack Lloyd2017-04-021-0/+28