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
Title: Äã×¼±¸ºÃÁËÂð£¿
Ϊ¸öÈËÊÂÒµ×ö´òË㣬ѡÔñ¹ØÏµÍ¨2.0
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: [
>>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
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
Title: Äã×¼±¸ºÃÁËÂð£¿
Ϊ¸öÈËÊÂÒµ×ö´òË㣬ѡÔñ¹ØÏµÍ¨2.0
Michael Sierchio wrote:
- violing play Mozart?"
+ violin play Mozart?
"
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manag
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
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
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
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 -
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!
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
(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
#
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
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
I need to convert a server certicate PKCS#12 in PEM
format.
What i doing?
Daniele Zippo
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
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
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
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
-
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_
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
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
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
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¸ßËÙÉÏÍø£¬Áã³õ×°·Ñ¡£ÓÐÒâÕßÇë»Ø¸´¡£[EMAIL PROTECTED]
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager
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
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).
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]
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
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
32 matches
Mail list logo