Commit 0829d20
File tree
- Source/AwsCommonRuntimeKit/http
- Test/AwsCommonRuntimeKitTests/http
- aws-common-runtime
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
41 | 45 | | |
42 | 46 | | |
43 | 47 | | |
| |||
198 | 202 | | |
199 | 203 | | |
200 | 204 | | |
201 | | - | |
| 205 | + | |
202 | 206 | | |
203 | 207 | | |
204 | 208 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
45 | 56 | | |
46 | 57 | | |
47 | 58 | | |
| |||
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
42 | 53 | | |
43 | 54 | | |
44 | 55 | | |
| |||
Lines changed: 26 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
128 | 131 | | |
129 | 132 | | |
130 | 133 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
67 | 70 | | |
68 | 71 | | |
69 | 72 | | |
| |||
118 | 121 | | |
119 | 122 | | |
120 | 123 | | |
121 | | - | |
| 124 | + | |
122 | 125 | | |
123 | 126 | | |
124 | 127 | | |
| |||
135 | 138 | | |
136 | 139 | | |
137 | 140 | | |
138 | | - | |
| 141 | + | |
139 | 142 | | |
140 | 143 | | |
141 | 144 | | |
| |||
- .github/workflows/ci.yml+9
- .github/workflows/clang-format.yml+4-6
- builder.json+7-1
- format-check.py+47
- format-check.sh-25
- include/aws/cal/private/symmetric_cipher_priv.h+2-2
- include/aws/cal/symmetric_cipher.h+32-26
- source/cal.c+1-1
- source/darwin/commoncrypto_aes.c+16-15
- source/ecc.c+8-10
- source/rsa.c+4-4
- source/symmetric_cipher.c+10-8
- source/unix/openssl_aes.c+38-34
- source/unix/openssl_platform_init.c+47
- source/windows/bcrypt_aes.c+150-124
- tests/CMakeLists.txt+3
- tests/aes256_test.c+185-13
Submodule aws-c-common updated 83 files
- .clang-tidy+1-1
- .github/workflows/clang-format.yml+4-7
- .github/workflows/proof_ci_resources/config.yaml+6-5
- CMakeLists.txt+10-1
- THIRD-PARTY-LICENSES.txt+26
- format-check.py+47
- format-check.sh-24
- include/aws/common/atomics.h+2-4
- include/aws/common/byte_buf.h+1-1
- include/aws/common/cbor.h+449
- include/aws/common/condition_variable.h+2-4
- include/aws/common/error.h+7-2
- include/aws/common/logging.h+3-2
- include/aws/common/macros.h+19-1
- include/aws/common/mutex.h+2-4
- include/aws/common/private/byte_buf.h+19
- include/aws/common/private/external_module_impl.h+7-3
- include/aws/common/rw_lock.h+2-4
- include/aws/common/statistics.h+1-1
- include/aws/common/thread.h+1-2
- scripts/import_libcbor.py+129
- scripts/latest_submodules.py+8-3
- source/allocator.c+1-1
- source/android/logging.c+3-1
- source/byte_buf.c+19
- source/cbor.c+647
- source/common.c+12-2
- source/external/libcbor/allocators.c+19
- source/external/libcbor/cbor.c+425
- source/external/libcbor/cbor.h+74
- source/external/libcbor/cbor/arrays.c+131
- source/external/libcbor/cbor/arrays.h+137
- source/external/libcbor/cbor/bytestrings.c+119
- source/external/libcbor/cbor/bytestrings.h+150
- source/external/libcbor/cbor/callbacks.c+121
- source/external/libcbor/cbor/callbacks.h+189
- source/external/libcbor/cbor/cbor_export.h+14
- source/external/libcbor/cbor/common.c+163
- source/external/libcbor/cbor/common.h+339
- source/external/libcbor/cbor/configuration.h+46
- source/external/libcbor/cbor/data.h+264
- source/external/libcbor/cbor/encoding.c+200
- source/external/libcbor/cbor/encoding.h+140
- source/external/libcbor/cbor/floats_ctrls.c+189
- source/external/libcbor/cbor/floats_ctrls.h+240
- source/external/libcbor/cbor/internal/builder_callbacks.c+422
- source/external/libcbor/cbor/internal/builder_callbacks.h+85
- source/external/libcbor/cbor/internal/encoders.c+98
- source/external/libcbor/cbor/internal/encoders.h+41
- source/external/libcbor/cbor/internal/loaders.c+80
- source/external/libcbor/cbor/internal/loaders.h+43
- source/external/libcbor/cbor/internal/memory_utils.c+57
- source/external/libcbor/cbor/internal/memory_utils.h+50
- source/external/libcbor/cbor/internal/stack.c+33
- source/external/libcbor/cbor/internal/stack.h+53
- source/external/libcbor/cbor/internal/unicode.c+95
- source/external/libcbor/cbor/internal/unicode.h+33
- source/external/libcbor/cbor/ints.c+190
- source/external/libcbor/cbor/ints.h+211
- source/external/libcbor/cbor/maps.c+125
- source/external/libcbor/cbor/maps.h+121
- source/external/libcbor/cbor/serialization.c+368
- source/external/libcbor/cbor/serialization.h+168
- source/external/libcbor/cbor/streaming.c+600
- source/external/libcbor/cbor/streaming.h+37
- source/external/libcbor/cbor/strings.c+142
- source/external/libcbor/cbor/strings.h+183
- source/external/libcbor/cbor/tags.c+46
- source/external/libcbor/cbor/tags.h+74
- source/json.c+1-1
- source/posix/clock.c+1-1
- source/priority_queue.c+1-1
- source/windows/thread.c+1
- tests/CMakeLists.txt+11
- tests/assert_test.c+2
- tests/byte_buf_test.c+58-1
- tests/cbor_test.c+489
- tests/condition_variable_test.c+18-14
- tests/error_test.c+9-7
- tests/fuzz/cbor_decoding_transitive.c+87
- tests/fuzz/cbor_double_encode_decode.c+66
- verification/cbmc/proofs/Makefile.common-1
- verification/cbmc/sources/utils.c+4-1
0 commit comments