-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(crypto): add
not_after_absolute
field
Add `not_after_absolute` field to `struct crypto_cert_meta`. Unlike the existing `not_after` field, which represents an offset from the current time, the `not_after_absolute` field represents an ASN.1 GENERALIZEDTIME absolute time. It can be set to `"99991231235959Z"` for a [long-lived pledge certificate][rfc8995#2.6.2]. [rfc8995#2.6.2]: https://www.rfc-editor.org/rfc/rfc8995.html#name-infinite-lifetime-of-idevid BREAKING CHANGE: This is an ABI breaking change for the voucher lib.
- Loading branch information
1 parent
9ce0239
commit 582fb6f
Showing
4 changed files
with
75 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters