funcool / funcool/buddy-core

certificates/not-before date is not correct.

Open
#64 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Clojure
Stars
157
Forks
48
PR merge metrics
No merged PRs in 30d

Description

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))

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.