Is there a list of Objects usable in certificates with their usage explanation?

2000-11-24 Thread Vincent W. S. Tam
Hello, Is there any "centralized" places document the "objects" usable in certificates? Their names, oid, and most important which field (keyUsage, nsCertType...etc) to put them in and their usage description? We can't find such information from the current openssl documentations. :( We found

Re: Looking for an HTTPS client for NT C/C++

2000-11-24 Thread Jean-Marc Desperrier
Shridhar Bhat wrote: ¾G¹ÅÂ×(kevin) wrote: Hi, Will you post to this mailing list how and where to download the tool? kevin Yes, I would post it here. I've got the permission from management to release it under GPL. I have asked to set up a machine from where it could be

Re: Looking for an HTTPS client for NT C/C++

2000-11-24 Thread Deepak Taneja
Hello i'm getting problem in compiling Diffle hellman algorithm . please help me that what should be done . i mean which file is to be compiled as there i'm tring to compile p1024.c . there is BN_BL_CTX struc is missing . If anyone has compile please tell me the procedure . i'll be very

A question about threads

2000-11-24 Thread Wirta, Ville
Hi all! I'm still fighting against casual fall-downs with my server and OpenSSL. I found an interesting point from OpenSSL man pages that mentioned two important call back functions that have to be set. "locking_funktion" and "id_function". If I understood correctly the id one is not needed with

Re: Looking for an HTTPS client for NT C/C++

2000-11-24 Thread Vadim Fedukovich
On Fri, 24 Nov 2000, Deepak Taneja wrote: Hello i'm getting problem in compiling Diffle hellman algorithm . please help me that what should be done . i mean which file is to be compiled as there i'm tring to compile p1024.c . there is BN_BL_CTX struc is missing . If anyone has

Re: A question about threads

2000-11-24 Thread Shridhar Bhat
"Wirta, Ville" wrote: Hi all! I'm still fighting against casual fall-downs with my server and OpenSSL. I found an interesting point from OpenSSL man pages that mentioned two important call back functions that have to be set. "locking_funktion" and "id_function". If I understood correctly

RE: A question about threads

2000-11-24 Thread Dale Peakall
I'm still fighting against casual fall-downs with my server and OpenSSL. I found an interesting point from OpenSSL man pages that mentioned two important call back functions that have to be set. "locking_funktion" and "id_function". If I understood correctly the id one is not needed with NT

silly question

2000-11-24 Thread Ugron, Zoltan
Hello, What can be the problem if I created some certificates under netscape and under ie (their status are OK, they are placed under personal certs. Verify says OK). But when I try to use them, the browser said that I have no certificate at all! thnks,

RE: silly question

2000-11-24 Thread Roberto Lopez Navarro
Would it be possible to have a look at the certificates? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ugron, Zoltan Sent: viernes, 24 de noviembre de 2000 15:38 To: '[EMAIL PROTECTED]' Subject: silly question Hello, What can be the problem

OpenSSL for Java??????

2000-11-24 Thread Mads Rasmussen
Hi there, Any effort is being put into creating a openSSL for Java? RSA security has a Java product for SSL, anyone knows of a opensource product? I know of cryptix, but this is not for SSL as far as I know. Regards, Mads Rasmussen / CiT Systems www.cit.com.br

Re: OpenSSL for Java??????

2000-11-24 Thread Soul Fire
Yep ... it's called pureTLS and you can pickit up from http://www.rtfm.com/puretls luck -Original Message- From:Mads Rasmussen [EMAIL PROTECTED] Sent:Fri, 24 Nov 2000 14:36:31 -0300 To: [EMAIL PROTECTED] Subject: OpenSSL for Java?? Hi there, Any effort is being

OpenSSL, IIS, and OFX Keys

2000-11-24 Thread Tipton, Michael
I am using OpenSLL to extract the private keys from my IIS Key Backup files. I am able to accomplish this fine except for certain servers we have. These servers keys/certs are marked as OFX (Financial Exchange). These are a special type of key/cert that you have to specificly request from

RE: OpenSSL, IIS, and OFX Keys

2000-11-24 Thread Tipton, Michael
Thinking about this some more, is there a command line switch to make openssl not perform validation and write the outfile anyway. If what is failing is what I think that would get me past it.. openssl rsa -inform NET -in keybackup.bin -out key.pem C. Michael Tipton BBT Online Banking

Re: OpenSSL, IIS, and OFX Keys

2000-11-24 Thread Dr S N Henson
"Tipton, Michael" wrote: I am using OpenSLL to extract the private keys from my IIS Key Backup files. I am able to accomplish this fine except for certain servers we have. These servers keys/certs are marked as OFX (Financial Exchange). These are a special type of key/cert that you have to

Re: OpenSSL, IIS, and OFX Keys

2000-11-24 Thread Dr S N Henson
"Tipton, Michael" wrote: Thank you, I'll give it a try.. I'm using 0.9.5 right now.. when I tried to compile 0.9.6 I get.. The symlink function is unimplemented at ./util/mklink.pl line 53. make: *** [links] Error 255 I've banged my head on it some but if anyone knows the fix..

Re: openssl and iplanet server

2000-11-24 Thread Kervin
Hi, I've seen this with iPlanet Directory Service 4.12 on solaris8. I'm not sure what your problem is but it turned out iplanet was the problem I when I did it. The iPlanet console had a bug that prevented importing certificates when using a remote console. I finally got my directory

Re: Looking for an HTTPS client for NT C/C++

2000-11-24 Thread jkunz
On 24 Nov, Jean-Marc Desperrier wrote: Shridhar, a tool that incorporates OpenSSL code can hardly be released as GPL, because OpenSSL itself is not GPL. As I understand the BSD license, BSD licensed code can be rereleased under the GPL. See drivers/scsi/ncr53c8xx.c in the Linux kernel. This

Re: Looking for an HTTPS client for NT C/C++

2000-11-24 Thread Jean-Marc Desperrier
[EMAIL PROTECTED] wrote: On 24 Nov, Jean-Marc Desperrier wrote: Shridhar, a tool that incorporates OpenSSL code can hardly be released as GPL, because OpenSSL itself is not GPL. As I understand the BSD license, BSD licensed code can be rereleased under the GPL. See