aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add minimum_signature_strenght to Text_PolicyJack Lloyd2016-11-252-3/+9
* Add TLS::Policy::minimum_signature_strengthJack Lloyd2016-11-257-7/+28
* Address review comments from @cordneyJack Lloyd2016-11-256-114/+250
* Fix popping empty container if no revocation data availableJack Lloyd2016-11-231-2/+2
* Add macro signalling support for online revocation checks.Jack Lloyd2016-11-233-3/+11
* Windows fixJack Lloyd2016-11-231-1/+1
* Better OCSP tests including online testsJack Lloyd2016-11-2312-11/+218
* MSVC doesnt support #warningJack Lloyd2016-11-231-1/+1
* Add some simple OCSP testsJack Lloyd2016-11-237-0/+168
* Consult the response for matching certs also, fixes Symantec OCSPJack Lloyd2016-11-231-2/+20
* Report OCSP status in tls_clientJack Lloyd2016-11-231-0/+7
* Add the documented function for OCSP timeoutsJack Lloyd2016-11-232-3/+10
* Move TLS cert verification callback from Credentials_Manager to TLS::CallbacksJack Lloyd2016-11-2310-111/+136
* Add useful debugging output to path validation testJack Lloyd2016-11-231-1/+1
* Refactor X.509 path validationJack Lloyd2016-11-238-359/+748
* Add find_cert_by_pubkey_sha1 to Certificate_Store_In_MemoryJack Lloyd2016-11-234-55/+64
* Add X509_Certificate helper functions for OCSPJack Lloyd2016-11-232-4/+43
* Explicitly number all Certificate_Status_Code enum valuesJack Lloyd2016-11-232-25/+146
* Somewhat better errors in HTTPJack Lloyd2016-11-231-5/+9
* Add final_stdvecJack Lloyd2016-11-231-0/+7
* 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
* 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
* | 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
|/
* Add brainpool test to TLSJack Lloyd2016-11-191-1/+3
* Order default TLS ECC curve preferences by performanceJack Lloyd2016-11-191-4/+6
* Fix class vs struct declaration.Jack Lloyd2016-11-191-4/+6
* Merge GH #729 Add CECPQ1 (x25519+NewHope) TLS ciphersuitesJack Lloyd2016-11-1918-44/+249
|\
| * Add CECPQ1 TLS ciphersuitesJack Lloyd2016-11-1718-44/+249
* | 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
* | 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