dettanym
|
8f7c9a6043
Adding in verifier manifest template and the makefile to update the graphene repo with over to this repo, to avoid running into complicated build sequencing issues.
|
il y a 4 ans |
dettanym
|
9f6f013fb4
Forgot to include header file
|
il y a 4 ans |
dettanym
|
7d72f21b8f
Fixed the link to protobufmsgrw
|
il y a 4 ans |
dettanym
|
8909dcdf58
Removed the dependency of the LA-related calls to a patched version of the SGX library - added in some dummy functions and variables that would otherwise be generated by the edger8r script (other than sgx_init_crypto_lib).
|
il y a 4 ans |
dettanym
|
c50ea93e08
Fixed aes_gcm_128 function's refs to outdated openssl functions.
|
il y a 4 ans |
dettanym
|
0d655dddb3
Cleaned up Makefile a bit.
|
il y a 4 ans |
dettanym
|
ea6e42ac95
Made some header files into a common folder and renamed the .h autogenerated protobuf file to .pb.h
|
il y a 4 ans |
dettanym
|
9f51576cec
Made code common to both verifier and php extension into a parent folder.
|
il y a 4 ans |
dettanym
|
f2adf1bb46
It works! Added in unistd write for writing raw bytes.
|
il y a 4 ans |
dettanym
|
e97cec789f
It compiles and links! (Excluded sealing code for testing LA)
|
il y a 4 ans |
dettanym
|
8418edd53f
Rearranged src code files and edited makefile.
|
il y a 4 ans |
dettanym
|
64d1cd12c5
Moved header files around
|
il y a 4 ans |
dettanym
|
28daf84a99
Fixes before compiling. Went through TODOs etc.
|
il y a 4 ans |
dettanym
|
dc8cde4c20
temp commit from another major refactoring overhaul
|
il y a 4 ans |
dettanym
|
86d3fb0609
temp commit from pre-paper-revision stage
|
il y a 4 ans |
dettanym
|
76723770fa
Works with modified decryptor - commit 0947cf3. JVM code causes it to go into a full signal loop whereas python code causes a sigsegv
|
il y a 5 ans |
dettanym
|
c108bb858e
Python manifest generating code - modified to run using hardcoded checksums. Need to remove readelf calls to httpd, libpal and return sigstruct to verifier enclave for signing. Only works from a folder that is the same depth from Graphenes (graphene_new for testing) root folder as the apache folder.
|
il y a 5 ans |
dettanym
|
25189238b7
Works with pixy - graphene_final commit e3265e2 - changes in verifier manifest file can be automatically derived from the find_...sh file
|
il y a 5 ans |
dettanym
|
088c3a53e3
Works with python code and the tlibc with memset code commented out - commit 236f9a1
|
il y a 5 ans |
dettanym
|
f9e39d4f40
Works with updated trts and tlibc from commit 1f2d1e7 in linux-sgx-trts-modified. When tlibc is not linked against, then the python script works (the program then throws an expected symbol lookup error for memset_s). Otherwise, if tlibc is linked against, it fails with a crash. Therefore, memset_s and consttime memequal in tlibc might be somehow messing things up.
|
il y a 5 ans |
dettanym
|
8ea5c5f5fc
Moved previous libsgx files to the current_libs folder and then copied service,crypto files from opt intel sgxsdk to here and the updated trts to here. Otherwise, it picks up the trts in opt intel sgxsdk. Made changes to trts. It crashes with symbol lookup error upfront
|
il y a 5 ans |
dettanym
|
16f9cf8785
Python code runs; sgx code crashes with a symbol lookup error
|
il y a 5 ans |
dettanym
|
9b4c7ce40c
Not working python commit
|
il y a 5 ans |
dettanym
|
c7c6212d91
Works with python
|
il y a 5 ans |
dettanym
|
6e2ba1be9b
Prolly not working jni commit
|
il y a 5 ans |
dettanym
|
281797de09
Verifier for previous commit
|
il y a 6 ans |
dettanym
|
5a98fd13e3
Working commit with old libraries
|
il y a 6 ans |
dettanym
|
833692e0c3
Not working commit
|
il y a 6 ans |
dettanym
|
0e30ba9e55
Changed makefile - added crypto.o after the object that references it
|
il y a 6 ans |
dettanym
|
c0cf3df7f6
Verifier sends an encrypted message to decryptor and closes the connection
|
il y a 6 ans |