Home
last modified time | relevance | path

Searched refs:X509_Store (Results 1 – 22 of 22) sorted by relevance

/dports/security/botan110/Botan-1.10.17/src/cert/x509store/
H A Dx509stor.cpp65 X509_Store::Cert_Usage check_for, in check_usage()
84 X509_Store::Cert_Usage usage) in usage_check()
86 if(usage == X509_Store::ANY) in usage_check()
133 bool X509_Store::CRL_Data::operator<(const X509_Store::CRL_Data& other) const in operator <()
171 X509_Store::X509_Store(u32bit slack, u32bit cache_timeout) in X509_Store() function in Botan::X509_Store
182 X509_Store::X509_Store(const X509_Store& other) in X509_Store() function in Botan::X509_Store
196 X509_Store::~X509_Store() in ~X509_Store()
411 void X509_Store::recompute_revoked_info() const in recompute_revoked_info()
514 void X509_Store::add_certs(DataSource& source) in add_certs()
596 std::string X509_Store::PEM_encode() const in PEM_encode()
[all …]
H A Dx509stor.h48 class BOTAN_DLL X509_Store
73 X509_Store(u32bit time_slack = 24*60*60,
76 X509_Store(const X509_Store&);
77 ~X509_Store();
79 X509_Store& operator=(const X509_Store&) { return (*this); }
/dports/security/botan110/Botan-1.10.17/src/wrap/python/
H A Dx509.cpp111 python::enum_<X509_Store::Cert_Usage>("cert_usage") in export_x509()
112 .value("any", X509_Store::ANY) in export_x509()
113 .value("tls_server", X509_Store::TLS_SERVER) in export_x509()
114 .value("tls_client", X509_Store::TLS_CLIENT) in export_x509()
115 .value("code_signing", X509_Store::CODE_SIGNING) in export_x509()
116 .value("email_protection", X509_Store::EMAIL_PROTECTION) in export_x509()
117 .value("time_stamping", X509_Store::TIME_STAMPING) in export_x509()
118 .value("crl_signing", X509_Store::CRL_SIGNING); in export_x509()
122 python::class_<X509_Store>("X509_Store") in export_x509()
123 .def("add_cert", &X509_Store::add_cert, add_cert_ols()) in export_x509()
[all …]
/dports/security/botan110/Botan-1.10.17/src/cms/
H A Dcms_dec.h41 CMS_Decoder(DataSource&, const X509_Store&,
50 X509_Store store;
H A Dcms_dalg.cpp39 X509_Store&) in get_cert() argument
73 void read_orig_info(BER_Decoder& info, X509_Store& store) in read_orig_info()
H A Dcms_dec.cpp19 CMS_Decoder::CMS_Decoder(DataSource& in, const X509_Store& x509store, in CMS_Decoder()
/dports/security/py-m2crypto/M2Crypto-0.38.0/tests/
H A Dtest_smime.py118 st = X509.X509_Store()
131 st = X509.X509_Store()
153 st = X509.X509_Store()
184 st = X509.X509_Store()
203 st = X509.X509_Store()
311 st = X509.X509_Store()
H A Dtest_ssl_offline.py57 self.assertIsInstance(store, X509.X509_Store)
H A Dtest_obj.py117 st = X509.X509_Store()
/dports/security/botan110/Botan-1.10.17/doc/examples/
H A Dcert_verify.cpp23 X509_Store cert_store; in main()
/dports/security/botan110/Botan-1.10.17/doc/examples/python/
H A Dnisttest.py7 store = botan.X509_Store()
/dports/security/py-m2crypto/M2Crypto-0.38.0/contrib/
H A Dsmimeplus.py81 _store = M2Crypto.X509.X509_Store()
/dports/security/botan110/Botan-1.10.17/checks/
H A Dx509.cpp194 X509_Store store; in do_x509_tests()
/dports/security/py-m2crypto/M2Crypto-0.38.0/src/M2Crypto/SSL/
H A DContext.py445 return X509.X509_Store(m2.ssl_ctx_get_cert_store(self.ctx))
/dports/security/botan110/Botan-1.10.17/checks/nist_tests/
H A Dx509test.cpp109 X509_Store store; in run_one_test()
/dports/security/py-m2crypto/M2Crypto-0.38.0/src/M2Crypto/
H A DSMIME.py181 assert isinstance(store, X509.X509_Store)
H A DX509.py970 class X509_Store(object): class
/dports/security/py-m2crypto/M2Crypto-0.38.0/doc/
H A Dhowto.smime.rst319 st = X509.X509_Store()
585 st = X509.X509_Store()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/doc/
H A Dold_news.rst1711 * If X509_Store was copied, the u32bit containing how long to cache validation
3023 * X509_Store takes timeout options as constructor arguments
3512 * Moved the Cert_Usage enumeration into X509_Store
3682 * Made the X509_Store search routines more efficient and flexible
3747 * Removed a denial of service vulnerability in X509_Store
3849 * Changed X509_Store searching interface to be more flexible
3882 * Fixes for the certificate path validation algorithm in X509_Store
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/doc/
H A Dold_news.rst1711 * If X509_Store was copied, the u32bit containing how long to cache validation
3023 * X509_Store takes timeout options as constructor arguments
3512 * Moved the Cert_Usage enumeration into X509_Store
3682 * Made the X509_Store search routines more efficient and flexible
3747 * Removed a denial of service vulnerability in X509_Store
3849 * Changed X509_Store searching interface to be more flexible
3882 * Fixes for the certificate path validation algorithm in X509_Store
/dports/security/botan2/Botan-2.18.2/doc/
H A Dold_news.rst1711 * If X509_Store was copied, the u32bit containing how long to cache validation
3023 * X509_Store takes timeout options as constructor arguments
3512 * Moved the Cert_Usage enumeration into X509_Store
3682 * Made the X509_Store search routines more efficient and flexible
3747 * Removed a denial of service vulnerability in X509_Store
3849 * Changed X509_Store searching interface to be more flexible
3882 * Fixes for the certificate path validation algorithm in X509_Store
/dports/security/py-m2crypto/M2Crypto-0.38.0/
H A DCHANGES360 - X509_Store.load_info now returns the value from the underlying