File tree
5 files changed
+17
-3
lines changed- aws-common-runtime
- include/aws/crt/mqtt
- source/mqtt
5 files changed
+17
-3
lines changed- CMakeLists.txt+2-12
- NOTICE+2-1
- include/aws/cal/cal.h+3-13
- include/aws/cal/ecc.h+5-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+3-13
- source/darwin/securityframework_ecc.c+9-14
- 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+3-13
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
142 | 150 |
| |
143 | 151 |
| |
144 | 152 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
330 | 330 |
| |
331 | 331 |
| |
332 | 332 |
| |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
333 | 339 |
| |
334 | 340 |
| |
335 | 341 |
| |
|
0 commit comments