huanghaiquan
|
96ca7b5b2d
|
Upgraded version to 1.2.0-SNAPSHOT;
|
6 年前 |
huanghaiquan
|
93d6a87c53
|
Upgrade to 1.1.0.RELEASE;
|
6 年前 |
zhanglin33
|
81c52e4750
|
replace invoked curves api in both ecdsa and sm2, and modify junit tests in crypto-pki
|
6 年前 |
huanghaiquan
|
e33a21310c
|
Upgraded version to 1.1.0-SNAPSHOT
|
6 年前 |
huanghaiquan
|
859a60d3af
|
Upgraded version to 1.0.0.RELEASE;
|
6 年前 |
shaozhuguang
|
867c0f6911
|
Add Contract Code Show !
|
6 年前 |
zhanglin33
|
74bc253099
|
replace .getBytes() with BytesUtils.toBytes(), again
|
7 年前 |
zhanglin33
|
9b1629ca12
|
replace .getBytes() with BytesUtils.toBytes()
|
7 年前 |
zhanglin33
|
a1a7cf9615
|
remove invalid imports and a main function
|
7 年前 |
zhanglin33
|
2848d39bd3
|
ssh-keygen parser has been completed
|
7 年前 |
zhanglin33
|
b9999aa497
|
add ed25519 again
|
7 年前 |
zhanglin33
|
9bfd5faddf
|
add ssh ecdsa and ed25519
|
7 年前 |
zhanglin33
|
13fca62782
|
finish RSA parsing in ssh-keygen
|
7 年前 |
zhanglin33
|
fa92f40227
|
renew RSA junitTests to save compiling time
|
7 年前 |
zhanglin33
|
bf6ff4dfe7
|
SHA1WITHRSA2048 in crypto-pki module has been completed
|
7 年前 |
zhanglin33
|
d44f97a646
|
Merge commit '173e4ba768cf66291320aabcf07d5f2fee9cce7a' into feature/crypto-spi
# Conflicts:
# source/pom.xml
|
7 年前 |
zhanglin33
|
962e0f200b
|
add SHA1WITHRSA2048 without junitTest
|
7 年前 |
huanghaiquan
|
173e4ba768
|
Fixed compiling error;
|
7 年前 |
zhanglin33
|
7b0cc1cafb
|
add CSRBuilder and its junitTest
|
7 年前 |
zhanglin33
|
66a58d44af
|
add the standard public exponent form in RSAUtils
|
7 年前 |
zhanglin33
|
be4f605174
|
add pki
|
7 年前 |
zhanglin33
|
58bb7a8418
|
integrate RSA and ECDSA into spi
|
7 年前 |
zhanglin33
|
019973b84f
|
fix RSA bugs and add RSA consistent test with jdk’s RSA
|
7 年前 |
zhanglin33
|
532a67b102
|
add RSA encryption and tests
|
7 年前 |
zhanglin33
|
9d636b5935
|
add RSA signature algorithm and tests
|
7 年前 |
huanghaiquan
|
a6ea1642e7
|
Renamed CryptoServiceProviders to Crypto for simplification purpose.
|
7 年前 |
huanghaiquan
|
a69c7d56af
|
Fixed bugs in test case LedgerInitSettingTest;
|
7 年前 |
huanghaiquan
|
3a88932051
|
Fixed errors of the test cases in crypto framework;
|
7 年前 |
huanghaiquan
|
6de0d8afc9
|
Fixed all compilation errors due to refactoring crypto framework;
|
7 年前 |
huanghaiquan
|
047eecf054
|
Rename some of the types in crypto framework for more accurate expression.
|
7 年前 |
huanghaiquan
|
eb28dc1ad3
|
Refactoring: change the type of the Algorithm property of class CryptoBytes to type “short”, and modify the relevant code that depends on this property;
|
7 年前 |
huanghaiquan
|
215683ea98
|
Refactored packages in crypto framework;
|
7 年前 |
zhanglin33
|
8063bcd055
|
add implementations of ECDSA and SHA256 based on BouncyCastle
|
7 年前 |
zhanglin33
|
a5f2706f43
|
replace Ed25519Utils with ED25519Utils from BouncyCastle.jar
|
7 年前 |
zhanglin33
|
e8d277ba97
|
finish SPI junittest, and modify the retrievePubKey method
|
7 年前 |
zhanglin33
|
33f1537d9e
|
modify the "resolveXXX" method
|
7 年前 |
zhanglin33
|
b83e59ad5f
|
providing junit test for symmetric encryption functions, including AESEncryptionFunction and SM4EncryptionFunction.
|
7 年前 |
zhanglin33
|
d240ba058f
|
providing junit test for hash functions, including RIPEMD160HashFunction, SHA256HashFunction and SM3HashFunction.
|
7 年前 |
zhanglin33
|
08110bbc3f
|
fix wrong implementations of AESEncryptionFunction and SM4EncryptionFunction in stream encrypting/decrypting
|
7 年前 |
huanghaiquan
|
d7c1e752c8
|
rebase crypto-spi;
|
7 年前 |