RE: openssl 0.9.6 and Irix 6.x ( SGI OS )

2001-03-29 Thread Jesse Neri
I have it going on my IRIX 6.5 system. No /dev/urandom, but you can feed openssl random input from any number of sources. I had no problem with the configure and compile. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of RAVIER > Benoit - NTR > S

Re: openssl 0.9.6 and Irix 6.x ( SGI OS )

2001-03-29 Thread Jean-Francois Malouin
* RAVIER Benoit - NTR ([EMAIL PROTECTED]) [20010329 10:34] thus spake: > Hello, > > Is somebody has already used the cryptography library under > Irix 6.5 operating system ? Like many, I think, I have a > problem with the /dev/urandom device... After calling SGI > hotline,

openssl 0.9.6 and Irix 6.x ( SGI OS )

2001-03-29 Thread RAVIER Benoit - NTR
Hello, Is somebody has already used the cryptography library under Irix 6.5 operating system ? Like many, I think, I have a problem with the /dev/urandom device... After calling SGI hotline, it seems having no package to install it. Thank you if you've any news about that. Sorry for the poor eng

Re: unsupported certificate type

2001-03-29 Thread Lutz Jaenicke
On Thu, Mar 29, 2001 at 10:06:22AM -0500, George Lind wrote: > I have written code to run as a server. I am using the > SSL_CTX_set_verify(ctx, SSL_VERIFY_PEER, NULL) function. When the client > tries to connect it fails saying that the certificate is an unsupported > type. Both the client and

unsupported certificate type

2001-03-29 Thread George Lind
I have written code to run as a server. I am using the SSL_CTX_set_verify(ctx, SSL_VERIFY_PEER, NULL) function. When the client tries to connect it fails saying that the certificate is an unsupported type. Both the client and server have gotten test certificates from Thawte and have the same tr

Re: imaps-pop3s test

2001-03-29 Thread Darrin Powell
On Thu, 29 Mar 2001, you wrote: I recently had this same problem check your /var/log/maillog or /var/log/messages the last entry should be your connection to that machine. The error reported will give you an idea as to what is going wrong. Good luck Darrin > On Mon, Jan 29, 2001 at 05:26:36

Re: imaps-pop3s test

2001-03-29 Thread Lutz Jaenicke
On Mon, Jan 29, 2001 at 05:26:36PM +0200, Panagiotis Drakopoulos wrote: > Lutz Jaenicke wrote: > > This server is far to old to natively support SSL. It should look like > > this :-) > > * OK [CAPABILITY IMAP4 IMAP4REV1 STARTTLS LOGIN-REFERRALS AUTH=LOGIN] localhost > > IMAP4rev1 2000.287 at Tue,

Re: imaps-pop3s test

2001-03-29 Thread Panagiotis Drakopoulos
Lutz Jaenicke wrote: > On Tue, Mar 20, 2001 at 12:59:53PM +0200, Panagiotis Drakopoulos wrote: > > Hi, > > Do the tests i made (see below) mean that i installed and configured secure imap > > and pop servers (openssl-0.9.6) properly. > Hmm, no. > > > I still cannot connect to the server using

New OBJECT_ID

2001-03-29 Thread Olivier Michiels
Hi, I have to add a new OID in my Openssl environment. This OID is 1.2.840.113549.1.9.16.1.4 How can I do that ??? Michiels Olivier __ OpenSSL Project http://www.openssl.org User Support Mailing

OpenSSL 0.9.6a-beta2 and Shared Libs

2001-03-29 Thread Paulo Matos
In order to build shared libs I had to do a small patch to openssl-0.9.6a-beta2 source tree. (patch follow as attach) After that it built with no problems... What are side effects? -- Paulo Matos --- -- |Sy

RE: OPENSSL Documents

2001-03-29 Thread Tal Mozes
You can use pod2man.pl from the util directory (of openssl). I also remember using a pod2html.pl utility sometime, but it seems to have disappeared... Tal > -Original Message- > From: Albert Gallego [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, March 28, 2001 5:57 PM > To: '[EMAIL PROTEC

RE: OpenSSL or Engine

2001-03-29 Thread John . Airey
The openssl-engine code contains "experimental" support for hardware crypto devices. If you don't have one, or don't even know what one is, then just use the vanilla "openssl" code. I read somewhere that the two code branches will be merged in 0.9.7. Can't remember where now. - John Airey Inter

Re: JAVA/JNI Wrapper for OpenSSL.

2001-03-29 Thread Hausermann Laurent
Yeah it's really well documented and full fonctionnal but not opensourced ! Thanks -Laurent Mads Toftum wrote: > On Wed, Mar 28, 2001 at 01:08:34PM -0800, Sabyasachi Gupta wrote: > > I checked out JSSE and JKS but none provides the functionality to > > sign certificates as a CA programmatically (

OpenSSL or Engine

2001-03-29 Thread Dave Horner
We are using an apache web server and need to generate a CSR so we can use SSL. The documentation says that we need openssl to generate the CSR. Could someone explain the difference between OpenSSL and OpenSSL (engine) , so I know which one to install ? Many Thanks Dave __

Re: SSLeay compile problems on HP-UX

2001-03-29 Thread Kees . Vonk
I posted the attached message a few weeks ago, several people pointed out that the unresolved symbols were supplied by libgcc. After a trying a few things I worked out that I had to put -L/path/to/where/libgcc.a/is/located before the -lgcc and all was fine then. Thank you very much for ever

RE: problem in verifying the request

2001-03-29 Thread CAMUS Sylvie FTRD/DTL/ISS
The function "X509_REQ_verify" return -1 because The digest table must be initialized using, for example, OpenSSL_add_all_digests(). You can use the function ERR_print_errors(BIO *) to know the OPENSSL function which has returned the error. -Message d'origine- De : manjunath gv [mailt

Problem generating my CSR file

2001-03-29 Thread David Beauchesne
Hi, I'm In Geneva(Switzerland) right now and I need to Acquire and install a Verisign Certificate(Commerce Site 128-bit SSL) to secure the implementation of our Intranet application. I am using Oracle Apache HTTP Server running under Windows 2000 operating system. On my test server I tried to gen

SV: How to duplicate an EVP_PKEY..... Dr. Henson?

2001-03-29 Thread Hellan,Kim KHE
>> But anyway. >> Do you have any suggestions, how to properly implement the RSA_dup() >> function you suggested earlier, assuming that we are only talking software >> keys? >Well it depends on what you want to actually do. If you have an EVP_PKEY >structure and you want to be able to pass i