# README
cryptutil
Cryptographic utility functions using CMS
Version
v1.2.5
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
openssl smime -encrypt -des3 -in xyz.txt -out encrypted_message.as2 -outform DER -des3 ..\certs\6472fb9fc2b807fcdd2c7a75-cert.pem.
从PKCS#7签名中提取签名证书 openssl cms -in test/cms.txt -inform PEM -print_certs.
获取X509证书指纹.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
签名 openssl smime -sign -in xxx.txt -out yyy.txt -signer ..\certs\6472f4086ae0b9ea0e0b94df-cert.pem -inkey ..\certs\6472f4086ae0b9ea0e0b94df-private.pem -outform pem.
验证签名 openssl smime -verify -in test/cms.txt -content test/a.txt -inform PEM -noverify.
# Constants
RFC 5751 page 29.
RFC 5751 page 29.
RFC 5751 page 29.
RFC 5751 page 29.
Deprecated.
Deprecated.
RFC 5751 page 29.
RFC 5751 page 29.
RFC 5751 page 29.
RFC 5751 page 29.
RFC 5751 page 29.
RFC 5751 page 29.
RFC 5751 page 29.
RFC 5751 page 29.
# Structs
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author