Harmonising OpenSSL UI handling...

2000-06-14 Thread Dr Stephen Henson
When I was discussing various methods of handling OpenSSL key databases the issue of PIN handling came up and in more general UI handling wrt "PIN like operations". The problem is that OpenSSL PIN handling is all over the place. The PEM stuff has PIN callbacks applicable on a per call basis even

Re: cvs commit: openssl/crypto/engine hw_ncipher.c

2000-06-14 Thread Dr Stephen Henson
Richard Levitte - VMS Whacker wrote: > > From: Dr Stephen Henson <[EMAIL PROTECTED]> > > drh> hndidx is to hold a new index for the additional data thats being used > drh> in the RSA structure. As such it should be called once in a single > drh> threaded context. This is what's normally done wit

Re: cvs commit: openssl/crypto/engine hw_ncipher.c

2000-06-14 Thread Richard Levitte - VMS Whacker
From: Dr Stephen Henson <[EMAIL PROTECTED]> drh> hndidx is to hold a new index for the additional data thats being used drh> in the RSA structure. As such it should be called once in a single drh> threaded context. This is what's normally done with this kind of thing. drh> Check the various EX_DA

Re: cvs commit: openssl/crypto/engine hw_ncipher.c

2000-06-14 Thread Dr Stephen Henson
Richard Levitte - VMS Whacker wrote: > > From: [EMAIL PROTECTED] > > levitte> Modified:crypto/engine Tag: BRANCH_engine hw_ncipher.c > levitte> Log: > levitte> Geoff inspired me to nullify some pointers if initialisation went > levitte> wrong. Additionally, just give a new value to

RE: Openssl Compilation error.

2000-06-14 Thread Balaji Thiruvenkatachari
Hello, Trying to install openssl-0.9.5a. Was able to run the config file. ($config no-idea no-rc5 no-rsa) When I run the 'make'...I get the following error : ---cryptlib.c #error "Inconsistency between crypto.h and cryptlib". Any ideas ?? Thanks in advance. bala __

x509 and c

2000-06-14 Thread Harold Hotham
Hi, I am trying to read an RSA public key from a file in x509 format, but given that the crypto library is somewhat undocumented I haven't been able to figure out how. (If someone could point me in the direction of some documentation that would be good.) This is what i currently have: in = fo

Problem while downloading SSL Encrypted Excel file

2000-06-14 Thread Arora, Ajay
Hi, In my web application we need the capability to download Excel files (as binary streams) through SSL. Everything works fine if only "http" is used to download the file. It downloads properly and opens in the browser itself (probably with the help of Excel plug-in). Now when we use "https",

Re: suggested change to your INSTALL document

2000-06-14 Thread Ulf Möller
On Wed, Jun 14, 2000 at 11:37:25AM -0700, Michael Wolfe wrote: > 'make test' requires the 'bc' command. guess who didn't install bc on his > server. "make report" now (0.9.6-dev) informs the user that bc is needed to run the test.

Openssl Compilation error.

2000-06-14 Thread Balaji Thiruvenkatachari
Hello, Tried the following : -Downloaded 'openssl-0_9_5a'. -Did a gzip and extracted files. -cd /install/openssl-0.9.5a'. -$ ./Configure I keep getting the following error : 'unable to read opensslv.h:No such file or directory'.

Re: cvs commit: openssl/crypto/engine hw_ncipher.c

2000-06-14 Thread Richard Levitte - VMS Whacker
From: [EMAIL PROTECTED] levitte> Modified:crypto/engine Tag: BRANCH_engine hw_ncipher.c levitte> Log: levitte> Geoff inspired me to nullify some pointers if initialisation went levitte> wrong. Additionally, just give a new value to hndidx once. Steve, the hndidx hack is actually you

Re: Urgent

2000-06-14 Thread Ulf Moeller
On Wed, Jun 14, 2000, Albert Serra wrote: > I would like to ask you how works openssl s_server and s_client. If you think that spamming the openssl lists will get you a better or faster answer, you're wrong. Have a nice day. _

Urgent

2000-06-14 Thread Albert Serra
Hello, I would like to ask you how works openssl s_server and s_client. In detail, I would like to know: If the session key is established and the transferred data is encrypted or you have to encrypt it with the session key. Then if the examples given, serv.cpp and cli.cpp are good enough to star