Skip to content

Commit f9683bb

Browse files
committed
Support ECC, wip
1 parent 2ea879f commit f9683bb

File tree

4 files changed

+311
-112
lines changed

4 files changed

+311
-112
lines changed

include/aws/io/private/pki_utils.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ int aws_secitem_import_cert_and_key(
6262
const struct aws_byte_cursor *public_cert_chain,
6363
const struct aws_byte_cursor *private_key,
6464
sec_identity_t *secitem_identity,
65-
const struct aws_secitem_options *secitem_options);
65+
const struct aws_secitem_options *secitem_options,
66+
const struct aws_string *keychain_path);
6667

6768
/**
6869
* Imports a PKCS#12 file into protected data keychain for use with

0 commit comments

Comments
 (0)