-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule aws-c-cal
updated
30 files
+2 −12 | CMakeLists.txt | |
+2 −1 | NOTICE | |
+3 −13 | include/aws/cal/cal.h | |
+5 −13 | include/aws/cal/ecc.h | |
+3 −13 | include/aws/cal/exports.h | |
+3 −13 | include/aws/cal/hash.h | |
+3 −13 | include/aws/cal/hmac.h | |
+3 −13 | include/aws/cal/private/der.h | |
+3 −13 | include/aws/cal/private/ecc.h | |
+3 −13 | source/cal.c | |
+3 −13 | source/darwin/commoncrypto_hmac.c | |
+3 −13 | source/darwin/commoncrypto_md5.c | |
+3 −13 | source/darwin/commoncrypto_sha256.c | |
+9 −14 | source/darwin/securityframework_ecc.c | |
+3 −13 | source/der.c | |
+3 −13 | source/ecc.c | |
+3 −13 | source/hash.c | |
+3 −13 | source/hmac.c | |
+3 −13 | source/unix/opensslcrypto_ecc.c | |
+3 −13 | source/unix/opensslcrypto_hash.c | |
+3 −13 | source/unix/opensslcrypto_hmac.c | |
+3 −13 | source/windows/bcrypt_ecc.c | |
+3 −13 | source/windows/bcrypt_hash.c | |
+3 −13 | source/windows/bcrypt_hmac.c | |
+3 −13 | tests/der_test.c | |
+3 −13 | tests/ecc_test.c | |
+3 −13 | tests/md5_test.c | |
+3 −13 | tests/sha256_hmac_test.c | |
+3 −13 | tests/sha256_test.c | |
+3 −13 | tests/test_case_helper.h |