Re: Solved -RE: random generator on solaris

2000-09-22 Thread Al Smith
If anyone's interested, you can get a proper /dev/random on solaris from http://www.cosy.sbg.ac.at/~andi/ - it's saved me faffing around with egd.pl. Al. __ OpenSSL Project http://www.openssl.org U

Re: random generator on solaris

2000-09-22 Thread Radovan Semancik
[EMAIL PROTECTED] wrote: > > > > Solaris 8 ships with a perl that was compiled with Sun cc. > > > Thus to install modules/etc that require compilation, you > > > must use Sun cc. Even if you install gcc, you cannot compile > > > code that will link correctly with sun's supplied perl. > > > > > >

RE: rsautl -- does it work?

2000-09-22 Thread Michael Mason
> If by messages you mean "email" then the 'smime' application is best > suited. rsautl is a low level signing and diagnostic utility and its > only in 0.9.6-betas at present. Actually I'm wanting to take a message (a CSV string, as it happens), sha1 hash it, then sign the hash. Then I can return

Hi All!!!

2000-09-22 Thread Ravi Mittal
I have downloaded and installed openssl…   I know how to create a Certificate Authority and How to create and sign the certificates…   Can any1 tell me how do I configure my webserver (apache) so that I can browse the sites as https://   ??   That’s is through secure socket la

RE: authenticatedAttribute (Was Re: signature using openca sign tool)

2000-09-22 Thread stabane
Hi Steve I am sure that mantain compatibility is better than forcing standards compliancy. But in this case i think that is possible to achieve a good compromise offering to aplications both choices. In your kindly answer you said: >Because if the received encoding is correct the attributes will

Re: Hi All!!!

2000-09-22 Thread simon
I think you should download and install mod_ssl,the apache module for ssl.Then configure it. >I have downloaded and installed openssl… > >I know how to create a Certificate Authority and How to create and sign the >certificates… > >Can any1 tell me how do I configure my webserver (apache) so tha

Re: How to get non-ascii characters in client certs correctly displayed by IE

2000-09-22 Thread Gao Yuhang
Hi, Thanks for your help. Pls excuse my poor English. What I want do is to use openssl to sign certs that can be accepted correctly both by netscape and IE. The usual routines of my tests are as follows: 1.use openssl ca to sign a PKCS req or sign a SPKAC file. 2.use some S/MIME to load the gene

Q. nmake cannot find a dll

2000-09-22 Thread Hirohiko Nakano
I use VC6 on Win98. When I did "nmake -f ms\ntdll.mak" to make opensll, nmake said "MSPDB60.DLL not found". Please Help me. Hirohiko Nakano [EMAIL PROTECTED] __ OpenSSL Project http://www.o

Batch password changes of certs

2000-09-22 Thread David Lang
-BEGIN PGP SIGNED MESSAGE- I have a large (>600 site) webfarm and would like to inplement password changes for the certs once in a while due to sysadmin turnover. I would like to be able to script this change but the default openssl tool is very resistant to my scripting efforts (insistin

SV: Q. nmake cannot find a dll

2000-09-22 Thread Hellan,Kim KHE
It's a Visual Studio common file Normally it is located in: c:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin\MSPDB60.DLL Are you sure that your PATH includes this directory for VC++ binaries? Kim Hellan KMD / KMD-CA http://www.kmd-ca.dk Mailto:[EMAIL PROTECTED] -Oprindelig medde

Re: Batch password changes of certs

2000-09-22 Thread Richard Levitte - VMS Whacker
From: David Lang <[EMAIL PROTECTED]> david.lang> I have a large (>600 site) webfarm and would like to david.lang> inplement password changes for the certs once in a while david.lang> due to sysadmin turnover. I would like to be able to david.lang> script this change but the default openssl tool i

cipher and idea

2000-09-22 Thread Max
Hi folks, I'm trying to use the BIO routines with openssl-0.9.5a I need a idea encryption filter so, after creating this one I used the BIO_set_cipher but I'm not able to make it works this is my code: if ((benc=BIO_new(BIO_f_cipher())) == NULL); BIO

Re: please, please help - Install on Slack fails....

2000-09-22 Thread Joshua Brown
On Friday, September 22, 2000, at 06:16 PM, Robert Hajime Lanning wrote: > Did you install the kernel as /usr/src/linux? and did you atleast do a > make menuconfig dep yes, i did. that's what's so freaky. ORIGINAL MESSAGE: > > As written by Joshua Brown: > > > > Please he

Re: please, please help - Install on Slack fails....

2000-09-22 Thread Nikhil G. Daddikar
This problem is reported by a variety of people in different contexts and the solution seems to be the same. /usr/include/linux is not pointing to the correct location. On my redhat it points to ../src/linux/include/linux However ../src/linux/include/linux points in turn to /usr/src/linux-2.2.

Re: CryptoAPI and OpenSSL compatibility

2000-09-22 Thread Dr S N Henson
Dicky Liu wrote: > > Hi, all, > > Currently, we have an existing system running on Windows NT using > Microsoft's cryptoAPI which has been working okay for us. We now want to be > able to connect to this system from a UNIX platform to transfer, sign, and > validate data. For the UNIX platfor

RE: CryptoAPI and OpenSSL compatibility

2000-09-22 Thread Dicky Liu
Thanks for the info... but was there anything obviously wrong with that test application that I wrote?? -Original Message- From: Dr S N Henson [mailto:[EMAIL PROTECTED]] Sent: Friday, September 22, 2000 6:00 PM To: [EMAIL PROTECTED] Subject: Re: CryptoAPI and OpenSSL compatibility Dic

Re: please, please help - Install on Slack fails....

2000-09-22 Thread Joshua Brown
On Friday, September 22, 2000, at 06:51 PM, Nikhil G. Daddikar wrote: > This problem is reported by a variety of people in different contexts and the >solution > seems to be the same. > > /usr/include/linux is not pointing to the correct location. > > On my redhat it points to ../src/lin

Re: WAP compatible cert HOWTO?

2000-09-22 Thread hirntod
Hi Erik, wait some days. I will ask in my company if this posible. And how does it go. hirntod On Mon, 18 Sep 2000, Erik Petersen wrote: > I've seen a few threads on the list about WAP but none that explain how to > create a cert for WAP. > > Could someone point me to a "cookbook" for genera

Re: Hi All!!!

2000-09-22 Thread hirntod
HI Ravi, look at the docus ;-) You can found some docu and links on http://www.pseudonym.org/ssl/ On Fri, 22 Sep 2000, Ravi Mittal wrote: > I have downloaded and installed openssl… > > I know how to create a Certificate Authority and How to create and sign the > certificates… > > Can any1 tel