aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls/tls_callbacks.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove outer shared_ptr from Certificate in certstore interfaceJack Lloyd2020-11-231-1/+1
* Reduce usage of oids.h with the addition of some helpers on OIDJack Lloyd2019-08-041-2/+1
* Deprecate and replace OIDS::lookupJack Lloyd2019-08-041-1/+1
* Add support for HelloVerifyRequest on server sideJack Lloyd2019-06-181-0/+5
* Add script for running TLS fuzzerJack Lloyd2019-05-241-1/+1
* Make exceptions easier to translate to error codesJack Lloyd2018-11-231-1/+4
* Add callback for decoding TLS group paramsJack Lloyd2018-02-131-0/+6
* Use shared representation of EC_GroupJack Lloyd2018-01-311-1/+1
* Add an examine callback alsoJack Lloyd2018-01-271-1/+5
* Add ability for application to control which TLS extensions are usedJack Lloyd2018-01-271-0/+4
* Add copyright statements to files modified in the preceding 2 commitsHarry Reimann2017-12-041-0/+1
* Move TLS signature and key exchange code into callbacksHarry Reimann2017-12-041-0/+116
* More include header cleanupsJack Lloyd2017-09-211-1/+0
* Content:Tomasz Frydrych2017-04-031-2/+0
* Add TLS::Policy::require_cert_revocation_infoJack Lloyd2016-11-281-1/+2
* Add OCSP stapling support to TLS clientJack Lloyd2016-11-261-1/+3
* Add TLS::Policy::minimum_signature_strengthJack Lloyd2016-11-251-2/+4
* Add the documented function for OCSP timeoutsJack Lloyd2016-11-231-3/+1
* Move TLS cert verification callback from Credentials_Manager to TLS::CallbacksJack Lloyd2016-11-231-0/+53