Merge pull request #1248 from cconlon/oidfix

fix CTC_SHA224wECDSA oid sum
This commit is contained in:
dgarske
2017-11-27 09:13:03 -08:00
committed by GitHub

View File

@ -79,7 +79,7 @@ enum Ctc_SigType {
CTC_SHAwRSA = 649,
CTC_SHAwECDSA = 520,
CTC_SHA224wRSA = 658,
CTC_SHA224wECDSA = 527,
CTC_SHA224wECDSA = 523,
CTC_SHA256wRSA = 655,
CTC_SHA256wECDSA = 524,
CTC_SHA384wRSA = 656,