Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
wydx
proj354-HANG
Commits
8ede1804
Commit
8ede1804
authored
1 year ago
by
wydx
Browse files
Options
Download
Patches
Plain Diff
update librats
parent
b43e54db
No related merge requests found
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
.github/dependabot.yml
+0
-299
.github/dependabot.yml
librats/CMakeLists.txt
+1
-4
librats/CMakeLists.txt
librats/README.md
+224
-99
librats/README.md
librats/api/librats_get_attestation_certificate.c
+11
-11
librats/api/librats_get_attestation_certificate.c
librats/crypto_wrappers/api/crypto_wrapper_register.c
+3
-3
librats/crypto_wrappers/api/crypto_wrapper_register.c
librats/crypto_wrappers/openssl/CMakeLists.txt
+2
-2
librats/crypto_wrappers/openssl/CMakeLists.txt
librats/crypto_wrappers/openssl/gen_cert.c
+24
-7
librats/crypto_wrappers/openssl/gen_cert.c
librats/crypto_wrappers/openssl/gen_privkey.c
+2
-2
librats/crypto_wrappers/openssl/gen_privkey.c
librats/crypto_wrappers/openssl/get_pubkey_hash.c
+1
-1
librats/crypto_wrappers/openssl/get_pubkey_hash.c
librats/crypto_wrappers/openssl/init.c
+1
-1
librats/crypto_wrappers/openssl/init.c
librats/include/librats/cert.h
+3
-2
librats/include/librats/cert.h
librats/samples/cert-app/README.md
+17
-2
librats/samples/cert-app/README.md
librats/verifiers/csv/CMakeLists.txt
+5
-3
librats/verifiers/csv/CMakeLists.txt
librats/verifiers/sev-snp/CMakeLists.txt
+6
-5
librats/verifiers/sev-snp/CMakeLists.txt
librats/verifiers/sev-snp/verify_evidence.c
+6
-3
librats/verifiers/sev-snp/verify_evidence.c
librats/verifiers/sev/CMakeLists.txt
+6
-5
librats/verifiers/sev/CMakeLists.txt
with
312 additions
and
449 deletions
+312
-449
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets