-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into kazuho/path-migration
- Loading branch information
Showing
32 changed files
with
1,641 additions
and
253 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule picotest
updated
from 3808f0 to a99858
Submodule picotls
updated
19 files
+1 −1 | .github/workflows/ci.yml | |
+35 −16 | CMakeLists.txt | |
+3 −2 | README.md | |
+29 −0 | cmake/fusion.cmake | |
+26 −1 | include/picotls.h | |
+9 −0 | include/picotls/minicrypto.h | |
+8 −0 | include/picotls/openssl.h | |
+21 −2 | lib/cifra.c | |
+62 −0 | lib/cifra/libaegis.c | |
+10 −1 | lib/cifra/x25519.c | |
+252 −0 | lib/libaegis.h | |
+86 −4 | lib/openssl.c | |
+41 −6 | lib/picotls.c | |
+2 −0 | picotls.xcodeproj/project.pbxproj | |
+28 −17 | t/cli.c | |
+2 −2 | t/minicrypto.c | |
+5 −3 | t/openssl.c | |
+201 −56 | t/picotls.c | |
+4 −0 | t/ptlsbench.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.