Home
last modified time | relevance | path

Searched refs:X509CertList (Results 1 – 3 of 3) sorted by relevance

/dports/irc/inspircd/inspircd-3.11.0/src/modules/extra/
H A Dm_ssl_gnutls.cpp279 class X509CertList class
285 X509CertList(const std::string& certstr) in X509CertList() function in GnuTLS::X509CertList
307 ~X509CertList() in ~X509CertList()
486 X509CertList certs;
490 std::auto_ptr<X509CertList> trustedca;
517 void SetCA(std::auto_ptr<X509CertList>& certlist, std::auto_ptr<X509CRL>& CRL) in SetCA()
651 std::auto_ptr<X509CertList> ca;
679 ca.reset(new X509CertList(ReadFile(filename))); in Config()
H A Dm_ssl_mbedtls.cpp205 class X509CertList : public RAIIObj<mbedtls_x509_crt, mbedtls_x509_crt_init, mbedtls_x509_crt_free> class
209 X509CertList(const std::string& certstr, bool allowempty = false) in X509CertList() function in mbedTLS::X509CertList
240 X509CertList certs;
339 void SetCA(X509CertList& certs, X509CRL& crl) in SetCA()
399 X509CertList cacerts;
/dports/irc/anope/anope-2.0.9/modules/extra/
H A Dm_ssl_gnutls.cpp187 class X509CertList class
193 X509CertList(const Anope::string &certstr) in X509CertList() function in GnuTLS::X509CertList
216 ~X509CertList() in ~X509CertList()
246 X509CertList certs;