aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add gost_512A paramJack Lloyd2019-08-012-11/+26
| * | Fix test when GOST or Streebog is disabledJack Lloyd2019-08-012-0/+3
| * | Updates for GOST 2012 supportJack Lloyd2019-08-0113-18/+172
| |/
* | Add Jacobi fn testsJack Lloyd2019-08-012-0/+49
* | Return nullptr for size 0 allocationJack Lloyd2019-08-011-0/+3
|/
* Move decl of blinding bits into the source fileJack Lloyd2019-07-272-2/+6
* Darwin, monitoring anonymous locked pages via vm_stat tool.David Carlier2019-07-271-1/+9
* Fix "OSCP" typo in OCSP code.Jack Lloyd2019-07-234-9/+13
* 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
* 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
* | 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
|/
* Only use getauxval replacement on ARMv7Jack Lloyd2019-07-151-9/+12
* Restructure OS::get_cpu_xxx functions a bitJack Lloyd2019-07-151-19/+15
* Add support for OS-specific feature macrosJack Lloyd2019-07-157-5/+18
* 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
* | Update of docker android build.David Carlier2019-07-142-7/+8
|/
* 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
* 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
* 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-054-23/+41
* 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
| |/
* | Fix LGTM warningJack Lloyd2019-07-051-4/+2
* | Disable noisy LGTM ruleJack Lloyd2019-07-051-1/+0
|/
* Merge GH #2021 TLS record layer cleanupsJack Lloyd2019-07-054-196/+173
|\
| * Avoid &v[v.size()]Jack Lloyd2019-07-051-2/+2
| * Small cleanupJack Lloyd2019-07-051-12/+4
| * Return the record metadata in a structJack Lloyd2019-07-054-122/+135
| * Remove Record_Raw_InputJack Lloyd2019-07-043-43/+30
| * Remove Record_Message structJack Lloyd2019-07-043-40/+25
* | Merge GH #2020 Remove BearSSL providerJack Lloyd2019-07-058-445/+2
|\ \