-
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
10 files
+8 −2 | .github/workflows/osx.yml | |
+2 −1 | crypto/crypto.c | |
+4 −0 | crypto/crypto_test.cc | |
+2 −2 | crypto/fipsmodule/service_indicator/service_indicator_test.cc | |
+1 −1 | include/openssl/base.h | |
+39 −13 | include/openssl/ssl.h | |
+10 −7 | ssl/extensions.cc | |
+5 −0 | ssl/internal.h | |
+37 −22 | ssl/ssl_lib.cc | |
+36 −1 | ssl/ssl_test.cc |