-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule aws-lc
updated
11 files
+7 −5 | .github/workflows/aws-lc-rs.yml | |
+0 −7 | crypto/fipsmodule/cpucap/cpu_aarch64_linux.c | |
+2 −2 | crypto/fipsmodule/service_indicator/service_indicator_test.cc | |
+1 −1 | include/openssl/base.h | |
+8 −4 | include/openssl/ssl.h | |
+28 −0 | ssl/internal.h | |
+9 −0 | ssl/ssl_lib.cc | |
+37 −6 | ssl/ssl_test.cc | |
+56 −120 | ssl/ssl_transfer_asn1.cc | |
+12 −2 | ssl/ssl_versions.cc | |
+7 −2 | ssl/tls_transfer.asn |