aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix some LGTM issuesJack Lloyd2019-06-1912-18/+32
* Add support for HelloVerifyRequest on server sideJack Lloyd2019-06-1811-10/+112
* Cleanup shim logicJack Lloyd2019-06-181-3/+7
* Rename os features scriptJack Lloyd2019-06-161-7/+2
* clock_gettime supported by mac since 10.12David Carlier2019-06-161-0/+1
* Fix allocation. Add more tests.Jack Lloyd2019-06-152-1/+68
* Add a compatability shim for libsodiumJack Lloyd2019-06-1513-5/+3244
* Fix more MSVC warningsJack Lloyd2019-06-144-22/+22
* Resolve some MSVC warningsJack Lloyd2019-06-146-10/+10
* Merge GH #1995 Allow setting max OCSP response age during verificationJack Lloyd2019-06-143-22/+226
|\
| * add option to specify ocsp max agePatrick Schmidt2019-06-143-22/+226
* | Merge GH #1992 Allow overriding cert verify in TLS::StreamJack Lloyd2019-06-143-62/+189
|\ \ | |/ |/|
| * TLS::Context holds references rather than pointersHannes Rantzsch2019-06-133-84/+94
| * Update comments as suggested per reviewHannes Rantzsch2019-06-042-9/+14
| * Refactor: template meta-programming to reuse the callback signatureRené Meusel2019-06-031-7/+16
| * Use TLS::Context::verifyCallback as tls_verify_cert_chain callbackHannes Rantzsch2019-06-031-22/+62
| * allow setting a verify_callback in TLS::ContextHannes Rantzsch2019-06-032-31/+94
* | Merge GH #1994 Deprecate headersJack Lloyd2019-06-0830-693/+598
|\ \
| * | Officially deprecate headersJack Lloyd2019-06-0730-693/+598
* | | Prevent exception from taking down entire test scriptJack Lloyd2019-06-081-1/+5
|/ /
* | Log the configure command line in the makefileJack Lloyd2019-06-071-0/+3
* | Remove debug printJack Lloyd2019-06-051-1/+0
* | Add a test that Theaad_Pool is tolerant of exceptions during tasksJack Lloyd2019-06-051-3/+21
* | Lint fixesJack Lloyd2019-06-052-5/+6
* | Merge GH #1979 Fix PKCS11 buffer output sizingJack Lloyd2019-06-052-13/+30
|\ \
| * | Fix PKCS#11 C_SignFinal output size.Daniel Wyatt2019-05-271-1/+6
| * | Fix PKCS#11 C_Sign output size.Daniel Wyatt2019-05-271-2/+7
| * | Fix PKCS#11 C_Encrypt output size.Daniel Wyatt2019-05-271-2/+7
| * | Fix PKCS#11 C_Decrypt buffer output size.Daniel Wyatt2019-05-262-8/+10
* | | Add __hash__ for MPIJack Lloyd2019-06-031-0/+3
* | | Address some issues found by LGTMJack Lloyd2019-06-036-11/+16
| |/ |/|
* | 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-315-19/+19
* | Add Bcrypt-PBKDFJack Lloyd2019-05-318-6/+520
* | Remove redundant OutputLen param in PBKDF testsJack Lloyd2019-05-313-21/+2
* | 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-313-57/+121
* | 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-307-50/+130
|\ \
| * | Fix tests when Argon2 (or Scrypt) are disabledJack Lloyd2019-05-301-1/+1
| * | Argon2: minor optimizations, add tests of CLI, tweak tuningJack Lloyd2019-05-305-35/+97
| * | Improve test coverage. Fix Argon2 default paramsJack Lloyd2019-05-294-15/+32
| * | Add missing includeJack Lloyd2019-05-291-0/+1
* | | Merge GH #1987 Argon2 improvementsJack Lloyd2019-05-308-4/+542
|\| |
| * | Argon2: PasswordHash, documentation, hash formattingJack Lloyd2019-05-298-4/+542
* | | Change default output of dist.py to tar.xzJack Lloyd2019-05-301-1/+1