- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, guys.
I am working on a user identity protection app, and one of the requirement is to send authenticate code to his/her email, so they can verify their ownership of it. I plan to do this sendmail action inside enclave.
But I failed to find a clue about how to do it?
Can some one give me some directions to look into? or Am I using enclave the wrong way?
Thanks
JE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello JE!
Networking related functions are not part of trusted code. So you can't make network connections or sending mail from enclave.
You have to pass the generated data to the untrusted part of your application and you can trigger sendmail from there.By doing that what ever code generated is now visible to the untrusted part.
Thanks
Anand.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello JE!
Networking related functions are not part of trusted code. So you can't make network connections or sending mail from enclave.
You have to pass the generated data to the untrusted part of your application and you can trigger sendmail from there.By doing that what ever code generated is now visible to the untrusted part.
Thanks
Anand.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This thread has been marked as answered and Intel will no longer monitor this thread. If you want a response from Intel in a follow-up question, please open a new thread.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page