Commit 33c0d98
- .github/workflows/ci.yml+28
- .github/workflows/codecov.yml+32
- CMakeLists.txt+6
- builder.json+7
- include/aws/cal/ecc.h+35
- include/aws/cal/hash.h+29
- include/aws/cal/hkdf.h+55
- include/aws/cal/hmac.h+34
- include/aws/cal/private/der.h+43
- include/aws/cal/private/ecc.h+8-2
- source/darwin/commoncrypto_hmac.c+24-4
- source/darwin/commoncrypto_sha1.c-4
- source/darwin/commoncrypto_sha256.c+1-4
- source/darwin/commoncrypto_sha512.c+72
- source/der.c+61-5
- source/ecc.c+824-57
- source/hash.c+19
- source/hkdf.c+61
- source/hmac.c+40
- source/shared/ref_hkdf.c+149
- source/unix/openssl_rsa.c+12-5
- source/unix/opensslcrypto_ecc.c+75-57
- source/unix/opensslcrypto_hash.c+30-25
- source/unix/opensslcrypto_hmac.c+40-5
- source/windows/bcrypt_ecc.c+4-25
- source/windows/bcrypt_hash.c+47-12
- source/windows/bcrypt_hmac.c+65-6
- tests/CMakeLists.txt+34
- tests/der_test.c+50-2
- tests/ecc_test.c+182-11
- tests/hkdf_test.c+152
- tests/rsa_test.c+31
- tests/sha512_hmac_test.c+354
- tests/sha512_test.c+300
Submodule s2n updated from 30f40f2 to 6aefe74
0 commit comments