aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts
Commit message (Expand)AuthorAgeFilesLines
* Fix crash in x509_unit if any of DH, ECDH, or ElGamal were disabledJack Lloyd2018-02-011-1/+4
* Catch exceptions from subprocess in build_docs [ci skip]Jack Lloyd2018-01-291-6/+12
* Use enums to represent TLS signature and kex algorithms.Jack Lloyd2018-01-281-24/+15
* Fix headers of command line docsJack Lloyd2018-01-211-1/+2
* Move Sonar config from build-data to configsJack Lloyd2018-01-181-1/+1
* Create an empty favicon.ico for the website build [ci skip]Jack Lloyd2018-01-121-0/+4
* Remove CPU specific optimization flagsJack Lloyd2018-01-081-2/+2
* Add -o flag to website generatorJack Lloyd2018-01-041-1/+1
* Force codecov script back to earlier versionJack Lloyd2018-01-031-1/+1
* Fix make clean targetJack Lloyd2017-12-311-7/+6
* In dist script set gzip header time to the tag timestampJack Lloyd2017-12-271-18/+19
* Move DN upper bound function to X509_DN static functionJack Lloyd2017-12-231-4/+4
* Fix error reporting in dist script under Python3Jack Lloyd2017-12-221-5/+10
* Enable signing X509 structures with rsa-pssFabian Weissberg2017-12-221-2/+76
* Fix pylint errorJack Lloyd2017-12-211-0/+2
* Now dist script can run under python2 or python3Jack Lloyd2017-12-211-1/+1
* Run dist.py script through pylintJack Lloyd2017-12-212-35/+32
* Binary file IO for the UTF-8 godsJack Lloyd2017-12-211-2/+2
* Fix various x509 path validation bugs + path building with ambiguous DNsFabian Weissberg2017-12-201-2/+84
* Add a simple OpenSSL vs Botan benchmark scriptJack Lloyd2017-12-182-0/+217
* Try to debug Boost build failure - amalgamation problem?Jack Lloyd2017-12-171-1/+1
* PylintJack Lloyd2017-12-172-0/+3
* More fixes with recent pylintJack Lloyd2017-12-171-1/+2
* Detect the compiler version using the preprocessor instead of command lineJack Lloyd2017-12-141-133/+0
* Try running rst2man in CIJack Lloyd2017-12-122-2/+2
* Add ability to generate man page with rst2man fixing #1349Jack Lloyd2017-12-112-0/+14
* Fix make cleanJack Lloyd2017-12-111-1/+8
* Clean up macro generationJack 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
* 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
* Add an option to generate PDF version of the documentationJack Lloyd2017-12-061-11/+36
* Merge GH #1333 Add script to build docsJack Lloyd2017-12-043-13/+165
|\
| * Lint fixesJack Lloyd2017-12-042-11/+13
| * Fix lint error [ci skip]Jack Lloyd2017-12-041-1/+1
| * Add a script for generating the documentationJack Lloyd2017-12-043-5/+155
* | 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
* Build simplificationsJack Lloyd2017-12-021-1/+2
* Fix install when static lib is disabledJack Lloyd2017-12-022-4/+9
* Drop support for Cilk+Jack Lloyd2017-12-021-4/+1
* Add ability to disable static library buildJack Lloyd2017-11-301-1/+2
* Lint fixes [ci skip]Jack Lloyd2017-11-301-1/+1
* Fixes for make cleanJack Lloyd2017-11-291-3/+6
* Merge GH #1321 Use a script for make cleanJack Lloyd2017-11-292-0/+119
|\
| * Add a script to handle `make clean` targetJack Lloyd2017-11-292-0/+119