Skip to content

Commit

Permalink
split out the tls block of parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK committed Nov 5, 2024
1 parent 4e45818 commit df15054
Show file tree
Hide file tree
Showing 3 changed files with 239 additions and 257 deletions.
3 changes: 2 additions & 1 deletion source/darwin/darwin_pki_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,8 @@ int aws_secitem_import_pkcs12(
sec_identity_ref = (SecIdentityRef)CFDictionaryGetValue(identity_and_trust, kSecImportItemIdentity);

if (sec_identity_ref != NULL) {
AWS_LOGF_INFO(AWS_LS_IO_PKI, "static: Successfully imported identity into SecItem keychain.");
AWS_LOGF_INFO(
AWS_LS_IO_PKI, "static: Successfully imported PKCS#12 file into keychain and retrieved identity.");
} else {
status = errSecItemNotFound;
AWS_LOGF_ERROR(AWS_LS_IO_PKI, "Failed to retrieve identity from PKCS#12 with OSStatus %d", (int)status);
Expand Down
Loading

0 comments on commit df15054

Please sign in to comment.