Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hacking #14

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open

Hacking #14

wants to merge 22 commits into from

Conversation

njeans
Copy link
Owner

@njeans njeans commented Dec 20, 2022

No description provided.

enclave/ca_bundle.h Outdated Show resolved Hide resolved
enclave/commandPVRA.c Outdated Show resolved Hide resolved
.dockerignore Outdated Show resolved Hide resolved
LICENSE Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
void ocall_allocate_seal(size_t seal_size);
//void ocall_print_int([in, int] const int num);
void ocall_gai_print_strerror(int errcode);
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rmv/fix

untrusted/command.h Outdated Show resolved Hide resolved
@@ -9,7 +9,7 @@
#include <sgx_urts.h> /* For sgx_launch_token_t */

#include "app.h"

#define SGX_DEBUG_FLAG 1
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

get from env variable

untrusted/initPVRA.c Outdated Show resolved Hide resolved
untrusted/ocall_getaddrinfo.c Outdated Show resolved Hide resolved
@njeans
Copy link
Owner Author

njeans commented Dec 27, 2022

  • wolfssl integration
  • remove sudo chown calls for ccf certs/keys
  • eval user bb upload
  • PRG for heat map
  • do checks on mallocs (i.e. check if return from mallocs is null)
  • match every malloc to a free (valgring?)
  • ccf sgx test
  • read CCF_ENABLE, SGX_DEBUG, etc from environment variables
  • rmv dependency on mbedtls
  • possibly change keccak.c/h files to use openssl/ippcryto whatever library
  • secpk1 should be a submodule or replace with openssl/ippcryto whatever library
  • user python cryptography library only

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants