Skip to content

Commit c53895a

Browse files
authored
Adding Mac-only TLS ReadMe change (aws#153)
1 parent e1ce83c commit c53895a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Prot
1212

1313
More protocols and utilities are coming soon, so stay tuned.
1414

15+
### Mac-Only TLS Behavior
16+
17+
Please note that on Mac, once a private key is used with a certificate, that certificate-key pair is imported into the Mac Keychain. All subsequent uses of that certificate will use the stored private key and ignore anything passed in programmatically. When a stored private key from the Keychain is used, the following will be logged at the "info" log level:
18+
19+
```
20+
static: certificate has an existing certificate-key pair that was previously imported into the Keychain. Using key from Keychain instead of the one provided.
21+
```
22+
1523
## Building
1624

1725
The C99 libraries are already included for your convenience as submodules. If you would like to have us build them

0 commit comments

Comments
 (0)