| 2009 | |
| 2010 | |
| 2011 | SSL_CTX::~SSL_CTX() |
| 2012 | { |
| 2013 | ysDelete(method_); |
| 2014 | ysDelete(certificate_); |
| 2015 | ysDelete(privateKey_); |
| 2016 | |
| 2017 | STL::for_each(caList_.begin(), caList_.end(), del_ptr_zero()); |
| 2018 | } |
| 2019 | |
| 2020 | |
| 2021 | void SSL_CTX::AddCA(x509* ca) |
nothing calls this directly
no test coverage detected