File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,9 +120,9 @@ static DefaultSignatureAlgorithmIdentifierFinder()
120
120
algorithms [ "SHA1WITHECDSA" ] = X9ObjectIdentifiers . ECDsaWithSha1 ;
121
121
algorithms [ "ECDSAWITHSHA1" ] = X9ObjectIdentifiers . ECDsaWithSha1 ;
122
122
algorithms [ "SHA224WITHECDSA" ] = X9ObjectIdentifiers . ECDsaWithSha224 ;
123
- algorithms [ "SHA256WITHECDSA" ] = X9ObjectIdentifiers . ECDsaWithSha224 ;
123
+ algorithms [ "SHA256WITHECDSA" ] = X9ObjectIdentifiers . ECDsaWithSha256 ;
124
124
algorithms [ "SHA384WITHECDSA" ] = X9ObjectIdentifiers . ECDsaWithSha384 ;
125
- algorithms [ "SHA512WITHECDSA" ] = X9ObjectIdentifiers . ECDsaWithSha256 ;
125
+ algorithms [ "SHA512WITHECDSA" ] = X9ObjectIdentifiers . ECDsaWithSha512 ;
126
126
127
127
128
128
algorithms [ "GOST3411WITHGOST3410" ] = CryptoProObjectIdentifiers . GostR3411x94WithGostR3410x94 ;
You can’t perform that action at this time.
0 commit comments