RE: Browser's signature function

2000-10-02 Thread
Title: RE: Browser's signature function Hi, Thanks for your great hint. The URL you pointed out is for key generation. Any information is for signing text? kevin Hi you are right, IE usr ActiveX Look at for the source code:

Re: Client authentication

2000-10-02 Thread Robert Sandilands
Look at http://www.aquasecurity.com/protect/other/sslcli.cpp and http://www.aquasecurity.com/protect/other/sslsrv.cpp Robert Sandilands Carlos Serrao wrote: Hi all, can someone provide me with a good example how to handle client authentication on a SSL connection. I've already take a

Re: idea and copyright

2000-10-02 Thread Max Liccardo
David Schwartz wrote: In the worst case, can somebody point me to another free simmetric algorithm with a 128 bit key ??? RC4 would be my recommendation. Twofish would be a good alternate. DS sorry but, according to openssl readme "RC4 is a trademark of RSA Security,

Re: idea and copyright

2000-10-02 Thread Tim Tassonis
In the worst case, can somebody point me to another free simmetric algorithm with a 128 bit key ??? RC4 would be my recommendation. sorry but, according to openssl readme "RC4 is a trademark of RSA Security, so use of this label should perhaps only be used with RSA

Re: idea and copyright

2000-10-02 Thread Richard Levitte - VMS Whacker
From: Max Liccardo [EMAIL PROTECTED] mliccardo.c David Schwartz wrote: mliccardo.c mliccardo.c In the worst case, can somebody point me to another free simmetric mliccardo.c algorithm with a 128 bit key ??? mliccardo.c mliccardo.c RC4 would be my recommendation. Twofish would be

SSL_read problem

2000-10-02 Thread Wirta, Ville
Hi! I'm having a problem reading from socket when connection keep-alive is on. SSL_read returns -2. What could that -2 possible mean? I tried to look at the code but did'nt find the red thread. Thanks already if anyone knows! Yours VW

Certificate based SSO

2000-10-02 Thread Derek Charles
Forgive me for being slightly off topic here. My company has several sites and applications that require authentication by digital certificate. We'd like to wrap it all up into a portal site for single point of access and make it single sign on. I was wondering if anyone on the list could

Re: idea and copyright

2000-10-02 Thread Max Liccardo
Richard Levitte - VMS Whacker ha scritto: Well, twofish was mentioned as well. Unfortunately, it isn't implemented in OpenSSL (yet). However, blowfish is another, and it is implemented in OpenSSL as well. sorry for my silly questions, but I really don't undertstand..idea is

Quick Startup Guide

2000-10-02 Thread Alex Kam
Hi, I am a newbie to this and am looking for a quick start guide to setup a ssl telnet , ftp access to a server overseas. Any help is much appreciated. Thanks in advance. Regards, Alex __ OpenSSL Project

REMOVE

2000-10-02 Thread Kimberly Palko
[EMAIL PROTECTED] wrote: Let's get right to the point. I am looking for positive motivated people that want and need to make a minimum of 10k per month. Do you have a burning desire to change the quality of your existing life? Would you like to live the life that others only

example using rsa functions from openssl

2000-10-02 Thread warmice
Hi,everyone: I want to use RSA decrypt and encrypt functions in openssl ,can someone send me an example ? I try using RSA_private_decrypt() etc. ,but the functions act like an empty function and seem to do nothing .I think I must use the functions incorrectly .So please send me a detailed

Re: idea and copyright

2000-10-02 Thread Richard Levitte - VMS Whacker
From: Max Liccardo [EMAIL PROTECTED] mliccardo.c but I really don't undertstand..idea is implemented mliccardo.c in openssl but it has a registred patent on the mliccardo.c algorithm I'm confused. Where did I say anything about IDEA? mliccardo.c I cannot find infos about the existence

PEM_write_RSAPrivateKey problem

2000-10-02 Thread Dirk Janssens
Hello, I want to write a private RSA key to a file with PEM encoding. I found the PEM_write_RSAPrivateKey function in the pem.h headerfile. It seems to me that it does exactly what I want. But when I use it, all I can do is write to stdout. Even with the code below, the PEM encoded key appears

Installation problems

2000-10-02 Thread marco_mora
I been trying to install openssl over linux and Unix plataforms but i still can understand how it works. an dinsttaltions in no further possible to me. Please if you have any guide or list of steps of how to do it, please let me know. I have it working over NT paltaform and i can

Client Verification Fails

2000-10-02 Thread agent man
Hi, I am trying to test a client / server program in which the client uses a certificate at depth 10 and the client uses at depth 1, where both have the same root CA. I get this error : Unable to get issuer certificate locally Can anyone tell me what the problem could be ? regards Sameer

Re: Client authentication

2000-10-02 Thread Carlos Serrao
Thanks for your contribution, but the examples are quite similar to my implementation and therefore I still have the same problem... No client authentication. I'm starting to suspect of my client and server certificates. Perhaps its is something wrong with them... ... can you give some

[error] SSL handshake interrupted by system

2000-10-02 Thread Brian T. Allen
Hi *, I am getting a lot of errors when trying to use SSL with Apache. It has been configured and working for months, but with errors the whole time. In the browser, you simply get a "Page not found" error. The following shows up in the logs: log_snippet [02/Oct/2000 07:55:11 00655] [error]

RE: idea and copyright

2000-10-02 Thread Gregory Pietsch
Blowfish is a public domain algorithm by Bruce Schneier of Counterpane Systems. It has been placed into the PD by its author. Gregory Pietsch -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Max Liccardo Sent: Monday, October 02, 2000 9:07 AM To: [EMAIL

Re: PEM_write_RSAPrivateKey problem

2000-10-02 Thread marco russo
Dirk Janssens wrote: Hello, I want to write a private RSA key to a file with PEM encoding. I found the PEM_write_RSAPrivateKey function in the pem.h headerfile. It seems to me that it does exactly what I want. But when I use it, all I can do is write to stdout. Even with the code below,

key format compatible with pgp?

2000-10-02 Thread Javier Baliosian
Hello, Can i to generate a key with openssl compatible with pgp? this means a key that i can to import it in pgp. if it is possible, what format is that? thanks, Javier Baliosian __ OpenSSL Project