Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[crypto] Add support for Cryptographic Message Syntax (PKCS #7)
The Cryptographic Message Syntax (PKCS#7) provides a format for
encapsulating digital signatures of arbitrary binary blobs.  A
signature can be generated using

  openssl cms -sign -in <file to sign> -binary -noattr \
  	  -signer <signer>.crt -inkey <signer>.key -certfile <CA>.crt \
	  -outform DER -out <signature>

Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Mar 22, 2012
1 parent fe6e741 commit bdb69d5
Show file tree
Hide file tree
Showing 4 changed files with 639 additions and 0 deletions.

0 comments on commit bdb69d5

Please sign in to comment.