-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #211 from h1-mod/develop
Release v1.0.5
- Loading branch information
Showing
19 changed files
with
785 additions
and
189 deletions.
There are no files selected for viewing
Submodule asmjit
updated
3 files
+4 −10 | .github/workflows/build.yml | |
+3 −3 | CMakeLists.txt | |
+19 −18 | src/asmjit/x86/x86formatter.cpp |
Submodule libtomcrypt
updated
14 files
+11 −0 | .github/workflows/main.yml | |
+5 −1 | appveyor.yml | |
+34 −34 | doc/crypt.tex | |
+1 −1 | src/headers/tomcrypt_cfg.h | |
+2 −1 | src/headers/tomcrypt_private.h | |
+1 −1 | tests/base16_test.c | |
+1 −1 | tests/base32_test.c | |
+1 −1 | tests/base64_test.c | |
+6 −24 | tests/der_test.c | |
+4 −4 | tests/ecc_test.c | |
+3 −3 | tests/modes_test.c | |
+9 −0 | tests/multi_test.c | |
+3 −4 | tests/rsa_test.c | |
+9 −9 | tests/store_test.c |
Submodule protobuf
updated
4 files
+4 −2 | kokoro/linux/dockerfile/test/php_32bit/Dockerfile | |
+2 −1 | kokoro/macos/php7.0_mac/build.sh | |
+2 −1 | kokoro/macos/php7.3_mac/build.sh | |
+1 −1 | php/composer.json |
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 was deleted.
Oops, something went wrong.
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
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
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.