Skip to content

Commit

Permalink
Merge pull request inclavare-containers#11 from jiazhang0/master
Browse files Browse the repository at this point in the history
README: change the priority of sgx_ecdsa to High
  • Loading branch information
jiazhang0 authored Mar 1, 2022
2 parents e391bac + 924f543 commit d727c57
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,14 @@ Right now, RATS TLS supports the following instance types:

| Priority | Tls Wrapper instances | Attester instances | Verifier instances | Crypto Wrapper Instance |
| ----------- | --------------------- | -------------------------- | -------------------------- | ----------------------- |
| low | nulltls | nullattester | nullverifier | nullcrypto |
| Medium | openssl | sgx\_la | sgx\_la | openssl |
| High | openssl | sev\_snp | sev\_snp | openssl |
| High | openssl | tdx\_ecdsa | tdx\_ecdsa | openssl |
| Higher | openssl | sgx\_ecdsa | sgx\_ecdsa sgx\_ecdsa\_qve | openssl |

By default, RATS TLS will select the **highest priority** instance to use.
| 0 | nulltls | nullattester | nullverifier | nullcrypto |
| 15 | openssl | sgx\_la | sgx\_la | openssl |
| 42 | openssl | sev\_snp | sev\_snp | openssl |
| 42 | openssl | tdx\_ecdsa | tdx\_ecdsa | openssl |
| 52 | openssl | sgx\_ecdsa | sgx\_ecdsa | openssl |
| 53 | openssl | sgx\_ecdsa | sgx\_ecdsa\_qve | openssl |

For instance priority, the higher, the stronger. By default, RATS TLS will select the **highest priority** instance to use.

## Run RATS TLS server

Expand Down

0 comments on commit d727c57

Please sign in to comment.