FW: Using OpenSSL Command Line Apps To Generate Signed Digests

2006-03-16 Thread Diffenderfer, Randy
Title: FW: Using OpenSSL Command Line Apps To Generate Signed Digests Heh, Figures…  My first post is adequately explained… in the man pages of 'rsautl':    The signature can be analysed with:     openssl rsautl -in sig -verify -asn1parse -inkey pubkey.pem -pubin Th

Using OpenSSL Command Line Apps To Generate Signed Digests

2006-03-16 Thread Diffenderfer, Randy
Title: Using OpenSSL Command Line Apps To Generate Signed Digests Folks, I am trying to work out a string of command line things that can deal with signatures and any/all intermediate objects. Using the 'dgst' app, I can generate a digest and a signed digest in either hex or b