aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* More fixes with recent pylintJack Lloyd2017-12-171-1/+2
* Latest pylint doesn't like these assertsJack Lloyd2017-12-171-2/+2
* Clean up XMSS self-benchmarkJack Lloyd2017-12-161-6/+4
* Avoid using @deprecated annotation hereJack Lloyd2017-12-161-2/+4
* Fix a bug in PEM decodingJack Lloyd2017-12-163-31/+79
* Merge GH #1357 Add ability to fingerprint public keysJack Lloyd2017-12-155-38/+79
|\
| * Add ability to fingerprint public keysJack Lloyd2017-12-145-38/+79
* | Update comment [ci skip]Jack Lloyd2017-12-151-6/+8
* | Fix clang macrosJack Lloyd2017-12-141-3/+3
* | Address review comments: indent code and fix clang regexJack Lloyd2017-12-141-38/+36
* | Detect the compiler version using the preprocessor instead of command lineJack Lloyd2017-12-144-141/+58
|/
* Default to not setting a timestamp in the gzip headerJack Lloyd2017-12-142-5/+6
* Remove some unused OS feature flagsJack Lloyd2017-12-1317-20/+1
* Drop IRIX supportJack Lloyd2017-12-135-13/+0
* Simplify how make flags are setJack Lloyd2017-12-121-6/+5
* Try running rst2man in CIJack Lloyd2017-12-122-2/+2
* Fix pragma message to avoid warningschregger2017-12-121-1/+1
* Add ability to generate man page with rst2man fixing #1349Jack Lloyd2017-12-112-0/+14
* Fix make cleanJack Lloyd2017-12-111-1/+8
* Merge GH #1351 Cleanup macro generation in build.hJack Lloyd2017-12-1110-22/+61
|\
| * Rename SSE4.x names to avoid underscoresJack Lloyd2017-12-118-14/+14
| * Finish with the CPU feature macrosJack Lloyd2017-12-111-2/+2
| * Rename the SSE4 ISA extensionsJack Lloyd2017-12-118-14/+14
| * Further cleanup of macro generation in build.hJack Lloyd2017-12-111-5/+28
| * More simplificationsJack Lloyd2017-12-111-3/+3
| * Clean up macro generationJack Lloyd2017-12-112-8/+24
* | Avoid a shadow warning under old Clang [ci skip]Jack Lloyd2017-12-111-2/+2
|/
* Fix missing comma in test runner [ci skip]Jack Lloyd2017-12-111-1/+1
* Add compiler language flags in build.h header [ci skip]Jack Lloyd2017-12-111-1/+1
* Fix make clean targetJack Lloyd2017-12-111-7/+3
* Improve debug output of the build_docs scriptJack Lloyd2017-12-111-2/+5
* Avoid a warning under AIX makeJack Lloyd2017-12-111-4/+2
* Merge GH #1346 Add for loops to templates, add cmake+bakefile templatesJack Lloyd2017-12-113-10/+148
|\
| * Tweak the bakefile output a bitJack Lloyd2017-12-101-8/+19
| * Fix bakefile arch setting for x86-32Jack Lloyd2017-12-101-1/+1
| * Escape the shared build flags for CMakeJack Lloyd2017-12-101-1/+1
| * Use for loops in cmake and bakefile buildsJack Lloyd2017-12-102-13/+36
| * Use template file to generate bakefileJack Lloyd2017-12-101-0/+28
| * Generate the CMake using a template fileJack Lloyd2017-12-101-0/+62
| * Add basic iteration constructs to template filesJack Lloyd2017-12-101-10/+24
* | Rename CRC24 tablesJack Lloyd2017-12-101-9/+9
* | Enable using NEON on ClangJack Lloyd2017-12-104-20/+24
|/
* Move -Wstrict-overflow to maintainer mode [ci skip]Jack Lloyd2017-12-091-2/+2
* 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