aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts
Commit message (Expand)AuthorAgeFilesLines
* Reorder Travis builds [ci skip]Jack Lloyd2018-04-191-1/+1
* Add an explicit test mode buildJack Lloyd2018-04-141-1/+1
* Convert comba script to Python3Jack Lloyd2018-04-081-26/+26
* Fix bug in CLI, and fix bug in CLI testsJack Lloyd2018-04-051-2/+4
* Move version.txt to src/build-dataJack Lloyd2018-04-041-1/+2
* Search for either rst2man or rst2man.pyJack Lloyd2018-03-291-1/+20
* Default to horizontal dot graphSimon Warta2018-03-221-1/+2
* Fix call to ModuleInfo.dependencies in show_dependencies.pySimon Warta2018-03-221-2/+2
* Cleanup some code style warnings in show_dependencies.pySimon Warta2018-03-221-4/+5
* Revert cf0386Jack Lloyd2018-03-141-2/+4
* Disable optimizations with coverage buildsJack Lloyd2018-03-141-1/+1
* Further cli testsJack Lloyd2018-03-111-3/+37
* Lint fixesJack Lloyd2018-03-101-1/+2
* More CLI testsJack Lloyd2018-03-101-2/+88
* Lint fixes [ci skip]Jack Lloyd2018-03-101-2/+5
* Add new CLI test scriptJack Lloyd2018-03-102-4/+259
* Make lint happy [ci skip]Jack Lloyd2018-03-101-2/+2
* Split Python tests out of botan2.pyJack Lloyd2018-03-103-6/+274
* Fix header for getentropy on macOSJack Lloyd2018-03-091-0/+2
* Rename build_tests.py to make it more obvious this is not for end usersJack Lloyd2018-03-041-0/+0
* Avoid close_fds=True in build_docsJack Lloyd2018-03-021-1/+2
* Implement chacha20poly1305 in botan CLISimon Warta2018-02-281-0/+6
* Minor code styling updates in cli_tests.pySimon Warta2018-02-281-2/+3
* Remove house curve supportJack Lloyd2018-02-131-8/+0
* Use new literal syntax for OIDsJack Lloyd2018-02-071-2/+5
* Reintroduce ability to register OIDs at runtimeNever2018-02-051-1/+1
* 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