File tree
16 files changed
+219
-33
lines changed- .github/workflows
- awscrt
- crt
- source
- test
16 files changed
+219
-33
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
223 | 223 |
| |
224 | 224 |
| |
225 | 225 |
| |
| 226 | + | |
226 | 227 |
| |
227 | 228 |
| |
228 | 229 |
| |
| |||
233 | 234 |
| |
234 | 235 |
| |
235 | 236 |
| |
236 |
| - | |
237 | 237 |
| |
238 | 238 |
| |
239 | 239 |
| |
|
Lines changed: 14 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 |
| - | |
60 |
| - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
61 | 72 |
| |
62 | 73 |
| |
63 | 74 |
| |
|
Lines changed: 39 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
171 | 171 |
| |
172 | 172 |
| |
173 | 173 |
| |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + |
Lines changed: 15 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
| 30 | + | |
29 | 31 |
| |
30 | 32 |
| |
31 |
| - | |
| 33 | + | |
32 | 34 |
| |
33 | 35 |
| |
34 | 36 |
| |
| |||
41 | 43 |
| |
42 | 44 |
| |
43 | 45 |
| |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
44 | 54 |
| |
45 | 55 |
| |
46 | 56 |
| |
| |||
54 | 64 |
| |
55 | 65 |
| |
56 | 66 |
| |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
57 | 71 |
| |
58 | 72 |
| |
59 | 73 |
| |
|
Submodule aws-c-auth updated 8 files
- .github/workflows/ci.yml+40-6
- CMakeLists.txt+38-11
- builder.json+35
- include/aws/cal/cal.h+1
- include/aws/cal/ed25519.h+88
- include/aws/cal/private/opensslcrypto_common.h+4
- source/cal.c+1
- source/darwin/commoncrypto_platform_init.c+19-2
- source/ed25519.c+147
- source/shared/ed25519.c+388
- source/shared/ed25519_noop.c+51
- source/shared/lccrypto_common.c+75
- source/unix/openssl_platform_init.c+1-5
- source/unix/openssl_rsa.c+50-101
- source/windows/bcrypt_platform_init.c+25-2
- tests/CMakeLists.txt+10
- tests/ed25519_test.c+83
Submodule aws-c-common updated 11 files
- cmake/AwsPrebuildDependency.cmake+12-8
- include/aws/common/encoding.h+2-2
- include/aws/common/environment.h+16
- source/encoding.c+27-26
- source/posix/clock.c+3-1
- source/posix/environment.c+20
- source/windows/environment.c+34
- tests/CMakeLists.txt+1
- tests/encoding_test.c+87-139
- tests/environment_test.c+40
- tests/fuzz/hex_encoding_transitive.c-1
Submodule aws-lc updated from becf578 to d035609
0 commit comments