Re: what parts of RFC 2311 does openssl support

2004-11-19 Thread Mark W. Webb
Dr. Stephen Henson wrote: On Thu, Nov 18, 2004, Mark W. Webb wrote: I am working on a application that will support S/MIME and I need to figure out if OpenSSL supports the entire RFC 2311 spec, or only certain parts of it. Does anyone know the answer to this, or where I may

what parts of RFC 2311 does openssl support

2004-11-18 Thread Mark W. Webb
I am working on a application that will support S/MIME and I need to figure out if OpenSSL supports the entire RFC 2311 spec, or only certain parts of it. Does anyone know the answer to this, or where I may find the answer to this question? Thank you. __

Re: code examples

2002-05-21 Thread Mark W. Webb
Eric Rescorla has a great book on TLS and SSL. I bought it a few weeks ago and you will find that there is no better source out there. On Tue, 2002-05-21 at 13:05, Amir Ghavam wrote: > Hi there, > I'm new to openssl. Could anybody tell me where can I find some code > examples please? > Many Than

TLS AND S/MIME

2002-05-06 Thread Mark W. Webb
Has any work been done for the TLS libraries to parse/open a s/MIME message? -- Mark Webb Software Engineer Dolphin Technology 1300B Floyd Ave Rome, NY 13440 Phone: (315) 334-4892 x222 Fax: (315) 339-4846 Email: [EMAIL PROTECTED] __

Re: question on DSA_verify vs EVP_VerifyFinal

2001-09-04 Thread Mark W. Webb
On Saturday 01 September 2001 07:49 am, you wrote: Thanks for getting back to me. What you are saying makes sense, I just do not know why EVP_VerifyFinal passes a signature coming from Java, and DSA_verify fails it? There must be some difference between the two. > "Mark W. Web