File tree
10 files changed
+14
-13
lines changed- aws-common-runtime
- tests
10 files changed
+14
-13
lines changedLines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 |
| - | |
| 49 | + | |
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 |
| - | |
55 |
| - | |
56 | 54 |
| |
57 | 55 |
| |
58 | 56 |
| |
| |||
62 | 60 |
| |
63 | 61 |
| |
64 | 62 |
| |
65 |
| - | |
| 63 | + | |
66 | 64 |
| |
67 | 65 |
| |
68 | 66 |
| |
| |||
210 | 208 |
| |
211 | 209 |
| |
212 | 210 |
| |
| 211 | + | |
| 212 | + | |
| 213 | + | |
213 | 214 |
| |
214 | 215 |
| |
215 | 216 |
| |
|
- CMakeLists.txt+6-5
- cmake/aws-c-cal-config.cmake+2-2
- include/aws/cal/cal.h+35
- include/aws/cal/ecc.h+165
- include/aws/cal/private/der.h+228
- include/aws/cal/private/ecc.h+35
- source/cal.c+68
- source/darwin/commoncrypto_hmac.c
- source/darwin/commoncrypto_md5.c
- source/darwin/commoncrypto_sha256.c
- source/darwin/securityframework_ecc.c+599
- source/der.c+511
- source/ecc.c+221
- source/unix/opensslcrypto_ecc.c+381
- source/unix/opensslcrypto_hash.c
- source/unix/opensslcrypto_hmac.c
- source/windows/bcrypt_ecc.c+470
- source/windows/bcrypt_hash.c
- source/windows/bcrypt_hmac.c
- tests/CMakeLists.txt+32
- tests/der_test.c+517
- tests/ecc_test.c+659
Submodule aws-c-common updated 16 files
- .github/workflows/clang-tsan.yml+20
- codebuild/builder.py+2-2
- docker-images/ubuntu-16.04-x64/Dockerfile+4-3
- include/aws/common/allocator.h+3-2
- include/aws/common/condition_variable.h+3-2
- include/aws/common/math.gcc_x64_asm.inl+4
- include/aws/common/mutex.h+4-3
- include/aws/testing/aws_test_harness.h+3-1
- source/memtrace.c+88-70
- source/posix/condition_variable.c+21-1
- source/posix/mutex.c+10-4
- source/windows/condition_variable.c+14-8
- source/windows/mutex.c+11-4
- tests/CMakeLists.txt+7-1
- tests/byte_order_test.c+24-9
- tests/ring_buffer_test.c+2
Submodule aws-c-http updated 22 files
- .gitignore+1
- cmake/aws-c-http-config.cmake+2-2
- include/aws/http/http.h+6
- include/aws/http/private/h2_connection.h+26-3
- include/aws/http/private/h2_decoder.h+9-4
- include/aws/http/private/h2_frames.h+6-5
- include/aws/http/private/h2_stream.h+16-2
- include/aws/http/private/hpack.h+30-5
- source/h1_connection.c+11-5
- source/h2_connection.c+390-32
- source/h2_decoder.c+676-192
- source/h2_frames.c+51-39
- source/h2_stream.c+22-36
- source/hpack.c+391-166
- source/http.c+11
- tests/CMakeLists.txt+3
- tests/fuzz/fuzz_h2_decoder_correct.c+354
- tests/fuzz/fuzz_h2_decoder_random.c+4-3
- tests/test_h2_client.c+102
- tests/test_h2_frames.c-4
- tests/test_h2_headers.c-4
- tests/test_hpack.c+71-20
Submodule s2n updated from b4e5153 to a977c44
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
|
0 commit comments