huanghaiquan
d951e9ae00
Upgraded to version 1.1.2.RELEASE;
6 years ago
huanghaiquan
ae5d7d071d
Refactored HashFunction;
6 years ago
huanghaiquan
1e6e125348
Upgrade version to 1.2.0-SNAPSHOT;
6 years ago
huanghaiquan
e0f7145df8
Upgrade version to 1.1.1.RELEASE;
6 years ago
huanghaiquan
96ca7b5b2d
Upgraded version to 1.2.0-SNAPSHOT;
6 years ago
huanghaiquan
93d6a87c53
Upgrade to 1.1.0.RELEASE;
6 years ago
huanghaiquan
cd56b0812b
Refactored the codes of ledger initialization;
6 years ago
zhanglin33
81c52e4750
replace invoked curves api in both ecdsa and sm2, and modify junit tests in crypto-pki
6 years ago
shaozhuguang
9f0fe0855c
增加ump代码
6 years ago
huanghaiquan
0d8cc2be3e
Merge branch 'release/1.0.0' into develop
# Conflicts:
# source/sdk/sdk-base/pom.xml
# source/storage/storage-redis/pom.xml
# source/storage/storage-service/pom.xml
6 years ago
zhaoguangwei
2602fb7c96
clean the project;
fixed the bug: get 10+ results by /accounts/.../entries?fromIndex=10&count=10, no results in the seconds page;
delete the modules of stp/state-transfer/crypto-impl;
delete the dependency out the dependencyManagement
6 years ago
huanghaiquan
e33a21310c
Upgraded version to 1.1.0-SNAPSHOT
6 years ago
huanghaiquan
859a60d3af
Upgraded version to 1.0.0.RELEASE;
6 years ago
shaozhuguang
867c0f6911
Add Contract Code Show !
6 years ago
zhanglin33
e832bae1d7
Merge commit '845e7a4537adee26cbf870096a0f22ec7b7c9e77' into feature/crypto-spi
6 years ago
zhanglin33
74bc253099
replace .getBytes() with BytesUtils.toBytes(), again
6 years ago
shaozhuguang
06a932279c
Change String.getBytes() to UTF-8 Encode !
6 years ago
zhanglin33
9b1629ca12
replace .getBytes() with BytesUtils.toBytes()
6 years ago
zhanglin33
a1a7cf9615
remove invalid imports and a main function
6 years ago
zhanglin33
2848d39bd3
ssh-keygen parser has been completed
6 years ago
zhanglin33
b9999aa497
add ed25519 again
6 years ago
zhanglin33
9bfd5faddf
add ssh ecdsa and ed25519
6 years ago
zhanglin33
6d94f7a3d0
Merge commit 'fa99325a93a38be04cd80a1db7c0077d6dbfc374' into feature/crypto-spi
6 years ago
zhanglin33
13fca62782
finish RSA parsing in ssh-keygen
6 years ago
huanghaiquan
c9ab265773
Merge commit '376753b8d2d2f45a73987238ddf1d31ab4347042' into develop
6 years ago
huanghaiquan
e3b9d97f5e
Completed configuring crypto service provider in ledger.init file;
6 years ago
huanghaiquan
8288e0cad7
Completed development of adding crypto provider setting to LedgerAdminAccount;
6 years ago
zhanglin33
fa92f40227
renew RSA junitTests to save compiling time
6 years ago
huanghaiquan
dd021222d7
Added crypto-provider attribute to the settings of ledger;
6 years ago
zhanglin33
0da0219341
remove useless imports
6 years ago
zhanglin33
4061725dca
SM3WITHSM2 and SHA1WITHRSA4096 in pki module have been completed
6 years ago
zhanglin33
bf6ff4dfe7
SHA1WITHRSA2048 in crypto-pki module has been completed
6 years ago
zhanglin33
d44f97a646
Merge commit '173e4ba768cf66291320aabcf07d5f2fee9cce7a' into feature/crypto-spi
# Conflicts:
# source/pom.xml
6 years ago
zhanglin33
962e0f200b
add SHA1WITHRSA2048 without junitTest
6 years ago
huanghaiquan
173e4ba768
Fixed compiling error;
6 years ago
zhanglin33
6920627ef3
add CertParser and its junitTest
6 years ago
zhanglin33
7b0cc1cafb
add CSRBuilder and its junitTest
6 years ago
shaozhuguang
8a4fdc3b6a
1. Repairing automatic serialization during gateway initialization
6 years ago
zhanglin33
66a58d44af
add the standard public exponent form in RSAUtils
6 years ago
shaozhuguang
3545a75fa1
1. Modify integration test cases;
2. Adding browser to get Settings configuration interface;
3. Repairing BUG of BftSMART Consensus.
6 years ago
zhanglin33
be4f605174
add pki
6 years ago
huanghaiquan
d7526ff3ee
Merge branch 'develop' into feature/crypto-spi
6 years ago
zhanglin33
a99cf692e9
Merge commit '8e9f6948011d6b1bbc6c8e8da2dff4e7aba18fff' into feature/crypto-spi
6 years ago
huanghaiquan
4bc5dbf36e
Renamed some base types in binary-proto;
6 years ago
huanghaiquan
f88ef08fc2
Moved ValueType from utils-common project to binary-proto project
6 years ago
zhanglin33
03289580a4
fix bugs
6 years ago
zhanglin33
46e80f53d8
remove loops
6 years ago
zhanglin33
f9633391c1
remove loops
6 years ago
zhanglin33
c9398ccfcd
implement Paillier encryption, the additive homomorphic encryption algorithm, and renew MultiSum
6 years ago
zhanglin33
73b53a7aa3
replace paillier encryption implementations in the MIT license with ones in the Apache 2.0
6 years ago