Categorygithub.com/github/ietf-cms
modulepackage
0.2.0
Repository: https://github.com/github/ietf-cms.git
Documentation: pkg.go.dev

# README

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

# Packages

Package oid contains OIDs that are used by other packages in this repository.
Package protocol implements low level CMS types, parsing and generation.
No description provided by the author

# Functions

NewSignedData creates a new SignedData from the given data.
ParseSignedData parses a SignedData from BER encoded data.
Sign creates a CMS SignedData from the content and signs it with signer.
SignDetached creates a detached CMS SignedData from the content and signs it with signer.

# Structs

SignedData represents a signed message or detached signature.