Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Releases: github/ietf-cms

v0.2.0-rc1

04 Oct 19:31
Compare
Choose a tag to compare
Add deprecation notice.

See https://github.com/github/smimesign/pull/84

v0.2.0

04 Oct 20:24
Compare
Choose a tag to compare
Replace `README.md` with a notice linking to the new location.

v0.1.2

28 Sep 01:17
Compare
Choose a tag to compare
Release notes:

- Fix signatureAlgorithm in signerInfos to use correct OIDs. #28
- fix interoperability with Go 1.15 encoding/asn1 SET OF ordering #29

(Note: the version number has skipped, to match the `smimesign` release this will be a part of.

v0.1.0

12 Aug 00:54
c0e5968
Compare
Choose a tag to compare
Release notes:

- The URL has moved from github.com/mastahyeti/cms to github.com/github/ietf-cms .
- No code changes.

v0.0.7

30 May 20:26
c91ec66
Compare
Choose a tag to compare
  • Support for verifying signatures from certs with DSA keys — #18

v0.0.6

01 May 21:46
f93201e
Compare
Choose a tag to compare
  • Add go.mod and go.sum — #16

v0.0.5

04 Dec 19:58
ec6fafd
Compare
Choose a tag to compare
  • Use UTC for SigningTime attribute — #14

v0.0.4

29 Apr 15:17
f987d53
Compare
Choose a tag to compare

Changes:

  • Include SigningTime attribute in signatures — #13

v0.0.3

29 Apr 15:18
f17ec46
Compare
Choose a tag to compare

Changes:

  • Protocol: Allow signature to specify signing algo instead of just pk algo — #10
  • Check for ExtKeyUsageTimeStamping when verifying timestamp — #11

v0.0.2

29 Apr 15:14
a229af0
Compare
Choose a tag to compare

Changes:

  • Timestamp Protocol support — #2
  • Verify methods return full cert chains — #4
  • Certificate getter/setters — #5