Home
last modified time | relevance | path

Searched refs:gnutls_x509_crt_t (Results 1 – 25 of 976) sorted by relevance

12345678910>>...40

/dports/security/gnutls/gnutls-3.6.16/lib/includes/gnutls/
H A Dx509.h150 unsigned gnutls_x509_crt_equals(gnutls_x509_crt_t cert1, gnutls_x509_crt_t cert2);
335 gnutls_x509_crt_t crt);
410 gnutls_x509_crt_t src);
413 gnutls_x509_crt_t issuer,
417 gnutls_x509_crt_t issuer,
689 gnutls_x509_crt_t issuer,
692 gnutls_x509_crt_t issuer,
707 gnutls_x509_crt_t eecrt,
845 gnutls_x509_crt_t issuer);
1041 gnutls_x509_crt_t issuer);
[all …]
/dports/security/gnutls/gnutls-3.6.16/src/
H A Dcerttool-cfg.h46 void crt_constraints_set(gnutls_x509_crt_t crt);
47 void get_country_crt_set(gnutls_x509_crt_t crt);
49 void get_unit_crt_set(gnutls_x509_crt_t crt);
50 void get_state_crt_set(gnutls_x509_crt_t crt);
52 void get_cn_crt_set(gnutls_x509_crt_t crt);
53 void get_dn_crt_set(gnutls_x509_crt_t crt);
55 void get_uid_crt_set(gnutls_x509_crt_t crt);
57 void get_oid_crt_set(gnutls_x509_crt_t crt);
84 void get_policy_set(gnutls_x509_crt_t);
89 void get_ca_issuers_set(gnutls_x509_crt_t crt);
[all …]
H A Docsptool-common.h36 _generate_request(gnutls_x509_crt_t cert, gnutls_x509_crt_t issuer,
39 gnutls_x509_crt_t cert, gnutls_x509_crt_t issuer,
44 check_ocsp_response(gnutls_x509_crt_t cert, gnutls_x509_crt_t issuer,
/dports/security/xmlsec1/xmlsec1-1.2.29/src/gnutls/
H A Dx509utils.h48 gnutls_x509_crt_t xmlSecGnuTLSX509CertDup (gnutls_x509_crt_t src);
49 xmlChar * xmlSecGnuTLSX509CertGetSubjectDN (gnutls_x509_crt_t cert);
50 xmlChar * xmlSecGnuTLSX509CertGetIssuerDN (gnutls_x509_crt_t cert);
51 xmlChar * xmlSecGnuTLSX509CertGetIssuerSerial (gnutls_x509_crt_t cert);
52 xmlChar * xmlSecGnuTLSX509CertGetSKI (gnutls_x509_crt_t cert);
53 gnutls_x509_crt_t xmlSecGnuTLSX509CertRead (const xmlSecByte* buf,
56 gnutls_x509_crt_t xmlSecGnuTLSX509CertBase64DerRead (xmlChar* buf);
57 xmlChar* xmlSecGnuTLSX509CertBase64DerWrite (gnutls_x509_crt_t cert,
59 void xmlSecGnuTLSX509CertDebugDump (gnutls_x509_crt_t cert,
61 void xmlSecGnuTLSX509CertDebugXmlDump (gnutls_x509_crt_t cert,
[all …]
H A Dx509vfy.c123 gnutls_x509_crt_t
131 gnutls_x509_crt_t res = NULL; in xmlSecGnuTLSX509StoreFindCert()
208 gnutls_x509_crt_t
214 gnutls_x509_crt_t res = NULL; in xmlSecGnuTLSX509StoreVerify()
245 cert_list = (gnutls_x509_crt_t *)xmlMalloc(sizeof(gnutls_x509_crt_t) * cert_list_length); in xmlSecGnuTLSX509StoreVerify()
272 ca_list = (gnutls_x509_crt_t *)xmlMalloc(sizeof(gnutls_x509_crt_t) * ca_list_length); in xmlSecGnuTLSX509StoreVerify()
532 static gnutls_x509_crt_t
615 static gnutls_x509_crt_t
634 gnutls_x509_crt_t tmp; in xmlSecGnuTLSX509FindSignedCert()
666 static gnutls_x509_crt_t
[all …]
/dports/mail/exim-mysql/exim-4.95/src/
H A Dtlscert-gnu.c35 if ((fail = gnutls_x509_crt_export((gnutls_x509_crt_t)cert, in tls_export_cert()
58 gnutls_x509_crt_t crt = *(gnutls_x509_crt_t *)cert; in tls_import_cert()
84 gnutls_x509_crt_t crt = *(gnutls_x509_crt_t *)cert; in tls_free_cert()
162 gnutls_x509_crt_get_expiration_time((gnutls_x509_crt_t)cert), in tls_cert_not_after()
170 gnutls_x509_crt_get_activation_time((gnutls_x509_crt_t)cert), in tls_cert_not_before()
182 if ((ret = gnutls_x509_crt_get_serial((gnutls_x509_crt_t)cert, in tls_cert_serial_number()
307 (gnutls_x509_crt_t)cert, index, NULL, &siz, NULL)) in tls_cert_subject_altname()
321 (gnutls_x509_crt_t)cert, index, ele, &siz, NULL)) < 0) in tls_cert_subject_altname()
392 (gnutls_x509_crt_t)cert, index, NULL, &siz, NULL, NULL)) in tls_cert_crl_uri()
423 if ( (fail = gnutls_x509_crt_export((gnutls_x509_crt_t)cert, in tls_cert_der_b64()
[all …]
/dports/mail/exim-sa-exim/exim-4.95/src/
H A Dtlscert-gnu.c35 if ((fail = gnutls_x509_crt_export((gnutls_x509_crt_t)cert, in tls_export_cert()
58 gnutls_x509_crt_t crt = *(gnutls_x509_crt_t *)cert; in tls_import_cert()
84 gnutls_x509_crt_t crt = *(gnutls_x509_crt_t *)cert; in tls_free_cert()
162 gnutls_x509_crt_get_expiration_time((gnutls_x509_crt_t)cert), in tls_cert_not_after()
170 gnutls_x509_crt_get_activation_time((gnutls_x509_crt_t)cert), in tls_cert_not_before()
182 if ((ret = gnutls_x509_crt_get_serial((gnutls_x509_crt_t)cert, in tls_cert_serial_number()
307 (gnutls_x509_crt_t)cert, index, NULL, &siz, NULL)) in tls_cert_subject_altname()
321 (gnutls_x509_crt_t)cert, index, ele, &siz, NULL)) < 0) in tls_cert_subject_altname()
392 (gnutls_x509_crt_t)cert, index, NULL, &siz, NULL, NULL)) in tls_cert_crl_uri()
423 if ( (fail = gnutls_x509_crt_export((gnutls_x509_crt_t)cert, in tls_cert_der_b64()
[all …]
/dports/mail/exim-ldap2/exim-4.95/src/
H A Dtlscert-gnu.c35 if ((fail = gnutls_x509_crt_export((gnutls_x509_crt_t)cert, in tls_export_cert()
58 gnutls_x509_crt_t crt = *(gnutls_x509_crt_t *)cert; in tls_import_cert()
84 gnutls_x509_crt_t crt = *(gnutls_x509_crt_t *)cert; in tls_free_cert()
162 gnutls_x509_crt_get_expiration_time((gnutls_x509_crt_t)cert), in tls_cert_not_after()
170 gnutls_x509_crt_get_activation_time((gnutls_x509_crt_t)cert), in tls_cert_not_before()
182 if ((ret = gnutls_x509_crt_get_serial((gnutls_x509_crt_t)cert, in tls_cert_serial_number()
307 (gnutls_x509_crt_t)cert, index, NULL, &siz, NULL)) in tls_cert_subject_altname()
321 (gnutls_x509_crt_t)cert, index, ele, &siz, NULL)) < 0) in tls_cert_subject_altname()
392 (gnutls_x509_crt_t)cert, index, NULL, &siz, NULL, NULL)) in tls_cert_crl_uri()
423 if ( (fail = gnutls_x509_crt_export((gnutls_x509_crt_t)cert, in tls_cert_der_b64()
[all …]
/dports/mail/exim/exim-4.95/src/
H A Dtlscert-gnu.c35 if ((fail = gnutls_x509_crt_export((gnutls_x509_crt_t)cert, in tls_export_cert()
58 gnutls_x509_crt_t crt = *(gnutls_x509_crt_t *)cert; in tls_import_cert()
84 gnutls_x509_crt_t crt = *(gnutls_x509_crt_t *)cert; in tls_free_cert()
162 gnutls_x509_crt_get_expiration_time((gnutls_x509_crt_t)cert), in tls_cert_not_after()
170 gnutls_x509_crt_get_activation_time((gnutls_x509_crt_t)cert), in tls_cert_not_before()
182 if ((ret = gnutls_x509_crt_get_serial((gnutls_x509_crt_t)cert, in tls_cert_serial_number()
307 (gnutls_x509_crt_t)cert, index, NULL, &siz, NULL)) in tls_cert_subject_altname()
321 (gnutls_x509_crt_t)cert, index, ele, &siz, NULL)) < 0) in tls_cert_subject_altname()
392 (gnutls_x509_crt_t)cert, index, NULL, &siz, NULL, NULL)) in tls_cert_crl_uri()
423 if ( (fail = gnutls_x509_crt_export((gnutls_x509_crt_t)cert, in tls_cert_der_b64()
[all …]
/dports/mail/exim-monitor/exim-4.95/src/
H A Dtlscert-gnu.c35 if ((fail = gnutls_x509_crt_export((gnutls_x509_crt_t)cert, in tls_export_cert()
58 gnutls_x509_crt_t crt = *(gnutls_x509_crt_t *)cert; in tls_import_cert()
84 gnutls_x509_crt_t crt = *(gnutls_x509_crt_t *)cert; in tls_free_cert()
162 gnutls_x509_crt_get_expiration_time((gnutls_x509_crt_t)cert), in tls_cert_not_after()
170 gnutls_x509_crt_get_activation_time((gnutls_x509_crt_t)cert), in tls_cert_not_before()
182 if ((ret = gnutls_x509_crt_get_serial((gnutls_x509_crt_t)cert, in tls_cert_serial_number()
307 (gnutls_x509_crt_t)cert, index, NULL, &siz, NULL)) in tls_cert_subject_altname()
321 (gnutls_x509_crt_t)cert, index, ele, &siz, NULL)) < 0) in tls_cert_subject_altname()
392 (gnutls_x509_crt_t)cert, index, NULL, &siz, NULL, NULL)) in tls_cert_crl_uri()
423 if ( (fail = gnutls_x509_crt_export((gnutls_x509_crt_t)cert, in tls_cert_der_b64()
[all …]
/dports/mail/exim-postgresql/exim-4.95/src/
H A Dtlscert-gnu.c35 if ((fail = gnutls_x509_crt_export((gnutls_x509_crt_t)cert, in tls_export_cert()
58 gnutls_x509_crt_t crt = *(gnutls_x509_crt_t *)cert; in tls_import_cert()
84 gnutls_x509_crt_t crt = *(gnutls_x509_crt_t *)cert; in tls_free_cert()
162 gnutls_x509_crt_get_expiration_time((gnutls_x509_crt_t)cert), in tls_cert_not_after()
170 gnutls_x509_crt_get_activation_time((gnutls_x509_crt_t)cert), in tls_cert_not_before()
182 if ((ret = gnutls_x509_crt_get_serial((gnutls_x509_crt_t)cert, in tls_cert_serial_number()
307 (gnutls_x509_crt_t)cert, index, NULL, &siz, NULL)) in tls_cert_subject_altname()
321 (gnutls_x509_crt_t)cert, index, ele, &siz, NULL)) < 0) in tls_cert_subject_altname()
392 (gnutls_x509_crt_t)cert, index, NULL, &siz, NULL, NULL)) in tls_cert_crl_uri()
423 if ( (fail = gnutls_x509_crt_export((gnutls_x509_crt_t)cert, in tls_cert_der_b64()
[all …]
/dports/mail/exim-sqlite/exim-4.95/src/
H A Dtlscert-gnu.c35 if ((fail = gnutls_x509_crt_export((gnutls_x509_crt_t)cert, in tls_export_cert()
58 gnutls_x509_crt_t crt = *(gnutls_x509_crt_t *)cert; in tls_import_cert()
84 gnutls_x509_crt_t crt = *(gnutls_x509_crt_t *)cert; in tls_free_cert()
162 gnutls_x509_crt_get_expiration_time((gnutls_x509_crt_t)cert), in tls_cert_not_after()
170 gnutls_x509_crt_get_activation_time((gnutls_x509_crt_t)cert), in tls_cert_not_before()
182 if ((ret = gnutls_x509_crt_get_serial((gnutls_x509_crt_t)cert, in tls_cert_serial_number()
307 (gnutls_x509_crt_t)cert, index, NULL, &siz, NULL)) in tls_cert_subject_altname()
321 (gnutls_x509_crt_t)cert, index, ele, &siz, NULL)) < 0) in tls_cert_subject_altname()
392 (gnutls_x509_crt_t)cert, index, NULL, &siz, NULL, NULL)) in tls_cert_crl_uri()
423 if ( (fail = gnutls_x509_crt_export((gnutls_x509_crt_t)cert, in tls_cert_der_b64()
[all …]
/dports/security/gnutls/gnutls-3.6.16/lib/x509/
H A Dx509_write.c40 static void disable_optional_stuff(gnutls_x509_crt_t cert);
138 gnutls_x509_crt_set_proxy_dn(gnutls_x509_crt_t crt, in gnutls_x509_crt_set_proxy_dn()
139 gnutls_x509_crt_t eecrt, in gnutls_x509_crt_set_proxy_dn()
1021 gnutls_x509_crt_set_proxy(gnutls_x509_crt_t crt, in gnutls_x509_crt_set_proxy()
1123 gnutls_x509_crt_sign2(gnutls_x509_crt_t crt, gnutls_x509_crt_t issuer, in gnutls_x509_crt_sign2()
1179 gnutls_x509_crt_sign(gnutls_x509_crt_t crt, gnutls_x509_crt_t issuer, in gnutls_x509_crt_sign()
1540 gnutls_x509_crt_t src) in gnutls_x509_crt_cpy_crl_dist_points()
1800 gnutls_x509_crt_privkey_sign(gnutls_x509_crt_t crt, in gnutls_x509_crt_privkey_sign()
1801 gnutls_x509_crt_t issuer, in gnutls_x509_crt_privkey_sign()
1946 gnutls_x509_crt_set_policy(gnutls_x509_crt_t crt, in gnutls_x509_crt_set_policy()
[all …]
H A Dx509.c44 static int crt_reinit(gnutls_x509_crt_t crt) in crt_reinit()
93 gnutls_x509_crt_t cert2) in gnutls_x509_crt_equals()
154 gnutls_x509_crt_equals2(gnutls_x509_crt_t cert1, in gnutls_x509_crt_equals2()
199 int gnutls_x509_crt_init(gnutls_x509_crt_t * cert) in gnutls_x509_crt_init()
201 gnutls_x509_crt_t tmp; in gnutls_x509_crt_init()
256 int _gnutls_x509_crt_cpy(gnutls_x509_crt_t dest, gnutls_x509_crt_t src) in _gnutls_x509_crt_cpy()
377 static int cache_alt_names(gnutls_x509_crt_t cert) in cache_alt_names()
553 gnutls_x509_crt_import(gnutls_x509_crt_t cert, in gnutls_x509_crt_import()
2945 gnutls_x509_crt_export(gnutls_x509_crt_t cert, in gnutls_x509_crt_export()
3721 sizeof(gnutls_x509_crt_t) * init); in gnutls_x509_crt_list_import2()
[all …]
H A Dverify.c49 gnutls_x509_crt_t cert2, in _gnutls_check_if_same_key()
76 gnutls_x509_crt_t cert2; in _gnutls_check_if_same_key2()
142 check_if_ca(gnutls_x509_crt_t cert, gnutls_x509_crt_t issuer, in check_if_ca()
258 static unsigned is_issuer(gnutls_x509_crt_t cert, gnutls_x509_crt_t issuer) in is_issuer()
327 unsigned _gnutls_is_same_dn(gnutls_x509_crt_t cert1, gnutls_x509_crt_t cert2) in _gnutls_is_same_dn()
339 static inline gnutls_x509_crt_t
344 gnutls_x509_crt_t issuer = NULL; in find_issuer()
455 gnutls_x509_crt_t crt, gnutls_x509_crt_t issuer, in is_level_acceptable()
603 gnutls_x509_crt_t cert,
1367 gnutls_x509_crt_t cert, in _gnutls_x509_verify_data()
[all …]
H A Dcommon.h242 _gnutls_check_if_same_key(gnutls_x509_crt_t cert1,
243 gnutls_x509_crt_t cert2,
247 _gnutls_check_if_same_key2(gnutls_x509_crt_t cert1,
252 gnutls_x509_crt_t cert, time_t now,
255 unsigned _gnutls_check_key_purpose(gnutls_x509_crt_t cert, const char *purpose, unsigned no_any);
270 unsigned _gnutls_is_same_dn(gnutls_x509_crt_t cert1, gnutls_x509_crt_t cert2);
281 int x509_crt_to_raw_pubkey(gnutls_x509_crt_t crt,
284 typedef void (*gnutls_cert_vfunc)(gnutls_x509_crt_t);
286 gnutls_x509_crt_t *_gnutls_sort_clist(gnutls_x509_crt_t
288 gnutls_x509_crt_t * clist,
[all …]
H A Dx509_int.h155 int _gnutls_x509_crt_cpy(gnutls_x509_crt_t dest, gnutls_x509_crt_t src);
170 gnutls_x509_crt_t issuer,
239 int gnutls_x509_crt_is_issuer(gnutls_x509_crt_t cert,
240 gnutls_x509_crt_t issuer);
301 _gnutls_x509_crt_get_extension(gnutls_x509_crt_t cert,
341 int _gnutls_x509_crt_get_mpis(gnutls_x509_crt_t cert,
406 _gnutls_x509_crt_read_spki_params(gnutls_x509_crt_t crt, in _gnutls_x509_crt_read_spki_params()
490 gnutls_x509_crt_verify_data3(gnutls_x509_crt_t crt,
501 const gnutls_x509_crt_t * trusted_cas,
510 const gnutls_x509_crt_t * certificate_list,
[all …]
/dports/security/xmlsec1/xmlsec1-1.2.29/include/xmlsec/gnutls/
H A Dx509.h40 XMLSEC_CRYPTO_EXPORT gnutls_x509_crt_t xmlSecGnuTLSKeyDataX509GetKeyCert (xmlSecKeyDataPtr d…
42gnutls_x509_crt_t cert);
45gnutls_x509_crt_t cert);
46 XMLSEC_CRYPTO_EXPORT gnutls_x509_crt_t xmlSecGnuTLSKeyDataX509GetCert (xmlSecKeyDataPtr d…
57 XMLSEC_CRYPTO_EXPORT xmlSecKeyDataPtr xmlSecGnuTLSX509CertGetKey (gnutls_x509_crt_t
86 XMLSEC_CRYPTO_EXPORT gnutls_x509_crt_t xmlSecGnuTLSX509StoreFindCert (const xmlSecKeyDataStorePt…
92 XMLSEC_CRYPTO_EXPORT gnutls_x509_crt_t xmlSecGnuTLSX509StoreVerify (xmlSecKeyDataStorePtr stor…
97 gnutls_x509_crt_t cert,
/dports/security/libprelude/libprelude-1.2.6/prelude-admin/
H A Dtls-register.h30 … gnutls_x509_privkey_t cakey, gnutls_x509_crt_t cacrt, gnutls_x509_crt_t crt);
36 gnutls_x509_privkey_t key, gnutls_x509_crt_t *crt);
40 gnutls_x509_crt_t cacrt,
41 gnutls_x509_crt_t *crt);
44 gnutls_x509_crt_t crt, uint64_t revoked_analyzerid);
/dports/security/py-gnutls/python-gnutls-3.1.3/gnutls/library/
H A Dfunctions.py531 gnutls_pkcs7_set_crt.argtypes = [gnutls_pkcs7_t, gnutls_x509_crt_t]
921 gnutls_x509_crt_check_issuer.argtypes = [gnutls_x509_crt_t, gnutls_x509_crt_t]
929 gnutls_x509_crt_cpy_crl_dist_points.argtypes = [gnutls_x509_crt_t, gnutls_x509_crt_t]
933 gnutls_x509_crt_deinit.argtypes = [gnutls_x509_crt_t]
941 gnutls_x509_crt_get_activation_time.argtypes = [gnutls_x509_crt_t]
1083 gnutls_x509_crt_get_version.argtypes = [gnutls_x509_crt_t]
1091 gnutls_x509_crt_init.argtypes = [POINTER(gnutls_x509_crt_t)]
1163 gnutls_x509_crt_set_proxy_dn.argtypes = [gnutls_x509_crt_t, gnutls_x509_crt_t, c_uint, c_void_p, c_…
1183 gnutls_x509_crt_sign.argtypes = [gnutls_x509_crt_t, gnutls_x509_crt_t, gnutls_x509_privkey_t]
1187 gnutls_x509_crt_sign2.argtypes = [gnutls_x509_crt_t, gnutls_x509_crt_t, gnutls_x509_privkey_t, gnut…
[all …]
/dports/news/pan/pan-0.145/pan/data/
H A Dcert-store.h56 typedef std::map<Quark,gnutls_x509_crt_t> certs_m;
57 typedef std::pair<Quark,gnutls_x509_crt_t> certs_p;
84 gnutls_x509_crt_t get_cert_to_server (const Quark& s) in get_cert_to_server()
96 bool add (gnutls_x509_crt_t, const Quark&) ;
106 …virtual void on_verify_cert_failed (gnutls_x509_crt_t cert UNUSED, std::string server UNUSED, int …
107 … virtual void on_valid_cert_added (gnutls_x509_crt_t cert UNUSED, std::string server UNUSED) = 0;
117 void verify_failed (gnutls_x509_crt_t c, std::string server, int nr) in verify_failed()
123 void valid_cert_added (gnutls_x509_crt_t c, std::string server) in valid_cert_added()
/dports/security/gnutls/gnutls-3.6.16/doc/examples/
H A Dex-ocsp-client.c19 static gnutls_x509_crt_t load_cert(const char *cert_file);
22 _generate_request(gnutls_datum_t * rdata, gnutls_x509_crt_t cert,
23 gnutls_x509_crt_t issuer, gnutls_datum_t *nonce);
25 _verify_response(gnutls_datum_t * data, gnutls_x509_crt_t cert,
26 gnutls_x509_crt_t signer, gnutls_datum_t *nonce);
42 gnutls_x509_crt_t cert, issuer, signer; in main()
175 static gnutls_x509_crt_t load_cert(const char *cert_file) in load_cert()
177 gnutls_x509_crt_t crt; in load_cert()
206 _generate_request(gnutls_datum_t * rdata, gnutls_x509_crt_t cert, in _generate_request()
235 _verify_response(gnutls_datum_t * data, gnutls_x509_crt_t cert, in _verify_response()
[all …]
/dports/security/gnomint/gnomint-1.2.1/src/
H A Dcertificate_properties.c660 gnutls_x509_crt_t *certificate) in __certificate_properties_fill_cert_issuerUniqueID()
669 gnutls_x509_crt_t *certificate) in __certificate_properties_fill_cert_subjectUniqueID()
678 gnutls_x509_crt_t *certificate) in __certificate_properties_fill_cert_ext_SubjectKeyIdentifier()
701 gnutls_x509_crt_t *certificate) in __certificate_properties_fill_cert_ext_KeyUsage()
724 gnutls_x509_crt_t *certificate) in __certificate_properties_fill_cert_ext_SubjectAltName()
831 gnutls_x509_crt_t *certificate) in __certificate_properties_fill_cert_ext_CRLDistributionPoints()
927 gnutls_x509_crt_t *certificate) in __certificate_properties_fill_cert_ext_ExtKeyUsage()
965 gnutls_x509_crt_t *certificate) in __certificate_properties_fill_cert_ext()
1025 gnutls_x509_crt_t *certificate) in __certificate_properties_fill_cert()
1044 gnutls_x509_crt_t *certificate) in __certificate_properties_fill_signatureAlgorithm()
[all …]
/dports/mail/claws-mail-perl/claws-mail-3.18.0/src/common/
H A Dssl_certificate.h42 gnutls_x509_crt_t x509_cert;
60 gboolean ssl_certificate_check (gnutls_x509_crt_t x509_cert, guint status, const gchar *host, gusho…
61 gboolean ssl_certificate_check_chain(gnutls_x509_crt_t *certs, gint chain_len, const gchar *host, g…
67 gnutls_x509_crt_t ssl_certificate_get_x509_from_pem_file(const gchar *file);
70 const gchar *password, gnutls_x509_crt_t *crt, gnutls_x509_privkey_t *key);
71 size_t gnutls_i2d_X509(gnutls_x509_crt_t x509_cert, unsigned char **output);
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/src/common/
H A Dssl_certificate.h42 gnutls_x509_crt_t x509_cert;
60 gboolean ssl_certificate_check (gnutls_x509_crt_t x509_cert, guint status, const gchar *host, gusho…
61 gboolean ssl_certificate_check_chain(gnutls_x509_crt_t *certs, gint chain_len, const gchar *host, g…
67 gnutls_x509_crt_t ssl_certificate_get_x509_from_pem_file(const gchar *file);
70 const gchar *password, gnutls_x509_crt_t *crt, gnutls_x509_privkey_t *key);
71 size_t gnutls_i2d_X509(gnutls_x509_crt_t x509_cert, unsigned char **output);

12345678910>>...40