You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Packed certificate time has been removed from the spec, replaced by CHIP epoch time. We should update the code accordingly.
Proposed Solution
Remove PackCertTime, UnpackCertTime. Figure out what to do with PackedCertTimeToDate and PackedCertDateToTime. Replace SecondsSinceEpochToPackedCertTime with something that produces CHIP epoch times. Update comments on mEffectiveTime. Figure out what happens with mNotBeforeDate and mNotAfterDate.
Problem
Packed certificate time has been removed from the spec, replaced by CHIP epoch time. We should update the code accordingly.
Proposed Solution
Remove
PackCertTime
,UnpackCertTime
. Figure out what to do withPackedCertTimeToDate
andPackedCertDateToTime
. ReplaceSecondsSinceEpochToPackedCertTime
with something that produces CHIP epoch times. Update comments onmEffectiveTime
. Figure out what happens withmNotBeforeDate
andmNotAfterDate
.@emargolis do you have bandwidth for this?
The text was updated successfully, but these errors were encountered: