From: Torsten Howard <[EMAIL PROTECTED]>
torsten> This library fails when doing
torsten> make linux-shared
torsten> openssl-0.9.6a
The way to build shared libraries has changed a bit. Exactly in what
way did it fail, and exactly how did you configure?
Basically, you have to configure with the
If not, you should be able to script it using expect. The expect tool can
be used do script execution of any text based program.
autoexpect -p -f start_s_server openssl s_server -key
[type password when prompted]
[make s_server exit normally, NOT control-c. kill from another window
This library fails when doing
make linux-shared
openssl-0.9.6a
This library works doing
make linux-shared
openssl-0.9.6
Interesting, but cost me a lot of time, so I thought I'd share.
Torsten
__
OpenSSL Project
George,
The alert is encrypted under the current ciphersuite, as it should be.
It is almost certainly a close_notify alert, which is expected and correct.
_
Greg Stark
Ethentica, Inc.
[EMAIL PROTECTED]
_
- Origina
It is documented @
(http://www.openssl.org/docs/ssl/SSL_CTX_use_certificate.html#).
_
Greg Stark
Ethentica, Inc.
[EMAIL PROTECTED]
_
- Original Message -
From: "George Lind" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED
Thank you but how do I had a second CN? I usually use:
openssl req -new -nodes -x509 -out /var/key.pem -keyout /var/key.pem -days
365
it then asks a few questions and only once for CN. I tried CN, CN but it
doesn't work.
Thank you for any help
Olivier
-Message d'origine-
De : [EMAI
We have built an OPENSSL client. We seem to get through the authentication
level, and we are sending data through SSL. After sending data through SSL,
we execute the following function to close SSL:
SSL_shutdown(ssl);
The server receives the following alert:
1503 1643BABD A90D53A7 2735C24B
What is the relationship between cryptlib and OpenSSL? I noticed
that Eric Young name appears in the cryptlib credits. Does cryptlib
use OpenSSL as its core software component?
Ken
__
Support
InterSoft International, Inc.
Voice: 888-823-1541, I
I can' t find any documentation on SSL_CTX_use_certificate_chain_file. Is
this a server or client function?
Thanks,
George
__
OpenSSL Project http://www.openssl.org
User Support Mailing List
Hi all,
I am writing an JAVA Wrapper for OpenSSL , and I want to use the
PEM_read_foobar functions..The problem is I can't use callback function.
Is-there anyway in the API to decrypt after reading the PEM through the
BIO ?
Thanks
Laurent
___
Folks,
When I tried to config on my Solaris box, I got the below error.
Makefile => Makefile.ssl
e_os.h => include/openssl/e_os.h [File exists]
e_os2.h => include/openssl/e_os2.h [File exists]
crypto
/bin/sh: crypto: does not exist
make: *** [links] Error 1
my GNU Make's version is 3.76.1.
An
Is anyone aware of the restrictions on the use of OpenSSL for commercial
purposes in the USA?
I am aware of the restrictions on the use of:
a. IDEA (for commercial purposes).
b. RC5
Can all the other ciphers be used?
Thanks,
Mani
_
I think I've got to try one of those: http://www.ibutton.com/pki.html
I'd love to hear from someone who has.
- Original Message -
From: "Mark H. Wood" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 23, 2001 11:56 PM
Subject: Re: Smart Card Readers
> If you don't insi
I am running the most current release on that very operating system, any
reason you are not running OpenSSL 0.9.X instead of SSLeay?
On Monday 23 April 2001 03:32, you wrote:
> I'm trying to install SSLeay-0.8.1 on Linux-Slackware.
> Compiling is not right because file standards.h is missi
I have written a server on NT that crashes when it gets to the
PEM_read_X509 function. Here is a portion of the code:
X509* pCert = NULL;
FILE *fpCert = fopen("c:\\trustedCA.pem", "r");
PEM_read_X509(fpCert, &pCert, NULL, NULL);
Does anyone know what is wrong?
Thanks,
George
__
If you don't insist on the token being a *card*, the iButton looks
interesting. I've not used it -- has anyone?
--
Mark H. Wood, Lead System Programmer [EMAIL PROTECTED]
Make a good day.
__
OpenSSL Project
Hey
I just started investigating OpenSSH implementations because I was assigned
to port ssh (openSsh) to Real time OS (VxWorks). And now I am asking any of
you, if there is anything done on that kind of OS-es or even better some
listigs of files and things i should look for.
Thanks.
gasper
--
> -Original Message-
> From: Ali Seifi [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, April 15, 2001 11:11 AM
> To: [EMAIL PROTECTED]
> Subject: help Me
>
>
> Dear Sir/Madam,
> Hello
> I find your OpenSSL Source and enjoy from it. it's
> great.
> I has a Question :
> I need to write a WIN200
manjunath gv wrote:
>
> hello
>
> im trying to write the private key into the file
> and read back the key . im using
> PEM_read_bio_Privatekey,PEM_write_bio_Privatekey
> im also using password so the key is encrypted and
> kept
>
> please see the code . the code is working fine for
> writing
Hi,
I am trying to find any examples of C code for using the EVP_EncryptInit
and EVP_EncyptUpdate, and EVP_EncryptFinal
functions as possible... I am trying to code a encryption function for a
client/server to encrypt the username and password
during authenication..
Any help would be greatly appr
From: Diana Calugarescu <[EMAIL PROTECTED]>
One other thing to remember is that discussions about mod_ssl do not
belong in openssl-users! The described problem has, as far as I can
understand, nothing at all to do with OpenSSL
diana.calugarescu> It's very hard to say what's wrong only from that
U should close the output BIO...
If not the output isn't flushed..
Probably you create a 0-length file...
manjunath gv wrote:
>
> hello
>
> im trying to write the private key into the file
> and read back the key . im using
> PEM_read_bio_Privatekey,PEM_write_bio_Privatekey
> im also using pas
hello
im trying to write the private key into the file
and read back the key . im using
PEM_read_bio_Privatekey,PEM_write_bio_Privatekey
im also using password so the key is encrypted and
kept
please see the code . the code is working fine for
writing and problem is i cannot read back the ke
It's very hard to say what's wrong only from that ..
Anyway, try to see :
- man semctl
- see the source ssl_engine_mutex.c - see with what arguments is semctl
called, it would help to give a hint about that.
- see httpd.conf - SSLMutex directive and mod_ssl user manual (Chapter
3), maybe you
There are loads of d2i_ and i2d_ functions to do this. Have a look at
the documentation which is very good in this area.
Tat.
Antonio Ruiz Martínez wrote:
>
> Hello!
>
> How I can get the public key (from a certificate) in an array of
> bytes?
>
> Thanks in advance,
> Regards,
> Antonio
hello
im trying to write the private key into the file
and read back the key . im using
PEM_read_bio_Privatekey,PEM_write_bio_Privatekey
im also using password so the key is encrypted and
kept
please see the code . the code is working fine for
writing and problem is i cannot read back the ke
Hi, i have a problem compiling Apache1.3.19 with mod_ssl and openssl.
The compile error is
#ssl_engine_mutex.c: In function "ssl_mutex_sem_create":
#ssl_engine_mutex.c: 295: Incompatible type for argument 4 of 'semctl'
#ssl_engine_mutex.c: 304: Incompatible type for argument 4 of 'semctl'
So
hello
im trying to write the private key into the file
and read back the key . im using
PEM_read_bio_Privatekey,PEM_write_bio_Privatekey
im also using password so the key is encrypted and
kept
please see the code . the code is working fine for
writing and problem is i cannot read back the ke
I've written a document as part of my own openSSL notes that describes
how to code an SSL client and server using the openSSL libraries. It's
a bit noddy but it does the job.
These might be useful for people just starting (I know I was looking for
such a document when I started).
http://www.c
Enrico Russo wrote:
>
> Hi,
> I've some problems with string encoding.
>
> The Root Cert (created and self-signed with openssl) DN is :
>
> subject= /C=IT/ST=GE/L=Genova/O=Universit\xE0 di Genova/OU=Unige
> CA/CN=unige [EMAIL PROTECTED]
>
> When I try to sign requests created with Microsoft II
Iam trying to use openssl in my app and boundschecker was giving the
following error
stack memory overrun
Copying 96 bytes to ctx.digest
Starting offset 0,destination size:4 bytes
The callstack details are
EVP_MD_CTX_copy() \crypto\evp\digest.c line no 90
ssl3_h
Title: ??: help Me
I THINK u can compile it under win2000
see doc install.w32 good luck
-ÔʼÓʼþ-
·¢¼þÈË: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]´ú±í Ali Seifi
·¢ËÍʱ¼ä: 2001Äê4ÔÂ15ÈÕ 23:11
ÊÕ¼þÈË: [EMAIL PROTECTED]
Ö÷Ìâ: help Me
Dear Sir/Madam,
Hello
I find your OpenSSL
I'm trying to install SSLeay-0.8.1 on Linux-Slackware.
Compiling is not right because file standards.h is missing.
Perhaps a previous package must be installed before ssl ?
Thanks in advance.
Narciso Guillen
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Hello!
How I can get the public key (from a certificate) in an array of
bytes?
Thanks in advance,
Regards,
Antonio.
--
--
Antonio Ruiz Martínez
Facultad de Informática-Universidad de Murcia
30001 Murcia - España (Spain)
Telf: +34-968-36464
34 matches
Mail list logo