help

2002-03-29 Thread Hao Shi
Dear Sir or Madam, How to make PKCS7 ceritificate from certificate request? Thanks Hao Shi ¡¡2002-03-29 __ OpenSSL Project

$ENV{HTTPS_CA_FILE} what is this value ?

2002-03-29 Thread Kris R
Hi, What should these variable values $ENV{HTTPS_CA_FILE} and$ENV{HTTPS_CA_DIR}. I don't know what to pass tothese variables. Can you please advice me on this. Ihave the Cert.pfx file. How do I make the HTTPS_CA_file etc.Please suggest me on this. Thanks in advance. Regards,Do You Yahoo!? Yahoo!

SSL_CTX_use_PrivateKey_file()

2002-03-29 Thread biswaksen
Hi, can somebody help me out. when i use the SSL_CTX_use_PrivateKey_file() function in my client and serverprogram, both the server and client progarm asks on the command prompt to Enter PEM pass phrase: I dont wantthe user to enter the pass phrase, how to avoid this situation. Is

Re: help

2002-03-29 Thread Gary Chen
Hello Hao, Friday, March 29, 2002, 10:29:23 AM, you wrote: HS Dear Sir or Madam, HSHow to make PKCS7 ceritificate from certificate request? HSThanks openssl pkcs7 -inform PEM -in urcert.crt -out urcert.p7b -- Best regards, Yours, Gary Chen OICQ: 239696 ICQ UIN: 8444147

Re: Doubt regarding Certificate's Public Key

2002-03-29 Thread Richard Levitte - VMS Whacker
From: Chandu [EMAIL PROTECTED] suram I accept with you. In the case of an OCSP Responder, this is possible. suram suram But can we imagine of a case where the end-entity(ie., a user) gets two suram certificates from two different CA's for the same Public Key?? suram suram I would like to know

SSL_CTX_use_PrivateKey_file()

2002-03-29 Thread biswaksen patra
Hi, can somebody help me out. when i use the SSL_CTX_use_PrivateKey_file() function in my client and server program, both the server and client progarm asks on the command prompt to Enter PEM pass phrase: I dont want the user to enter the pass phrase , how to avoid this situation. Is

RE: Adding SSL to an existing protocol

2002-03-29 Thread Chuck Roberts
If you email me directly I will send you a copy of the Word doc in RTF format. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of IEEE ConsultingSent: Thursday, March 28, 2002 9:17 AMTo: [EMAIL PROTECTED]Subject: RE: Adding SSL to an

RE: Configure and using SSL!!

2002-03-29 Thread Chuck Roberts
Title: RE: Configure and using SSL!! I use PacketMon from www.analogx.com (it's free) for sniffing. I look at ports 1481 for data going to mysql. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Vinson Armstead - PASent: Thursday, March 28,

Re: How do I get the Common Name and DNS Name?

2002-03-29 Thread Shane Titus
Daryl, Just wanted to say thanks for your help. It's helped a lot. Thanks Shane Titus - Original Message - From: Daryl Odnert [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 28, 2002 6:05 PM Subject: RE: How do I get the Common Name and DNS Name? Also, note that

Limiting key size

2002-03-29 Thread Baber Amin
Hi folks, how can one limit and enforce the the key size that can be generated and used by openSSL and related utilities. The enforcement has to happen on multiple levels, 1. At generation. 2. Loading keys into the context. I am presuming that the ciphers can be limited to a lower or higher

Re: I'm writing a book...

2002-03-29 Thread Billy Shaw
and perhaps you can share those 15 pages with the OpenSSL community after being on this list for a while, it seems that some straight forward references would be useful for a lot of newbies. That would be great. Billy- Mike Schiffman wrote: Hi. I'm writing a book on open source network

Re: certificate verification and Sub CAs

2002-03-29 Thread Harald Koch
Of all the gin joints in all the towns in all the world, Shaw, George had to walk into mine and say: It sounds to me like he does trust the root CA, he just wants to deny access to certain Sub CAs. Correct. Specifically, everyone else :-) I think you would need to program this into your

linking problems - s_client on Win2K using MSVC++ 6

2002-03-29 Thread Yasir Ali
Hi, I am trying to run s_client in a separate workspace with all the needed source files but am getting the following link errors: s_client.obj : error LNK2001: unresolved external symbol _BIO_free s_client.obj : error LNK2001: unresolved external symbol _CRYPTO_free s_client.obj : error

SSL_get_verify_result(ssl)

2002-03-29 Thread biswaksen
Hi, I have written a client/server code using openssl. when i am verifying the server certificate on the client side and also the client certificate on the server side the verification fails. On the client side , SSL_get_verify_result(ssl) returns code 18. which is : 18

ERR: /usr/ucb/cc: language optional software package not installed

2002-03-29 Thread Thorson, Ronald T.
in the Bourne-Shell I've ran the sh config n-idea no-threads -fPIC command and get this error when executing the make...this is being installed on a Sun Solaris platform...the following is a copy of messages typed in the command window...the complier is the standard Sun C compiler...any