aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Fix inverted conditionalJack Lloyd2016-11-161-1/+2
* | | Disable ffi on cross builds.Jack Lloyd2016-11-161-1/+1
* | | Reword [ci skip]Jack Lloyd2016-11-161-1/+1
* | | Todo updates [ci skip]Jack Lloyd2016-11-161-1/+2
* | | Fix TLS corruption tests.Jack Lloyd2016-11-152-8/+11
* | | Add negative tests for cipher mode paddingJack Lloyd2016-11-152-52/+107
| |/ |/|
* | Merge GH #724 Add ESP (IPsec) CBC padding modeJack Lloyd2016-11-154-1/+102
|\ \
| * | Update ISO standard for OneAndZeros_PaddingRené Korthaus2016-11-151-1/+1
| * | Check all padding bytes in ESP_Padding::unpad()René Korthaus2016-11-152-4/+24
| * | Check all ESP padding bytes during unpadRené Korthaus2016-11-141-12/+11