aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Merge GH #2047 Support setting TLS policy in CLI utilsJack Lloyd2019-07-236-133/+114
|\
| * Fix tls_proxy and use =default for policy optionsJack Lloyd2019-07-224-5/+5
| * In CLI support setting TLS policy to any known typeJack Lloyd2019-07-226-128/+109
|/
* Document setting up minimized buildsJack Lloyd2019-07-201-1/+38
* Merge GH #2042 Optimize DTLS MTU splittingJack Lloyd2019-07-202-25/+30
|\
| * Split more carefully to exactly MTU in DTLS handshake fragmentation.Jack Lloyd2019-07-182-25/+30
* | Remove duplicated test, add XChaCha20Poly1305 test from i-dJack Lloyd2019-07-201-6/+8
* | Don't recommend filters in the AEAD docsJack Lloyd2019-07-201-4/+0
* | Indent conditional includesJack Lloyd2019-07-191-13/+13
* | Support MAP_ANONJack Lloyd2019-07-191-1/+6
* | Support disable thread_local but not threadsJack Lloyd2019-07-1921-5/+28
|/
* Improve cross compile instructions.Jack Lloyd2019-07-181-1/+6
* Fix crash if unknown OS is passed to configureJack Lloyd2019-07-181-3/+2
* Merge GH #2037 Some cleanups in OS specific codeJack Lloyd2019-07-161-28/+27
|\
| * Only use getauxval replacement on ARMv7Jack Lloyd2019-07-151-9/+12
| * Restructure OS::get_cpu_xxx functions a bitJack Lloyd2019-07-151-19/+15
|/
* Merge GH #2036 Set _WIN32_WINNT for Windows Server 2008Jack Lloyd2019-07-158-7/+28
|\
| * Add support for OS-specific feature macrosJack Lloyd2019-07-158-7/+28
|/
* Update newsJack Lloyd2019-07-141-2/+5
* Merge GH #2029 Support a DTLS client reconnecting from same source portJack Lloyd2019-07-1415-57/+423
|\
| * Bump ABI versionJack Lloyd2019-07-131-1/+1
| * Fix DTLS reconnectionJack Lloyd2019-07-1313-56/+187
| * Add test case for DTLS reconnection from same client portJack Lloyd2019-07-131-0/+235
* | Merge GH #2033 Use more modern NDK in Docker Android builder imageJack Lloyd2019-07-142-7/+8
|\ \ | |/ |/|
| * Update of docker android build.David Carlier2019-07-142-7/+8
|/
* Merge GH #2030 Improve TLS invalid transition error messagesJack Lloyd2019-07-132-22/+34
|\
| * Improve error messages when reporting TLS state transition violationsJack Lloyd2019-07-132-22/+34
|/
* Don't block forever in cli tests if something goes wrongJack Lloyd2019-07-131-3/+13
* Update newsJack Lloyd2019-07-121-0/+2
* We test with BoGo nowJack Lloyd2019-07-121-3/+2
* Merge GH #2027 Add TLS v1.3 downgrade indicatorJack Lloyd2019-07-126-21/+69
|\
| * Ignore the record version on alert messages.Jack Lloyd2019-07-121-18/+21
| * Add TLS v1.3 downgrade indicatorJack Lloyd2019-07-125-3/+48
|/
* Remove tab charsJack Lloyd2019-07-107-30/+28
* Avoid needless allocation during GMAC finalizationJack Lloyd2019-07-101-2/+2
* Set C++11 flags for PGIJack Lloyd2019-07-101-0/+2
* Fix Coverity issueJack Lloyd2019-07-101-3/+1
* Fix shellcheck warningJack Lloyd2019-07-081-1/+1
* Add packaging status badge [ci skip]Jack Lloyd2019-07-081-0/+4
* Update newsJack Lloyd2019-07-051-0/+2
* Merge GH #2024 GCM performance improvementsJack Lloyd2019-07-057-28/+61
|\
| * Remove another malloc+free per GCM message overheadJack Lloyd2019-07-051-3/+4
| * Report parallism for AES when hardware is availableJack Lloyd2019-07-051-0/+14
| * Avoid pointless writeJack Lloyd2019-07-051-1/+1
| * Avoid allocations during GCM message processingJack Lloyd2019-07-055-24/+42
|/
* Update newsJack Lloyd2019-07-051-1/+3
* Merge GH #2022 Support 64-bit RDRAND on x86-64Jack Lloyd2019-07-051-3/+47
|\
| * Use 64-bit RDRAND on x86-64Jack Lloyd2019-07-051-3/+47
* | Merge GH #2023 Avoid needless allocation in OctetString default constructorJack Lloyd2019-07-051-2/+5
|\ \
| * | Skip allocation if OctetString is constructed with empty string.Tom2019-07-051-2/+5
| |/