On January 28, 2010 01:05:25 pm John R Pierce wrote: > Namrata Sorte wrote: > > Hi, > > > > Actually I want to Sign Word Document (.doc) file using RSA (both > > encryption-decryption & signing-verifying) algorithm. So could you > > please tell me what modification will be required to make in existing > > algorithm to support signing word document. > > openssl is designed for implementing SSL or 'secure sockets layer' ... > its the wrong toolkit for things like signing/encrypting files, for that > you would want to look at GPG or similar. > Ok - that's complete dis-information - there are all the right tools in OpenSSL to create PKCS#7 and PKCS#1 signatures. You can use the primitives to implement whatever OTHER standard (or non-standard) signatures you want. You can create Certificates, CMS messages, OCSP requests and responses, etc - all of which are signed structures.
I realize I MIGHT be feeding a troll here, but to say that OpenSSL is only useful for doing SSL/TLS, is completely inaccurate. However, what it is a toolkit. How you use those tools will depend both on how well you understand both the tool and the task at hand, but the toolkit is more than adequate for creating some form of signed Word Document. Have fun. -- Patrick Patterson President and Chief PKI Architect, Carillon Information Security Inc. http://www.carillon.ca ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org