Home
last modified time | relevance | path

Searched refs:pkiDebug (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_srv.c110 pkiDebug("pkinit_create_edata: creating edata for error %d (%s)\n", in pkinit_create_edata()
127 pkiDebug("no edata needed for error %d (%s)\n", in pkinit_create_edata()
151 pkiDebug("pkinit_server_get_edata: entered!\n"); in pkinit_server_get_edata()
186 pkiDebug("%s: error from retrieve_certificate_sans()\n", __FUNCTION__); in verify_client_san()
194 pkiDebug("%s: call_san_checking_plugins() returned retval %d\n", in verify_client_san()
200 pkiDebug("%s: call_san_checking_plugins() returned decision %d\n", in verify_client_san()
211 pkiDebug("%s: Checking pkinit sans\n", __FUNCTION__); in verify_client_san()
215 pkiDebug("%s: Comparing client '%s' to pkinit san value '%s'\n", in verify_client_san()
220 pkiDebug("%s: pkinit san match found\n", __FUNCTION__); in verify_client_san()
226 pkiDebug("%s: no pkinit san match found\n", __FUNCTION__); in verify_client_san()
[all …]
H A Dpkinit_matching.c208 pkiDebug("%s: Missing or empty value for list keyword type %d\n", in parse_list_value()
219 pkiDebug("%s: Unknown list keyword type %d\n", __FUNCTION__, type); in parse_list_value()
242 pkiDebug("%s: Found value '%s', bitfield is now 0x%x\n", in parse_list_value()
252 pkiDebug("%s: Urecognized value '%s'\n", __FUNCTION__, value); in parse_list_value()
260 pkiDebug("%s: returning %d\n", __FUNCTION__, retval); in parse_list_value()
292 pkiDebug("%s: Missing or invalid keyword in rule '%s'\n", in parse_rule_component()
298 pkiDebug("%s: found keyword '%s'\n", __FUNCTION__, kw->value); in parse_rule_component()
337 pkiDebug("%s: Missing value for keyword '%s'\n", in parse_rule_component()
351 pkiDebug("%s: found value '%s'\n", __FUNCTION__, value); in parse_rule_component()
357 pkiDebug("%s: Error compiling reg-exp '%s': %s\n", in parse_rule_component()
[all …]
H A Dpkinit_clnt.c147 pkiDebug("kdc_options = 0x%x till = %d\n",
151 pkiDebug("No request->client; aborting PKINIT\n");
158 pkiDebug("pkinit_get_kdc_cert returned %d\n", retval);
165 pkiDebug("encode_krb5_kdc_req_body returned %d\n", (int) retval);
174 pkiDebug("calculating checksum on buf size (%d)\n", der_req->length);
192 pkiDebug("error %d on pkinit_as_req_create; aborting PKINIT\n",
290 pkiDebug("pkinit_as_req_create pa_type = %d\n", reqctx->pa_type);
331 pkiDebug("as_req: unrecognized pa_type = %d\n",
339 pkiDebug("as_req: DH key transport algorithm\n");
342 pkiDebug("failed to copy dh_oid\n");
[all …]
H A Dpkinit_crypto_openssl.c486 pkiDebug("%s: initializing openssl crypto context at %p\n", in pkinit_init_plg_crypto()
508 pkiDebug("%s: freeing context at %p\n", __FUNCTION__, cryptoctx); in pkinit_fini_plg_crypto()
536 pkiDebug("%s: returning ctx at %p\n", __FUNCTION__, ctx); in pkinit_init_identity_crypto()
554 pkiDebug("%s: freeing ctx at %p\n", __FUNCTION__, idctx); in pkinit_fini_identity_crypto()
580 pkiDebug("%s: returning ctx at %p\n", __FUNCTION__, ctx); in pkinit_init_req_crypto()
591 pkiDebug("%s: freeing ctx at %p\n", __FUNCTION__, req_cryptoctx); in pkinit_fini_req_crypto()
668 pkiDebug("failed to read certificate from %s\n", filename); in get_cert()
702 pkiDebug("failed to read private key from %s\n", filename); in get_key()
1025 pkiDebug("only including signer's certificate\n"); in cms_signeddata_create()
1039 pkiDebug("building certificate chain\n"); in cms_signeddata_create()
[all …]
H A Dpkinit_identity.c404 pkiDebug("%s: cert_filename '%s' key_filename '%s'\n", in parse_pkcs12_options()
424 pkiDebug("%s: processing value '%s'\n", in process_option_identity()
447 pkiDebug("%s: Unsupported type while processing '%s'\n", in process_option_identity()
460 pkiDebug("%s: idtype is %s\n", __FUNCTION__, idtype2string(idopts->idtype)); in process_option_identity()
514 pkiDebug("%s: processing catype %s, value '%s'\n", in process_option_ca_crl()
518 pkiDebug("No type given for '%s'\n", value); in process_option_ca_crl()
594 pkiDebug("%s: %p %p %p\n", __FUNCTION__, context, idopts, id_cryptoctx); in pkinit_identity_initialize()
620 pkiDebug("%s: no user identity options specified\n", __FUNCTION__); in pkinit_identity_initialize()
635 pkiDebug("%s: No matching certificate found\n", __FUNCTION__); in pkinit_identity_initialize()
645 pkiDebug("%s: Failed while selecting default certificate\n", in pkinit_identity_initialize()
H A Dpkinit.h84 #define pkiDebug printf macro
88 static void pkiDebug (const char *fmt, ...) { } in pkiDebug() function
H A Dpkinit_lib.c458 pkiDebug("%02x ", buf[i]); in print_buffer()
459 pkiDebug("\n"); in print_buffer()
H A Dpkinit_profile.c167 pkiDebug(error_message(ENOMEM)); in pkinit_kdcdefault_string()