Skip to content

certificates/not-before date is not correct. #64

Description

@kzvankovich

certificates/not-before returns incorrect value.

actual result:
not-before = not after date.

expected result:
not-before = not before date.

See the issue in source code (certificates.clj):

(defn not-before
"Returns the first date this certificate is valid."
[cert]
(.getNotAfter cert))

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions