aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Add build step for LGTM [ci skip]Jack Lloyd2019-06-031-0/+6
|
* Fix building with Sphinx disabledJack Lloyd2019-06-011-3/+14
|
* Reorg documentation layout. Rename manual to handbook.Jack Lloyd2019-05-313-17/+17
|
* Fix lintJack Lloyd2019-05-311-2/+2
|
* Connect twice to excercise both accept and non-accept pathsJack Lloyd2019-05-311-10/+18
|
* Add --max-clients option to tls_proxy and tls_http_serverJack Lloyd2019-05-311-4/+14
| | | | A clean exit is required in order to get coverage results
* Python...Jack Lloyd2019-05-302-6/+6
|
* Fixes for Python2Jack Lloyd2019-05-301-3/+23
|
* Improve CLI testsJack Lloyd2019-05-301-63/+201
|
* Merge rest of GH #1987 Argon2 improvementsJack Lloyd2019-05-302-1/+21
|\
| * Argon2: minor optimizations, add tests of CLI, tweak tuningJack Lloyd2019-05-301-1/+12
| |
| * Improve test coverage. Fix Argon2 default paramsJack Lloyd2019-05-292-0/+9
| |
* | Change default output of dist.py to tar.xzJack Lloyd2019-05-301-1/+1
|/ | | | GH #1872
* Make it possible to regen tls_suite_info.cpp with recent tls-parameters.txtJack Lloyd2019-05-241-4/+4
|
* Add support for supported versions extension from TLS 1.3Jack Lloyd2019-05-242-4/+1
|
* Add script for running TLS fuzzerJack Lloyd2019-05-241-0/+97
| | | | Fix a few minor issues found thereby
* Fix lintJack Lloyd2019-05-231-4/+4
|
* Move BoGo tests to coverage buildJack Lloyd2019-05-233-30/+20
|
* Fix more BoGo testsJack Lloyd2019-05-221-1/+1
| | | | | Now all tests either pass or are known to fail for some reason. Disable -allow-unimplemented
* Let AppVeyor build --with-boost (static libraries)René Meusel2019-05-222-0/+25
|
* Fix runnerJack Lloyd2019-05-211-1/+1
|
* More BoGo workJack Lloyd2019-05-211-0/+1
|
* Add BoGo tests to CI buildJack Lloyd2019-05-213-4/+31
|
* Add --format option for RNG cmdletJack Lloyd2019-05-091-0/+4
|
* Add a Python SM2 testJack Lloyd2019-04-271-0/+34
|
* Lint fixesJack Lloyd2019-04-271-13/+25
|
* More Python API enhancements.Jack Lloyd2019-04-271-12/+104
| | | | Deprecate various redundant FFI functions
* Fix feature macro checks.Jack Lloyd2019-04-261-0/+42
| | | | Add a checker script.
* Fix some build/test problems with minimized buildsJack Lloyd2019-04-261-2/+1
|
* Add a cmdlet to print UUIDsJack Lloyd2019-04-261-0/+13
|
* More MPI functionsJack Lloyd2019-04-211-0/+14
|
* Add raw block cipher interface for PythonJack Lloyd2019-04-211-0/+16
|
* Lint fixesJack Lloyd2019-04-211-1/+1
|
* Support copying hash function objectsJack Lloyd2019-04-191-12/+17
|
* Add support for NIST key wrap in PythonJack Lloyd2019-04-191-0/+11
|
* Pylint fixesJack Lloyd2019-04-191-1/+1
|
* Use script to generate Python FFI declsJack Lloyd2019-04-191-5/+26
| | | | Remove unimplemented declaration botan_x509_cert_gen_selfsigned
* DeclsJack Lloyd2019-04-191-2/+5
|
* Parsing scriptJack Lloyd2019-04-191-0/+89
|
* Clean up some things in Python wrapperJack Lloyd2019-04-191-0/+6
|
* Simplify declaration of ffi functionsJack Lloyd2019-04-181-2/+2
| | | | And fix a Python3 issue
* Support loading keys in PythonJack Lloyd2019-04-181-25/+64
| | | | Which was missing for whatever bad reason. GH #1900
* Add missing export functionsJack Lloyd2019-04-181-0/+12
| | | | Fixes #1899
* In dist script report the size of the archive in MiBJack Lloyd2019-04-181-1/+4
|
* Add a wrapper class that wraps macOS or Linux certificate stores.Jack Lloyd2019-04-131-2/+17
|
* Allow creating intermediate CAs using CLIJack Lloyd2019-04-101-0/+28
| | | | Closes #1879
* Rename 'darwin' target to 'macos'Jack Lloyd2019-03-271-2/+2
| | | | | Both because that's the more common term, and because iOS/watchOS also uses the Darwin kernel, but we have a distinct target for mobile.
* Support xz compression of releasesJack Lloyd2019-03-251-3/+19
| | | | Also fix the bzip2 support
* Now getentropy is used by default, remove from CI scriptJack Lloyd2019-03-241-4/+0
|
* s/as_string/to_string/Jack Lloyd2019-03-011-1/+1
| | | | | A few older APIs use as_string where everywhere else uses to_string. Add to_string's where missing, and deprecate X::as_string.