CMS (PKCS#7) library for Go
Перейти к файлу
Lucas Garron fc9159fd23 Replace `README.md` with a notice linking to the new location. 2021-10-04 13:17:49 -07:00
.github/workflows Update Go testing to a single CI job. 2021-09-27 18:16:21 -07:00
oid Fix signatureAlgorithm in signerInfos to use correct OIDs. 2021-06-25 18:22:59 +00:00
protocol Fix signatureAlgorithm in signerInfos to use correct OIDs. 2021-06-25 18:22:59 +00:00
timestamp sort certlist in digicert timestamp signed data 2021-06-14 01:12:46 +00:00
.gitignore Initial commit 2015-04-09 11:53:02 -04:00
LICENSE.md add license/readmme 2017-11-21 08:51:58 -07:00
README.md Replace `README.md` with a notice linking to the new location. 2021-10-04 13:17:49 -07:00
go.mod Add deprecation notice. 2021-10-04 12:31:18 -07:00
go.sum fix verify_test on go1.16 2021-06-14 01:12:50 +00:00
main_test.go Update dependencies and references for v0.1.0 2020-08-11 17:05:36 -07:00
sign.go allow intermediates to be added in addition to leaf cert 2017-11-27 16:22:30 -07:00
sign_test.go fix interoperability with Go 1.15 encoding/asn1 SET OF ordering 2021-06-14 01:11:29 +00:00
signed_data.go Update dependencies and references for v0.1.0 2020-08-11 17:05:36 -07:00
timestamp.go Update dependencies and references for v0.1.0 2020-08-11 17:05:36 -07:00
timestamp_test.go Merge pull request #23 from josephlr/ci 2020-08-11 17:20:45 -07:00
verify.go fix interoperability with Go 1.15 encoding/asn1 SET OF ordering 2021-06-14 01:11:29 +00:00
verify_test.go fix verify_test on go1.16 2021-06-14 01:12:50 +00:00

README.md

This project has moved

ietf-cms is now part of the https://github.com/github/smimesign repository.

Please update your dependencies from github.com/github/ietf-cms to github.com/github/smimesign/ietf-cms