cms 0.2.2

Pure Rust implementation of the Cryptographic Message Syntax (CMS) as described in RFC 5652 and RFC 3274.
Documentation

cms

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 8 feature flags, 0 of them enabled by default.

builder

  • sha1
  • sha2
  • sha3
  • signature
  • std
  • spki/alloc
  • x509-cert/builder

std

  • der/std
  • spki/std

pem

  • alloc
  • der/pem

signature

  • dep:signature

alloc

  • der/alloc

sha3

  • dep:sha3

sha2

  • dep:sha2

sha1

  • dep:sha1