aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge GH #1267 Multithreaded signing in XMSSJack Lloyd2017-12-0529-170/+649
|\
| * 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-2128-34/+45
| * 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
* | | Remove use of "using namespace std"Jack Lloyd2017-12-042-15/+17
* | | Simplify date conversion by avoiding OS utilitiesJack Lloyd2017-12-0415-141/+75
* | | 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-044-35/+196
|\ \ \
| * | | Lint fixesJack Lloyd2017-12-042-11/+13
| * | | Argh nmake doesn't know about .PHONYJack Lloyd2017-12-041-1/+3
| * | | Fix lint error [ci skip]Jack Lloyd2017-12-041-1/+1
| * | | Add a script for generating the documentationJack Lloyd2017-12-044-27/+184
| |/ /
* | | Merge GH #1334 Reduce AppVeyor build matrixJack Lloyd2017-12-042-21/+9
|\ \ \
| * | | Reduce the AppVeyor build matrixJack Lloyd2017-12-042-21/+9
| |/ /
* / / Cleanup install targetJack Lloyd2017-12-041-29/+10
|/ /
* | Fix make cleanJack Lloyd2017-12-031-3/+4
* | Have make clean also delete the documentation dirJack Lloyd2017-12-031-2/+3
* | Code formatting tweak in Poly1305 codeJack Lloyd2017-12-031-5/+5
* | Avoid calling lookup("DES") twice when clone will do the job.Jack Lloyd2017-12-031-1/+1
* | Create two macros for CAST-128 vs CAST-256Jack Lloyd2017-12-032-2/+9
* | Merge GH #1329 Remove unaligned mem optionsJack Lloyd2017-12-027-37/+22
|\ \
| * | Remove unaligned mem checkJack Lloyd2017-12-027-37/+22
* | | Merge GH #1328 Build improvementsJack Lloyd2017-12-026-10/+26
|\ \ \
| * | | Build simplificationsJack Lloyd2017-12-022-1/+9
| * | | Accept CXXFLAGS and LDFLAGS from environment (GH #1237)Jack Lloyd2017-12-022-5/+8
| * | | Fix install when static lib is disabledJack Lloyd2017-12-022-4/+9
* | | | Merge GH #1330 Fix typoJack Lloyd2017-12-021-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix a typo in sha1_sse2.cppFelix Yan2017-12-031-1/+1
| |/ /
* / / Drop support for Cilk+Jack Lloyd2017-12-023-38/+4
|/ /
* | Fix macOS dynamic linkJack Lloyd2017-12-012-4/+5
* | Merge the gnumake and nmake makefilesJack Lloyd2017-12-0113-197/+133
* | Avoid naming Windows library botand if in debug modeJack Lloyd2017-12-012-3/+3
* | Add ability to disable static library buildJack Lloyd2017-11-307-97/+59
* | Remove support for setting install commandJack Lloyd2017-11-303-9/+0
* | Lint fixes [ci skip]Jack Lloyd2017-11-301-1/+1
* | Fixes for make cleanJack Lloyd2017-11-291-3/+6
* | Fix missing headerJack Lloyd2017-11-291-0/+1
* | Merge GH #1321 Use a script for make cleanJack Lloyd2017-11-297-103/+172
|\ \
| * | Fix dependenciesJack Lloyd2017-11-294-31/+34
| * | Add the build commands back to the main makefilesJack Lloyd2017-11-293-14/+28
| * | Add a script to handle `make clean` targetJack Lloyd2017-11-296-111/+163