Hi ,
Can anyone provide more details about these errors? describe or tell when and why these errors arise ?
const int16_t SL_ESEC_ASN_DATE_SZ_E = (-149); /* ASN date error, bad size */
const int16_t SL_ESEC_ASN_BEFORE_DATE_E = (-150); /* ASN date error, current date before */
const int16_t SL_ESEC_ASN_AFTER_DATE_E = (-151); /* ASN date error, current date after */
const int16_t SL_ESEC_ASN_SIG_OID_E = (-152); /* ASN signature error, mismatched oid */
const int16_t SL_ESEC_ASN_TIME_E = (-153); /* ASN time error, unknown time type */
const int16_t SL_ESEC_ASN_INPUT_E = (-154); /* ASN input error, not enough data */
const int16_t SL_ESEC_ASN_SIG_CONFIRM_E = (-155); /* ASN sig error, confirm failure */
const int16_t SL_ESEC_ASN_SIG_HASH_E = (-156); /* ASN sig error, unsupported hash type */
const int16_t SL_ESEC_ASN_SIG_KEY_E = (-157); /* ASN sig error, unsupported key type */
Thanks,
Hady