Hello All, RESTRICTIONS
There is no option to print out all the fields of a
PKCS#7 file. This PKCS#7 routines only understand PKCS#7 v 1.5 as
specified in RFC2315 they cannot currently parse, for example, the new CMS as
described in RFC2630. Above lines are from http://www.openssl.org/docs/apps/pkcs7.html#. Is there any support for RFC2630 now in OpenSSL? Your comment on this will be greatly appreciated. Thanks, Madhu ##################################################################### This Email Message is for the sole use of the intended recipient(s) and May contain CONFIDENTIAL and PRIVILEGED information. LG Soft India will not be responisible for any viruses or defects or any forwarded attachements emanating either from within LG Soft India or outside. Any unauthorised review , use, disclosure or distribution is prohibited. If you are not intentded recipient, please contact the sender by reply email and destroy all copies of the original message. ##################################################################### |
Dear madhu,
Have you worked at Disc Technology Services Private Limited previously. Just got confused by the name. Please don't mind. Regards, Suchi __________________________________ Do you Yahoo!? Yahoo! Small Business - Try our new Resources site http://smallbusiness.yahoo.com/resources/ ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [hidden email] Automated List Manager [hidden email] |
In reply to this post by madhu sudhan reddy-2
On Tue, May 24, 2005, Madhu Sudhan Reddy wrote:
> > Is there any support for RFC2630 now in OpenSSL? > > Your comment on this will be greatly appreciated. > No, OpenSSL doesn't support S/MIME v3 at present. Interest has been expressed from time to time but so far no one has been prepared to fund its development. In practice very few clients output S/MIME v3 messages that are not supported by PKCS#7 so this is rarely a problem in practice. Steve. -- Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage OpenSSL project core developer and freelance consultant. Funding needed! Details on homepage. Homepage: http://www.drh-consultancy.demon.co.uk ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [hidden email] Automated List Manager [hidden email] |
In reply to this post by madhu sudhan reddy-2
Hello Dr Stephen, Thank you very much for your kind response.
Below I am explaining the actual problem I am facing. I am presently developing JAVA wrapper for the signature functionality, the JAVA sign() function returns signature in CMS format. But inside JAVA sign() function I used OpenSSL to generate signature in PKCS #7 format. While testing sign() function with Auto test java application it is returning Invalid CMS. Just I want to know is it because of format incompatibility between CMS and PKCS #7? or any other reason. Any comment on this is greatly helpful for me. Thanks, Madhu -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Dr. Stephen Henson Sent: Tuesday, May 24, 2005 9:30 PM To: [hidden email] Subject: Re: RFC2630 support On Tue, May 24, 2005, Madhu Sudhan Reddy wrote: > > Is there any support for RFC2630 now in OpenSSL? > > Your comment on this will be greatly appreciated. > No, OpenSSL doesn't support S/MIME v3 at present. Interest has been expressed from time to time but so far no one has been prepared to fund its development. In practice very few clients output S/MIME v3 messages that are not supported by PKCS#7 so this is rarely a problem in practice. Steve. -- Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage OpenSSL project core developer and freelance consultant. Funding needed! Details on homepage. Homepage: http://www.drh-consultancy.demon.co.uk ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [hidden email] Automated List Manager [hidden email] ##################################################################### This Email Message is for the sole use of the intended recipient(s) and May contain CONFIDENTIAL and PRIVILEGED information. LG Soft India will not be responisible for any viruses or defects or any forwarded attachements emanating either from within LG Soft India or outside. Any unauthorised review , use, disclosure or distribution is prohibited. If you are not intentded recipient, please contact the sender by reply email and destroy all copies of the original message. #####################################################################:§I"Ï®ÞrØm¶ÿÃ(¥éì²Z+K+©¦í1¨¥xËh¥éì²[¬z»(¥éì²Z+¢fyÒâ²Ó¨®f£¢·h)z{,à |
On Wed, May 25, 2005, Madhu Sudhan Reddy wrote:
> Hello Dr Stephen, Thank you very much for your kind response. > > Below I am explaining the actual problem I am facing. > > I am presently developing JAVA wrapper for the signature functionality, > the JAVA sign() function returns signature in CMS format. > > But inside JAVA sign() function I used OpenSSL to generate signature in > PKCS #7 format. > > While testing sign() function with Auto test java application it is > returning Invalid CMS. > > Just I want to know is it because of format incompatibility between CMS > and PKCS #7? or any other reason. > > Any comment on this is greatly helpful for me. > It is very unlikely that an OpenSSL PKCS#7 structure will be incompatible with a CMS implementation. If you use, for example, PKCS7_sign() this can never happen. You could see if OpenSSLs smime utility can verify the signature from Java and vice versa. If they will then there's a problem with your OpenSSL code. Steve. -- Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage OpenSSL project core developer and freelance consultant. Funding needed! Details on homepage. Homepage: http://www.drh-consultancy.demon.co.uk ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [hidden email] Automated List Manager [hidden email] |
Free forum by Nabble | Edit this page |