Commit e2e9e82
File tree
67 files changed
+498
-729
lines changed- aws-lc-sys
- builder
- cc_builder
- prebuilt-nasm
- generated-include/openssl
- src
- symbols
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
67 files changed
+498
-729
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
76 |
| - | |
| 76 | + |
- crypto/asn1/a_strex.c+1-1
- crypto/bio/bio_addr.c-16
- crypto/bio/bio_mem.c+92-25
- crypto/bio/bio_test.cc+94-47
- crypto/bio/dgram.c-13
- crypto/bio/internal.h+5
- crypto/console/console.c+9
- crypto/console/console_test.cc+12
- crypto/fipsmodule/CMakeLists.txt-8
- crypto/fipsmodule/digest/internal.h+4-2
- crypto/fipsmodule/hmac/hmac.c+70-33
- crypto/fipsmodule/service_indicator/service_indicator.c+4
- crypto/fipsmodule/service_indicator/service_indicator_test.cc+2-2
- crypto/fipsmodule/sha/internal.h+57-2
- crypto/fipsmodule/sha/sha3.c+57-1
- crypto/hmac_extra/hmac_test.cc+113-27
- crypto/hmac_extra/hmac_tests.txt+40
- generated-src/crypto_test_data.cc.tar.bz2
- include/openssl/base.h+1-1
- include/openssl/bio.h-18
- include/openssl/digest.h+6-3
- include/openssl/evp.h+3-1
- include/openssl/hmac.h+7-1
- include/openssl/ssl.h+35-1
- sources.cmake+4
- ssl/CMakeLists.txt+2-2
- ssl/bio_ssl.cc+13
- ssl/ssl_alps_test.cc+1-1
- ssl/ssl_ciphers_test.cc+1-1
- ssl/ssl_common_test.cc+1-1
- ssl/ssl_common_test.h
- ssl/ssl_ech_test.cc+1-1
- ssl/ssl_encoding_test.cc+1-1
- ssl/ssl_handshake_test.cc+1-1
- ssl/ssl_hybrid_handshake_test.cc+1-1
- ssl/ssl_lib.cc+57
- ssl/ssl_misc_test.cc+65-1
- ssl/ssl_quic_test.cc+1-1
- ssl/ssl_test.cc+1-1
- ssl/ssl_version_test.cc+1-1
- tests/ci/cdk/cdk/aws_lc_base_ci_stack.py+3-1
- tests/ci/integration/python_patch/main/aws-lc-cpython.patch+28
- tests/ci/integration/run_python_integration.sh+1
- tests/ci/run_bsd_tests.sh+3-1
- tests/ci/run_cross_mingw_tests.sh+3-1
- tests/ci/run_cross_tests.sh+3-1
- tests/ci/run_ios_sim_tests.sh+3-1
- third_party/s2n-bignum/import.sh+16
- third_party/s2n-bignum/s2n-bignum-imported/include/_internal_s2n_bignum.h+2
- third_party/wycheproof_testvectors/hmac_sha3_224_test.txt+1.2k
- third_party/wycheproof_testvectors/hmac_sha3_256_test.txt+1.2k
- third_party/wycheproof_testvectors/hmac_sha3_384_test.txt+1.2k
- third_party/wycheproof_testvectors/hmac_sha3_512_test.txt+1.2k
- tool-openssl/CMakeLists.txt+3
- tool-openssl/internal.h+76-24
- tool-openssl/ordered_args.cc+133
- tool-openssl/x509.cc+198-149
- tool-openssl/x509_test.cc+42
- util/convert_wycheproof/convert_wycheproof.go+4
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
0 commit comments