Re: Testing my signed email, please send me an encrypted email.

2005-12-04 Thread Bernhard Froehlich
Anthony Azzopardi wrote: Testing my signed email, please send me an encrypted email. Thanks. Anthony I would likt to, but I know of no way to tell my Mozilla that it can trust your certificate (should someone else know a way please tell me). And Mozilla refuses to use untrusted certificates

RE: Ignorant of SSL: I have a dumb question

2005-12-04 Thread alok
Try saying that to a web banking manager :-) From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of lwoods (sent by Nabble.com) Sent: Saturday, December 03, 2005 10:22 AM To: openssl-users@openssl.org Subject: Ignorant of SSL: I have a dumb questio

RE: ASN1 parsing

2005-12-04 Thread Venkata Sairam
Hi I think I didn't make myself clear about my problem in the last message. I have the DER encoded value (byte [] (03:7C:02:01...) of the whole ASN1 Object that corresponds to the SEQUENCE with 3 elements > ASNSEQUENCE[C] = 3 elements > INTEGER = 0 > SEQUENCE[C] = 2 elements > OBJECT ID =

RE: ASN1 parsing

2005-12-04 Thread Venkata Sairam
Hi I am still stuck in the implementation of the ASN1 module for the data. I am kinda lost. Can anyone provide some insights about implementing the ASN1 parser for the data below. > ASNSEQUENCE[C] = 3 elements > INTEGER = 0 > SEQUENCE[C] = 2 elements > OBJECT ID = SHA > NULL = null >

Re: Microsoft CryptoAPI and OpenSSL

2005-12-04 Thread Dr. Stephen Henson
On Sun, Dec 04, 2005, Han Jun Li wrote: > > Steve, > Thanks for your comment. I will take a look at OpenSSL > 0.9.9-dev. In the mean time, in the plug-in I wrote using OpenSSL 0.9.7i, > I get a rsa_priv_dec call from OpenSSL when the Java client sends a > change_cipher message. If I

Testing my signed email, please send me an encrypted email.

2005-12-04 Thread Anthony Azzopardi
Testing my signed email, please send me an encrypted email. Thanks. Anthony smime.p7s Description: S/MIME Cryptographic Signature

Re: Microsoft CryptoAPI and OpenSSL

2005-12-04 Thread Han Jun Li
Steve, Thanks for your comment.  I will take a look at OpenSSL 0.9.9-dev.  In the mean time, in the plug-in I wrote using OpenSSL 0.9.7i, I get a rsa_priv_dec call from OpenSSL when the Java client sends a change_cipher message.  If I call CryptoAPI to decode this data using the handle t

Re: Microsoft CryptoAPI and OpenSSL

2005-12-04 Thread Dr. Stephen Henson
On Sun, Dec 04, 2005, Anton D. Kachalov wrote: > CAPI uses PVK format for private keys. You can find out more information > here: > http://www.drh-consultancy.demon.co.uk/pvk.html > http://www.drh-consultancy.demon.co.uk/pkcs12faq.html > > The term "PVK" is normally used only for PVK files. The

OpenSSL Random Number Generator

2005-12-04 Thread Hagai Yaffe
Hello,   I am looking for some documentation regarding OpenSSL Random Number Generator, I have looked on the net and could not find what I need. I mainly need some compression between OpenSSL Random Number Generator and other Random Generation algorithms (Blum-Blum-Shub, FIPS 186, RPK). I

BIO_write fails after upd 0.9.7i => 0.9.8a

2005-12-04 Thread Arno Garrels
Hello, I'm using non-blocking BIO pair, transport is non-blocking sockets (Windows). BIO_write() returns -1 and BIO_should_retry() = 0. Error is "error code; 336416834 in .\ssl\s3_lib.c line 1607". It happens in accept state after a successfull handshake when protocol version > SSLv2 has been ne

Re: Microsoft CryptoAPI and OpenSSL

2005-12-04 Thread Anton D. Kachalov
CAPI uses PVK format for private keys. You can find out more information here: http://www.drh-consultancy.demon.co.uk/pvk.html http://www.drh-consultancy.demon.co.uk/pkcs12faq.html I modified original pvk program to proper work with CryptImportKey. http://lrn.ru/~mouse/pvk-0.12-alt.tar.bz2 Run it