aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge GH #737 Remove dead stores in SSE2 ChaCha codeJack Lloyd2016-11-251-6/+3
|\ \ \
| * | | Fix dead stores in chacha_sse2_x4Never2016-11-251-6/+3
* | | | Avoid unneeded code - previous conditionals handle these casesJack Lloyd2016-11-251-8/+0
* | | | Merge GH #736 Add SHAKE support to XMSSJack Lloyd2016-11-257-102/+222
|\ \ \ \
| * | | | Adds SHAKE support for XMSSMatthias Gierlings2016-11-257-102/+222
| |/ / /
* / / / Avoid having source files start with /**Jack Lloyd2016-11-2545-46/+46
|/ / /
* | | Fuzzer cleanup, no need for setup script anymoreJack Lloyd2016-11-226-54/+57
* | | Add missing macro check in testJack Lloyd2016-11-221-0/+2
* | | Fix memory leak in HKDFJack Lloyd2016-11-221-1/+1
* | | Move Sonar config to build-dataJack Lloyd2016-11-222-0/+2
* | | Add tests for PK work factor functionsJack Lloyd2016-11-222-0/+82
* | | Merge GH #734 Export work factor functionsJack Lloyd2016-11-221-4/+4
|\ \ \ | |/ / |/| |
| * | Export work factor functionsRené Korthaus2016-11-221-4/+4
|/ /
* | Add policy file for TLS client testingJack Lloyd2016-11-211-0/+19
* | Add warning to OID script outputJack Lloyd2016-11-212-1/+10
* | Add timeouts to TLS scanner [ci skip]Jack Lloyd2016-11-212-4/+17
* | Fix doc of get_processor_timestamp [ci skip]Jack Lloyd2016-11-211-4/+10
* | Update relnotes [ci skip]Jack Lloyd2016-11-201-5/+12
* | Merge GH #733 Add timing test suiteJack Lloyd2016-11-2016-0/+589
|\ \
| * | Timing test suite needs to have TLS CBC functionality accessibleJuraj Somorovsky2016-11-201-1/+1
| * | Timing test suite with the mona timing libraryJuraj Somorovsky2016-11-2016-0/+589
* | | Merge GH #732 TLS-Attacker tests and fuzzerJack Lloyd2016-11-209-21/+175
|\ \ \ | |/ / |/| |
| * | TLS-Attacker testsuite and fuzzingJuraj Somorovsky2016-11-197-0/+143
| * | TLS CBC functionality now exposed to the library developer. Useful for direct...Juraj Somorovsky2016-11-192-21/+32
|/ /
* | Merge GH #731 Add CLI docsJack Lloyd2016-11-193-12/+165
|\ \
| * | Minor changes and fixesJuraj Somorovsky2016-11-191-19/+23
| * | added CLI sectionNever2016-11-173-12/+161
* | | Add brainpool test to TLSJack Lloyd2016-11-191-1/+3
* | | Update newsJack Lloyd2016-11-191-0/+10
* | | Order default TLS ECC curve preferences by performanceJack Lloyd2016-11-192-6/+9
* | | Fix class vs struct declaration.Jack Lloyd2016-11-191-4/+6
* | | Merge GH #729 Add CECPQ1 (x25519+NewHope) TLS ciphersuitesJack Lloyd2016-11-1919-46/+251
|\ \ \
| * | | Add CECPQ1 TLS ciphersuitesJack Lloyd2016-11-1719-46/+251
* | | | Add key_constraints_to_string, GOST-34.10 cert handlingJack Lloyd2016-11-186-75/+127
* | | | Add X509_DN::emptyJack Lloyd2016-11-181-0/+2
* | | | Don't force HMAC_DRBG to be enabledJack Lloyd2016-11-186-20/+27
* | | | Fix TLS testJack Lloyd2016-11-181-4/+4
|/ / /
* | | This range check was in the wrong directionJack Lloyd2016-11-171-1/+1
* | | Add OIDs for SHA-3 and SHA-3 signature algorithmsJack Lloyd2016-11-172-2/+77
* | | Don't strictly require ffi in modern policyJack Lloyd2016-11-171-3/+2
* | | Merge GH #727 Tests for KDF::nameJack Lloyd2016-11-1612-35/+36
|\ \ \
| * | | KDF1 uses a hash function onlyRené Korthaus2016-11-161-1/+1
| * | | Add a test for KDF::name()René Korthaus2016-11-1512-35/+36
* | | | Merge GH #721 Documentation reorg and expansionJack Lloyd2016-11-166-272/+943
|\ \ \ \ | | |/ / | |/| |
| * | | added manual code examples and removed Nyberg-Rueppel, Rabin-Williams from docNever2016-11-161-37/+101
| * | | Doc changes/additions: hash,symmetric crypto and pubkeyNever2016-11-116-272/+879
* | | | Fix TLS client next protocol handlingJack Lloyd2016-11-161-1/+2
* | | | Fix incompatability with (some) common TLS stackJack Lloyd2016-11-164-15/+26
* | | | Add a script to test TLS compat with major sitesJack Lloyd2016-11-163-0/+113
* | | | Add new TLS callback for when session is activatedJack Lloyd2016-11-162-0/+8