-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix comments around X.509/RFC5280 99991231235959Z time value (#19572)
X.509/RFC5280 defines the special time 99991231235959Z to mean 'no well-defined expiration date'. Comments in the code implied this was also relevant for NotBefore, but it's not. This is only a NotAfter concept. However, the code does have reasonable behavior for both cases. This commit amends comments to spell out exactly what this behavior is.
- Loading branch information
1 parent
51dc75d
commit 1064067
Showing
2 changed files
with
30 additions
and
15 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