RE: [jacorb-developer] JDK 1.3.0.2 / JacORB 1.4 w/ jsse 1.0.2 Fix/problem

2001-12-12 Thread Andrew Finnell
Title: RE: [jacorb-developer] JDK 1.3.0.2 / JacORB 1.4 w/ jsse 1.0.2 Fix/problem     Well I have gotten it to work kind of. I am running a TAO server from which im connecting to with a JacORB client. I see the debug output on the server but OpenSSL(TAO) complains about about 'alert certifi

Ϊ¸öÈËÊÂÒµ×ö´òË㣬ѡÔñ¹ØÏµÍ¨2.0

2001-12-12 Thread UP30
Title: Äã×¼±¸ºÃÁËÂ𣿠      Ϊ¸öÈËÊÂÒµ×ö´òË㣬ѡÔñ¹ØÏµÍ¨2.0

RE: OCSP_basic_verify

2001-12-12 Thread Neff Robert A
Steve, Please, please, please put your comments like this into the CVS source or man pages. Your knowledge of this stuff is priceless to us mere mortals! :-) Thank you. Rob -Original Message- From: Dr S N Henson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 12:57 PM To: [

Re: delayed setting of IV w/ EVP interface

2001-12-12 Thread Charlie Lenahan
>>The man pages says for EncryptInit "It is possible to set all parameters >>to NULL except type in an initial call and supply the remaining parameters >>in subsequent calls, all of which have type set to NULL. This is done >>when the default cipher parameters are not appropriate." >> >>Does

You Have a Broken LINK

2001-12-12 Thread Raul de la Garza
http://www.openssl.org/contrib/newcert-ca.gz Raul de la Garza GeoPartnerships Inc. 512-771-5640 __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROT

Ϊ¸öÈËÊÂÒµ×ö´òË㣬ѡÔñ¹ØÏµÍ¨2.0

2001-12-12 Thread UP30
Title: Äã×¼±¸ºÃÁËÂ𣿠      Ϊ¸öÈËÊÂÒµ×ö´òË㣬ѡÔñ¹ØÏµÍ¨2.0

Re: Echo is openssl

2001-12-12 Thread Michael Sierchio
Michael Sierchio wrote: - violing play Mozart?" + violin play Mozart? " __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manag

Re: Echo is openssl

2001-12-12 Thread Michael Sierchio
Lutz Jaenicke wrote: > Your problem has nothing to do with openssl. Sending terminal control > sequences should be transparent to TLS/SSL layer around it. Lutz is quite correct -- once a handshake is complete, your application passes data through the SSL Record Layer. The spec reads: The SS

Re: OCSP_basic_verify

2001-12-12 Thread Dr S N Henson
Tat Sing Kong wrote: > > (sobbing) I have been looking for the documentation, but there is none. All > I can see i the definition of > some flags: > > #define OCSP_NOCERTS0x1 > #define OCSP_NOINTERN 0x2 > #define OCSP_NOSIGS 0x4 > #defin

Re: Echo is openssl

2001-12-12 Thread Jeffrey Altman
When Telnet protocol is used, echoing is performed by the host. The host has complete control over the echoing. The control is gained by the host by negotiating the TELNET ECHO option. If this option is not negotiated then echoing is handled by the local application. If you have replaced Tel

Re: Echo is openssl

2001-12-12 Thread Andrew T. Finnell
Marcos, We are very willing to help you out but from what you are saying it doesn't make any logical sense. Please describe in a much more detail what you are trying to do. I do not see how console output/input has anything to do with openssl. Thanks - Andrew - Original Message -

Re: Echo is openssl

2001-12-12 Thread Marcos D. Marado Torres
I'm working out the server code, but I'm testing it using openssl as the client too. I know that client can turn the echo off, but what I want is that, for that string, echo is taken for user! Something like: --- Tell me your password: --- And client when writes the password it will not echo!

Re: Private key in exernal hardware (engine) ?

2001-12-12 Thread Götz Babin-Ebell
Alexander Kuit wrote: > > On 12.12.2001 11:12:35 Vadim Fedukovich wrote: > > >On Wed, 12 Dec 2001, Alexander Kuit wrote: > > > >> > >> >> I'm using the engine version to let the client do rsa private encryption > >> >> by a smartcard. This means of course that the private key is hidden > >> >> i

RE: OCSP_basic_verify

2001-12-12 Thread Tat Sing Kong
(sobbing) I have been looking for the documentation, but there is none. All I can see i the definition of some flags: #define OCSP_NOCERTS0x1 #define OCSP_NOINTERN 0x2 #define OCSP_NOSIGS 0x4 #define OCSP_NOCHAIN0x8 #

Re: Echo is openssl

2001-12-12 Thread Lutz Jaenicke
On Wed, Dec 12, 2001 at 05:17:38PM +, Marcos D. Marado Torres wrote: > Yes, it should... But it isn't! Isn't it a problem with openssl? (The > client I'm using to connect...). What is the client? In your original mail you are claiming to be working on the server side. Turning off the echo on

Re: Echo is openssl

2001-12-12 Thread Andrew T. Finnell
Marcos, I dont see what obtaining input from the user has to do with OpenSSL? You should be able to take all the openssl code out of your application and still be able to obtain input from the console. Maybe we are confused about what your problem is? - Andrew - Original Message

convert pcks#12 in pem

2001-12-12 Thread Daniele Zippo
I need to convert a server certicate PKCS#12 in PEM format.   What i doing?   Daniele Zippo

Re: Echo is openssl

2001-12-12 Thread Marcos D. Marado Torres
Well... So, I don't know. This code works out with telnet connections or used in any other program, but it doesn't work here... Any clue? Regards, Mind Booster On Wed, 12 Dec 2001, Andrew T. Finnell wrote: > Marcos, > However if you look through the openssl source code it has a meth

Re: Echo is openssl

2001-12-12 Thread Marcos D. Marado Torres
Yes, it should... But it isn't! Isn't it a problem with openssl? (The client I'm using to connect...). Regards, Mind Booster On Wed, 12 Dec 2001, Lutz Jaenicke wrote: > On Wed, Dec 12, 2001 at 12:31:30PM +, Marcos D. Marado Torres wrote: > > Hi there... > > > > I posted this problem once, b

Windows cert stores

2001-12-12 Thread Tat Sing Kong
Hello, I want to be able to access the certificates for Windows that the certificate manager looks after (the trusted CA's that come with Windows), there does Windows store these certificates, and in what format? Tat. __ Ope

Re: Echo is openssl

2001-12-12 Thread Andrew T. Finnell
Marcos, However if you look through the openssl source code it has a method that turns echoing off for it's own passphrase obtaining method. You could consult that code on how to turn off the echo. But Lutz is correct console operations have nothing to do with OpenSSL. - Andrew -

Re: PrivateKey.

2001-12-12 Thread Lutz Jaenicke
On Tue, Dec 11, 2001 at 10:47:40AM +0100, Douglas Wikström wrote: > Hello! > > I use this when initializing. > > SSL_CTX_use_PrivateKey_file(ssl_ctx, keyfile, SSL_FILETYPE_PEM) > > what is the correct way of accessing this keyfile later. I.e. I would > like to say: > > skey = ssl_ctx->private_

Re: Private key in exernal hardware (engine) ?

2001-12-12 Thread Alexander Kuit
On 12.12.2001 11:12:35 Vadim Fedukovich wrote: >On Wed, 12 Dec 2001, Alexander Kuit wrote: > >> >> >> I'm using the engine version to let the client do rsa private encryption >> >> by a smartcard. This means of course that the private key is hidden >> >> inside the card. However, during debuggin

Re: Echo is openssl

2001-12-12 Thread Lutz Jaenicke
On Wed, Dec 12, 2001 at 12:31:30PM +, Marcos D. Marado Torres wrote: > Hi there... > > I posted this problem once, but as I didn't have any reply I'm trying > again: > > I'm working on a SSL server using openSSL. > Problem is, when I'm asking for a string to the user, I don't want that > str

Re: error in the make process

2001-12-12 Thread Lutz Jaenicke
On Wed, Dec 12, 2001 at 10:53:32AM +0100, Jesus Ferreira wrote: > Dear , > We are trying tu install the openssl-0.9.6b package and we are doing the > make process we get the following error message. > could you help me? > > > O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -c cbc_enc.c -o

Echo is openssl

2001-12-12 Thread Marcos D. Marado Torres
Hi there... I posted this problem once, but as I didn't have any reply I'm trying again: I'm working on a SSL server using openSSL. Problem is, when I'm asking for a string to the user, I don't want that string to echo... I tried to do that with the ways I do to telnet connections (sending some

ADSL高速上网,零初装费

2001-12-12 Thread adsl
ÉîÛÚµØÇø£¬ADSL¸ßËÙÉÏÍø£¬Áã³õ×°·Ñ¡£ÓÐÒâÕßÇë»Ø¸´¡£[EMAIL PROTECTED] __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager

error in the make process

2001-12-12 Thread Jesus Ferreira
Dear , We are trying tu install the openssl-0.9.6b package and we are doing the make process we get the following error message. could you help me?   O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W   -c cbc_enc.c -o cbc_enc.o /usr/ccs/bin/as: "/var/tmp/cc6ryJDO.s", line 362: error: unknown op

Re: Private key in exernal hardware (engine) ?

2001-12-12 Thread Richard Levitte - VMS Whacker
From: "Alexander Kuit" <[EMAIL PROTECTED]> AKuit> As far as I understand this function, it requests the private key from the AKuit> engine. Unfortunately (but not surprisingly), the private key is inside AKuit> the smartcard and cannot be read (only selected for cryptographic AKuit> operations).

How to setup cert server using openssl ?(No Content)

2001-12-12 Thread Dongsheng Song
__ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

Microsoft CryptoAPI and OpenSSL

2001-12-12 Thread RTCYB
Hi, What i need is a library to provide CA x509 and it's storage(saving and loading),encrypting and decrypting data via(DES,RC4,RSA).Both can handle this.(MS and OpenSSL) Does anybody knows advantages and disadvantages of Microsofts CryptoAPI in comparsion to the OpenSSL-toolkit? Thanks La

Solaris 2.6

2001-12-12 Thread Simon DeFriend
Hi, I have read on the Sunfreeware site that Openssl 0.9.6b does not compile the libaries correctly for solaris 2.6, is this true? If so do you have a work around or a recomendation for an earlier version? I will try to compile binaries today to see what happens. Thanks in advance for all of y