ietf-cms/protocol
Ben Toews 6cec551ec7
use utc for signingtime (gpgsm interoperability)
2018-12-04 12:51:55 -07:00
..
LICENSE move stuff around. make stuff public 2017-11-17 12:33:19 -07:00
README.md rename stuff 2017-11-17 12:50:55 -07:00
any_set.go high level methods for verifying timestamps 2018-05-17 12:52:13 -06:00
any_set_test.go move stuff around. make stuff public 2017-11-17 12:33:19 -07:00
ber.go high level methods for verifying timestamps 2018-05-17 12:52:13 -06:00
ber_test.go high level methods for verifying timestamps 2018-05-17 12:52:13 -06:00
cms.asn1 move stuff around. make stuff public 2017-11-17 12:33:19 -07:00
protocol.go use utc for signingtime (gpgsm interoperability) 2018-12-04 12:51:55 -07:00
protocol_test.go include SigningTime attribute in signatures 2018-12-04 12:33:30 -07:00

README.md

cms/protocol GoDoc

cms/protocol implements low-level parsing of CMS (PKCS#7) data.

This package is based off https://github.com/fullsailor/pkcs7 and contains the license from that repository.