Home
last modified time | relevance | path

Searched refs:GNUTLS_TL_NO_DUPLICATES (Results 1 – 10 of 10) sorted by relevance

/dports/security/gnutls/gnutls-3.6.16/doc/functions/
H A Dgnutls_x509_trust_list_add_cas18 If the flag @code{GNUTLS_TL_NO_DUPLICATES} is specified, then
26 If either @code{GNUTLS_TL_NO_DUPLICATE_KEY} or @code{GNUTLS_TL_NO_DUPLICATES}
H A Dgnutls_x509_trust_list_add_crls21 to allow verifying the CRLs for validity. If the flag @code{GNUTLS_TL_NO_DUPLICATES}
24 If the flag @code{GNUTLS_TL_NO_DUPLICATES} is given, @code{gnutls_x509_trust_list_deinit()} must …
H A Dgnutls_x509_trust_list_add_system_trust16 This function implies the flag @code{GNUTLS_TL_NO_DUPLICATES} .
/dports/security/gnutls/gnutls-3.6.16/lib/x509/
H A Dverify-high2.c100 x509_ncas, tl_flags|GNUTLS_TL_NO_DUPLICATES); in gnutls_x509_trust_list_add_trust_mem()
119 x509_ncrls, tl_flags|GNUTLS_TL_NO_DUPLICATES, in gnutls_x509_trust_list_add_trust_mem()
H A Dverify-high.c289 if (flags & GNUTLS_TL_NO_DUPLICATES || flags & GNUTLS_TL_NO_DUPLICATE_KEY) { in gnutls_x509_trust_list_add_cas()
291 if (flags & GNUTLS_TL_NO_DUPLICATES) in gnutls_x509_trust_list_add_cas()
742 if (flags & GNUTLS_TL_NO_DUPLICATES) in gnutls_x509_trust_list_add_crls()
752 if (flags & GNUTLS_TL_NO_DUPLICATES) { in gnutls_x509_trust_list_add_crls()
780 if (flags & GNUTLS_TL_NO_DUPLICATES) in gnutls_x509_trust_list_add_crls()
/dports/security/gnutls/gnutls-3.6.16/lib/system/
H A Dcerts.c372 return add_system_trust(list, tl_flags|GNUTLS_TL_NO_DUPLICATES, tl_vflags); in gnutls_x509_trust_list_add_system_trust()
/dports/devel/opendht/opendht-1.10.1/src/
H A Dcrypto.cpp1418 …ls_x509_trust_list_add_cas(trust, chain.first.data(), chain.first.size(), GNUTLS_TL_NO_DUPLICATES); in add()
1423 GNUTLS_TL_VERIFY_CRL | GNUTLS_TL_NO_DUPLICATES, 0); in add()
1429 …gnutls_x509_trust_list_add_crls(trust, &copy, 1, GNUTLS_TL_VERIFY_CRL | GNUTLS_TL_NO_DUPLICATES, 0… in add()
/dports/devel/py-opendht/opendht-1.10.1/src/
H A Dcrypto.cpp1418 …ls_x509_trust_list_add_cas(trust, chain.first.data(), chain.first.size(), GNUTLS_TL_NO_DUPLICATES); in add()
1423 GNUTLS_TL_VERIFY_CRL | GNUTLS_TL_NO_DUPLICATES, 0); in add()
1429 …gnutls_x509_trust_list_add_crls(trust, &copy, 1, GNUTLS_TL_VERIFY_CRL | GNUTLS_TL_NO_DUPLICATES, 0… in add()
/dports/security/gnutls/gnutls-3.6.16/lib/includes/gnutls/
H A Dx509.h1584 GNUTLS_TL_NO_DUPLICATES = (1<<2), enumerator
1585 #define GNUTLS_TL_NO_DUPLICATES (1<<2) macro
/dports/security/gnutls/gnutls-3.6.16/doc/
H A Dx509-api.texi7338 If the flag @code{GNUTLS_TL_NO_DUPLICATES} is specified, then
7346 If either @code{GNUTLS_TL_NO_DUPLICATE_KEY} or @code{GNUTLS_TL_NO_DUPLICATES}
7374 to allow verifying the CRLs for validity. If the flag @code{GNUTLS_TL_NO_DUPLICATES}
7377 If the flag @code{GNUTLS_TL_NO_DUPLICATES} is given, @code{gnutls_x509_trust_list_deinit()} must …
7435 This function implies the flag @code{GNUTLS_TL_NO_DUPLICATES} .