Commit Graph

  • *
  • |\
  • * \
  • |\ \
  • | * |
  • | | | *
  • | | | *
  • | | | | *
  • | | | * |
  • | | | * |
  • | | | | *
  • | | | * |
  • | | | | *
  • | | | * |
  • | | | | *
  • | |_|_|/
  • |/| | |
  • | | | *
  • | | | *
  • | | | *
  • | | | *
  • | | | *
  • | | * |
  • * | | |
  • * | | |
  • * | | |
  • * | | |
  • * | | |
  • * | | |
  • * | | |
  • * | | |
  • * | | |
  • * | | |
  • * | | |
  • * | | |
  • * | | |
  • * | | |
  • * | | |
  • |\ \ \ \
  • | | |/ /
  • | |/| |
  • * | | |
  • * | | |
  • * | | |
  • * | | |
  • | | | *
  • | | | *
  • | | |/
  • | |/|
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • * | |
  • | * |
  • | | *
  • | * |
  • * | |
  • | * |
  • | |\ \
  • | | |/
  • | | *
  • * | |
  • | * |
  • | |\ \
  • | | |/
  • | | *
  • * | |
  • |/ /
  • * |
  • |/
  • *
  • *
  • 66f81f15 Merge pull request #6 from cg-zhou/develop by huanghaiquan 2019-04-24 10:52:53 +0800
  • 32a6b313 Merge branch 'master' into develop by huanghaiquan 2019-04-24 09:40:10 +0800
  • 34362931 Upgrade the version of Jetty dependencies to fix security vulnerabilities; by huanghaiquan 2019-04-24 09:33:31 +0800
  • 20ed2db6 修改STP底层通信包装消息的Key by shaozhuguang 2019-04-23 18:18:13 +0800
  • c65896df 修改STP底层通信处理代码 by shaozhuguang 2019-04-23 18:10:36 +0800
  • 58bb7a84 integrate RSA and ECDSA into spi by zhanglin33 2019-04-23 16:45:05 +0800
  • e681e8ed modify node communication protocol code by zhangshuang 2019-04-23 16:22:12 +0800
  • efedca1a add test examples for state transfer layer by zhangshuang 2019-04-23 09:31:01 +0800
  • 019973b8 fix RSA bugs and add RSA consistent test with jdk’s RSA by zhanglin33 2019-04-22 14:15:41 +0800
  • 0b3b7f81 add state transfer layer code by zhangshuang 2019-04-22 09:21:18 +0800
  • 532a67b1 add RSA encryption and tests by zhanglin33 2019-04-19 22:40:18 +0800
  • 9b2fa944 add state transfer layer code by zhangshuang 2019-04-19 18:45:27 +0800
  • 9d636b59 add RSA signature algorithm and tests by zhanglin33 2019-04-19 16:55:01 +0800
  • 6e8130c3 Fix BftsmartMessageService throw Exception... by shaozhuguang 2019-04-19 15:00:34 +0800
  • 469c23fe Modify Class Note...... by shaozhuguang 2019-04-19 09:56:49 +0800
  • a0a68fe9 Add Close receiver function by shaozhuguang 2019-04-18 17:48:53 +0800
  • a4ae5ab9 Add Explanatory Notes for SFP-Communication Module. by shaozhuguang 2019-04-18 15:41:17 +0800
  • 562d801e Add stp communication module by shaozhuguang 2019-04-17 17:15:08 +0800
  • ab71089f Update contract/README.MD style by 周春光 2019-04-17 11:11:45 +0800
  • a6ea1642 Renamed CryptoServiceProviders to Crypto for simplification purpose. by huanghaiquan 2019-04-15 10:54:38 +0800
  • efcf95eb Fixed all bugs and pass the test; by huanghaiquan 2019-04-15 01:24:10 +0800
  • a69c7d56 Fixed bugs in test case LedgerInitSettingTest; by huanghaiquan 2019-04-15 00:57:17 +0800
  • 152c07c5 Fixed bug that: the same service provider was repeatedly registered. by huanghaiquan 2019-04-14 23:30:26 +0800
  • d52188ff Fixed bugs in test case LedgerBindingConfigTest . by huanghaiquan 2019-04-14 23:26:46 +0800
  • 739e6648 Removed unused code in binary-proto project and modified the relevant code in the other projects; by huanghaiquan 2019-04-14 21:59:38 +0800
  • df3f4f83 Remove unused codes and rename packages in binary-proto project; by huanghaiquan 2019-04-14 21:44:22 +0800
  • 3a889320 Fixed errors of the test cases in crypto framework; by huanghaiquan 2019-04-14 21:37:44 +0800
  • 6de0d8af Fixed all compilation errors due to refactoring crypto framework; by huanghaiquan 2019-04-14 21:24:30 +0800
  • 1f6fd9e6 Rename some of the types in crypto framework for more accurate expression. by huanghaiquan 2019-04-14 12:35:40 +0800
  • 047eecf0 Rename some of the types in crypto framework for more accurate expression. by huanghaiquan 2019-04-14 12:26:28 +0800
  • eb28dc1a Refactoring: change the type of the Algorithm property of class CryptoBytes to type “short”, and modify the relevant code that depends on this property; by huanghaiquan 2019-04-14 01:52:38 +0800
  • 215683ea Refactored packages in crypto framework; by huanghaiquan 2019-04-14 00:05:06 +0800
  • f58c94b4 Fixed compilation errors due to merging develop branch; by huanghaiquan 2019-04-13 22:33:13 +0800
  • 1ebe607a Merge branch 'develop' into feature/crypto-spi by huanghaiquan 2019-04-13 22:28:58 +0800
  • f2643f05 Fixed compilation errors due to refactoring crypto-framework; by huanghaiquan 2019-04-13 22:20:58 +0800
  • 7780fb64 Fixed compilation errors in sdk and ledger-model ; by huanghaiquan 2019-04-13 13:46:23 +0800
  • 8c46ac4c Remove unused projects; by huanghaiquan 2019-04-11 17:54:09 +0800
  • a170e6df Remove unused projects; by huanghaiquan 2019-04-11 17:50:35 +0800
  • 99f8063c add state transfer layer frame code by zhangshuang 2019-04-11 16:51:04 +0800
  • 1689a50c Add tikv-client module and modify dbconnection to auto check way! by shaozhuguang 2019-04-11 16:21:23 +0800
  • 8063bcd0 add implementations of ECDSA and SHA256 based on BouncyCastle by zhanglin33 2019-04-09 16:29:29 +0800
  • e0f6f8a8 modify the generation of CURVE in SM2Utils by zhanglin33 2019-04-08 18:24:05 +0800
  • a5f2706f replace Ed25519Utils with ED25519Utils from BouncyCastle.jar by zhanglin33 2019-04-08 18:06:14 +0800
  • e8d277ba finish SPI junittest, and modify the retrievePubKey method by zhanglin33 2019-04-08 15:57:02 +0800
  • 33f1537d modify the "resolveXXX" method by zhanglin33 2019-04-08 11:13:56 +0800
  • b83e59ad providing junit test for symmetric encryption functions, including AESEncryptionFunction and SM4EncryptionFunction. by zhanglin33 2019-04-04 18:49:52 +0800
  • a16f41ff Modify license files, readme files, and other configurations by shaozhuguang 2019-04-04 17:15:53 +0800
  • 897ee693 Modify license files, readme files, and other configurations, and generate 0.8.3.RELEASE versions by shaozhuguang 2019-04-04 17:06:33 +0800
  • 8831baaf change configure files and shell files by shaozhuguang 2019-04-03 18:25:55 +0800
  • d240ba05 providing junit test for hash functions, including RIPEMD160HashFunction, SHA256HashFunction and SM3HashFunction. by zhanglin33 2019-04-03 17:07:14 +0800
  • dd0abe31 Merge remote-tracking branch 'origin/master' into develop-local by shaozhuguang 2019-04-03 16:59:01 +0800
  • 4c8ac6cf change configure files by shaozhuguang 2019-04-03 16:54:38 +0800
  • 08110bbc fix wrong implementations of AESEncryptionFunction and SM4EncryptionFunction in stream encrypting/decrypting by zhanglin33 2019-03-29 11:49:02 +0800
  • 1db8e218 Merge branch 'master' into develop by huanghaiquan 2019-03-29 01:30:02 +0800
  • 682add6e Fix bugs in test case; by huanghaiquan 2019-03-29 01:23:03 +0800
  • d7c1e752 rebase crypto-spi; by huanghaiquan 2019-03-28 19:12:23 +0800
  • a297d7d5 Update to version 0.9.0-SNAPSHOT; by huanghaiquan 2019-03-28 19:00:37 +0800
  • 43068a02 (tag: 0.8.3) Init the repository with the 0.8.3.RELEASE version of project; by huanghaiquan 2019-03-28 18:58:01 +0800
  • b6665e66 initialize by huanghaiquan 2017-10-27 09:57:12 +0800