aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Simplify house ECC curve code, and remove redundant fuzzer logicJack Lloyd2017-12-101-33/+22
* Use for loops in cmake and bakefile buildsJack Lloyd2017-12-103-141/+89
* Use template file to generate bakefileJack Lloyd2017-12-102-74/+54
* Generate the CMake using a template fileJack Lloyd2017-12-102-176/+131
* Add basic iteration constructs to template filesJack Lloyd2017-12-102-56/+121
* Move -Wstrict-overflow to maintainer mode [ci skip]Jack Lloyd2017-12-091-2/+2
* Merge GH #1342 Fix accessing peer cert chain in resumption sessionsJack Lloyd2017-12-074-5/+33
|\
| * Avoid saving a resumed session multiple timesJack Lloyd2017-12-071-1/+3
| * Handle #1303 on the server sideJack Lloyd2017-12-071-1/+13
| * On resuming a client session, save the certificates that were used.Jack Lloyd2017-12-073-3/+17
|/
* Fix formatting in TLS server code [ci skip]Jack Lloyd2017-12-071-193/+179
* Remove the doc.stamp file in make clean target [ci skip]Jack Lloyd2017-12-071-0/+2
* Fix make clean target - didn't remove libbotan-2.so symlink files [ci skip]Jack Lloyd2017-12-061-1/+1
* Fix seeding of test RNGJack Lloyd2017-12-061-4/+3
* Add a new version function returning just the version without extrasJack Lloyd2017-12-063-19/+41
* Add some basic tests of CPUID classJack Lloyd2017-12-061-0/+44
* Merge a couple of docs where appropriateJack Lloyd2017-12-069-122/+144
* Fix uninitialized warning closes #927 [ci skip]Jack Lloyd2017-12-061-1/+1
* Add an option to generate PDF version of the documentationJack Lloyd2017-12-062-30/+70
* Merge GH #1340 Fix typos in configure.pyJack Lloyd2017-12-061-2/+2
|\
| * Fix typos in configure.pyFelix Yan2017-12-061-2/+2
* | Merge GH #1339 Add ability to query supported named groupsJack Lloyd2017-12-063-31/+56
|\ \ | |/ |/|
| * Add known_named_groups to EC_Group to list known curves. Fixes GX #1338.J08nY2017-12-053-31/+56
* | Fix signed vs unsigned comparison warningJack Lloyd2017-12-051-1/+1
* | Cryptobox doesn't require filters anymoreJack Lloyd2017-12-051-6/+3
* | Mention other language bindings in readmeJack Lloyd2017-12-051-1/+3
* | Update newsJack Lloyd2017-12-051-1/+13
* | Merge GH #1267 Multithreaded signing in XMSSJack Lloyd2017-12-0530-171/+650
|\ \
| * | Fixes lambda capture error in MSVCMatthias Gierlings2017-11-231-1/+3
| * | Adds runtime benchmark to guess phys. core count.Matthias Gierlings2017-11-233-3/+122
| * | Updates documentation, news and copyright notices.Matthias Gierlings2017-11-2129-35/+46
| * | Adds guards for environments without threadsMatthias Gierlings2017-11-211-1/+7
| * | Implements multithreading support for XMSSMatthias Gierlings2017-11-2126-136/+477
* | | Merge GH #1335 Support uninitialized X509 objectsJack Lloyd2017-12-0512-136/+167
|\ \ \
| * | | Need binary IO for WindowsJack Lloyd2017-12-045-15/+5
| * | | Support uninitialized certificate objectsJack Lloyd2017-12-0412-136/+177
* | | | Merge GH #1336 Simplify date conversionsJack Lloyd2017-12-0516-154/+92
|\ \ \ \ | |_|_|/ |/| | |
| * | | Remove use of "using namespace std"Jack Lloyd2017-12-042-15/+17
| * | | Simplify date conversion by avoiding OS utilitiesJack Lloyd2017-12-0416-141/+77
|/ / /
* / / Better debug output in date conversion tests [ci skip]Jack Lloyd2017-12-041-13/+14
|/ /
* | Merge #1332 Add callbacks to make it easier to offload TLS pk operationsJack Lloyd2017-12-0414-106/+294
|\ \
| * | Add copyright statements to files modified in the preceding 2 commitsHarry Reimann2017-12-0414-0/+14
| * | Move TLS signature and key exchange code into callbacksHarry Reimann2017-12-047-96/+237
| * | Make support for certificate status messages optional via policyHarry Reimann2017-12-047-10/+43
* | | Merge GH #1333 Add script to build docsJack Lloyd2017-12-046-81/+218
|\ \ \
| * | | Lint fixesJack Lloyd2017-12-042-11/+13
| * | | Argh nmake doesn't know about .PHONYJack Lloyd2017-12-042-1/+4
| * | | Fix lint error [ci skip]Jack Lloyd2017-12-041-1/+1
| * | | Add a script for generating the documentationJack Lloyd2017-12-046-73/+205
| |/ /
* | | Merge GH #1334 Reduce AppVeyor build matrixJack Lloyd2017-12-042-21/+9
|\ \ \