aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update for 2.14.0 release2.14.0Jack Lloyd2020-04-062-5/+6
* Don't return empty vector from raw_xxx_dn_sha256 if SHA-256 disabledJack Lloyd2020-04-061-0/+4
* Now ppc64le and aarch64 are tested in CIJack Lloyd2020-04-061-1/+0
* Merge GH #2321 Fix undefined shift during DTLS reconnectionJack Lloyd2020-04-052-2/+20
|\
| * Fix an undefined shift operation when DTLS reconnection occursJack Lloyd2020-04-052-2/+20
|/
* Update newsJack Lloyd2020-04-011-2/+11
* Merge GH #2312 Make CBC padding constant timeJack Lloyd2020-04-016-52/+197
|\
| * Fix for ASanJack Lloyd2020-04-011-1/+1
| * Make CBC padding constant timeJack Lloyd2020-03-296-52/+197
* | Merge GH #2311 Fix for ARM cpuid codeJack Lloyd2020-04-011-1/+5
|\ \
| * | cpu arm: Dead code as the symbol was never defined.David Carlier2020-03-281-1/+5
| |/
* | Merge GH #2309 Assert the length of size_tJack Lloyd2020-04-011-0/+7
|\ \ | |/ |/|
| * Assert the length of size_tJack Lloyd2020-03-241-0/+7
|/
* Merge GH #2308 Increase size of ECC blinding maskJack Lloyd2020-03-211-4/+7
|\
| * Increase size of ECC scalar blindingJack Lloyd2020-03-211-4/+7
|/
* Merge GH #2307 Deprecate BigInt::shrink_to_fitJack Lloyd2020-03-216-20/+20
|\
| * Try to avoid weird warning in VC2019Jack Lloyd2020-03-211-2/+2
| * Deprecate BigInt::shrink_to_fitJack Lloyd2020-03-215-18/+18
|/
* Merge GH #2229 Add server side support for asio TLS streamsJack Lloyd2020-03-179-185/+1091
|\
| * address review commentsHannes Rantzsch2020-03-171-3/+5
| * Improve error category namesHannes Rantzsch2020-03-171-5/+17
| * use boost::beast provided lowest_layer utilitiesHannes Rantzsch2020-03-171-6/+19
| * implement server-side of TLS::StreamHannes Rantzsch2020-03-174-35/+775
| * implement async_shutdownHannes Rantzsch2020-03-171-5/+47
| * FIX: Detect stream truncation errorsHannes Rantzsch2020-03-174-135/+205
| * fail gracefully when using Stream w/o handshakeHannes Rantzsch2020-03-162-1/+26
| * FIX: build with --minimized-build --enable-modules=tls --with-boostRené Meusel2020-03-163-1/+3
|/
* Update newsJack Lloyd2020-03-151-0/+9
* Merge GH #2305 Build tests and cli for baremetal as wellJack Lloyd2020-03-1524-12/+33
|\
| * Build and link the tests and cli on baremetal as wellJack Lloyd2020-03-1524-12/+33
|/
* Fix build targetsJack Lloyd2020-03-151-2/+6
* Merge GH #2304 Add option for baremetal buildJack Lloyd2020-03-149-44/+78
|\
| * Add baremetal (gcc-arm-none-eabi) buildJack Lloyd2020-03-145-40/+70
| * Add a 'none' OS target for bare metal builds.Jack Lloyd2020-03-145-4/+8
|/
* Now ccache, libbz2 and liblzma are installed on the Travis arm buildersJack Lloyd2020-03-141-5/+0
* Revert deprecating scrypt.h until everything is worked outJack Lloyd2020-03-142-1/+3
* Merge GH #2302 Add 'make check' target which sets LD pathsJack Lloyd2020-03-127-11/+98
|\
| * Appease pylintRené Meusel2020-03-101-2/+2
| * remove rpath=$ORIGINRené Meusel2020-03-102-3/+0
| * add ./botan-test --data-dir handlingRené Meusel2020-03-102-1/+4
| * extend [DY]LD_LIBRARY_PATH instead of overwriting itRené Meusel2020-03-101-12/+5
| * add check.py to pylint listRené Meusel2020-03-101-0/+1
| * read build_config.json from --build-dirRené Meusel2020-03-102-22/+24
| * Doc: adapt build guideline for `make check`René Meusel2020-03-101-7/+2
| * set 'LD_LIBRARY_PATH=' in `make check` on LinuxRené Meusel2020-03-101-5/+19
| * add `make check`René Meusel2020-03-102-1/+83
* | Avoid using system RNG in Clang bug testJack Lloyd2020-03-121-3/+1
|/
* Update newsJack Lloyd2020-03-081-2/+2
* Merge GH #2301 Fix underflow bug in new modular inverse functionJack Lloyd2020-03-084-21/+45
|\
| * Prevent reallocations in XJack Lloyd2020-03-081-0/+1