confirming my approach

2005-02-14 Thread Medi Montaseri
I have been working on a problem for a couple of weeks and I'm begining to doubt myself... I can use some confirmation... I 'm trying to port a working application (Working on FreeBSD 5.2.1 32-bit) to a FreeBSD 5.3 amd64 and am experiencing seg fualt when calling SSL_library_init(). So I got

Re: confirming my approach

2005-02-14 Thread Medi Montaseri
Medi Montaseri wrote: I have been working on a problem for a couple of weeks and I'm begining to doubt myself... I can use some confirmation... I 'm trying to port a working application (Working on FreeBSD 5.2.1 32-bit) to a FreeBSD 5.3 amd64 and am experiencing seg fualt when calling

Re: SCTP support in OpenSSL

2005-02-10 Thread Medi Montaseri
I'm a bit curiousshould'nt we strive to push security down the IP stack... I'm currently going thru my first SSL apps and frankly, it is too mechanical... specially if you want SSL and multi-threading Maybe you can provide some pros and cons of security over a transport levelor if this

SSL_library_init() debugging

2005-02-08 Thread Medi Montaseri
I need some help debugging a segmentation fault in my application at SSL_library_init() Based on ssl/ssl_algc.c Q1- Where is the definition of EVP_des_cbc() function, I could not find it along the 0.9.7e sources Q2- My app is dynamically linking with the OS supplied SSL libs. I want to be able

Re: Dual 64 32 libraries

2005-01-27 Thread Medi Montaseri
to our lab. I hope this helps those who might be interested. Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Somerville Sent: Tuesday, January 25, 2005 3:14 PM To: openssl-users@openssl.org Subject: Re: Dual 64 32 libraries Medi Montaseri wrote

SSL_library_init() seg faults

2005-01-27 Thread Medi Montaseri
I am having a run time seg fault problem with an app that works fine on 64-bit linux and 32-bit FreeBSD but fails at SSL_library_init() I have been trying to figure out a way of debugging this with no success... Has anyone seen this and/or interested in helping me out with some gdb dir

Re: SSL_library_init() seg faults

2005-01-27 Thread Medi Montaseri
Medi Montaseri wrote: I am having a run time seg fault problem with an app that works fine on 64-bit linux and 32-bit FreeBSD but fails at SSL_library_init() I have been trying to figure out a way of debugging this with no success... Has anyone seen this and/or interested in helping me out

Re: Dual 64 32 libraries

2005-01-25 Thread Medi Montaseri
I'm also interested in this topiccan you include me as well... Actually I am not sure if it is a good idea to run mix modes, even if the OS supports it as there might be some performance hits due to translations and adjustments mclellan, dave wrote: We are using OpenSSL on four Unix

Re: Dual 64 32 libraries

2005-01-25 Thread Medi Montaseri
Bill Somerville wrote: Medi Montaseri wrote: I'm also interested in this topiccan you include me as well... Actually I am not sure if it is a good idea to run mix modes, even if the OS supports it as there might be some performance hits due to translations and adjustments Hi Medi

linking 64-bit apps against 32-bit openssl libs

2005-01-19 Thread Medi Montaseri
Can I link a 64-bit app with a 32-bit openssl lib ? More specifically, the environment would be OS = FreeBSD 5.2.1 CC = gcc 3.3.3 Linker = ld 2.13.2 32-bit Lib = OpenSSL I personally don't think that is possible. However, my peer has managed to compile a 64-bit app with the 32-bit SSL lib and

OpenSSL port to 64 bit windows

2005-01-10 Thread Medi Montaseri
I was wondering if openssl-0.9.7d will compile/work on Windows Server 2003 x64. This version of Windows is currently a Beta software. Or basically what is the status of OpenSSL and 64-bit-Windows Thanks Medi __ OpenSSL Project

Re: SSL_CTX_use_certificate_chain_file() error

2004-12-02 Thread Medi Montaseri
is generating this... + SSL_CTX_use_certificate_chain_file + BIO_new() + BIO_read_filename() + PEM_read_bio_X509() + etc, etc Thanks Medi Montaseri wrote: Hi all I am using a SOAP toolkit called gSOAP which supports OpenSSL. While my application works fine on Linux and FreeBSD

How to test a Self Signed Certificate

2004-12-02 Thread Medi Montaseri
My code is failing at SSL_CTX_use_certificate_chain_file() Is there a way to test my Self-Signed certificate with an external command (ie section 1 cmd). Perhaps openssl(1) !? Thanks __ OpenSSL Project

Re: SSL_CTX_use_certificate_chain_file() error

2004-12-02 Thread Medi Montaseri
Thankslooks like it could not find the file... I sure miss ENOENT Cheers... Medi Dr. Stephen Henson wrote: On Thu, Dec 02, 2004, Medi Montaseri wrote: So I modified my toolkit to report the actual error from SSL_CTX_use_certificate_chain_file() and now I get error:20074002: BIO routines

SSL_CTX_use_certificate_chain_file() error

2004-12-01 Thread Medi Montaseri
Hi all I am using a SOAP toolkit called gSOAP which supports OpenSSL. While my application works fine on Linux and FreeBSD, it fails on Windows. The failure comes from a line that says if (!SSL_CTX_use_certificate_chain_file(soap-ctx, soap-keyfile)) return soap_set_receiver_error(soap,

How to generate an X509 Certificate Programatically

2004-11-30 Thread Medi Montaseri
Does anyone has a piece C/C++ code to generate an RSA X509 Self-Signed Certificate programatically? I have googled, man(1)ed, and read O'Reilly OpenSSL book and am seeing different incomplete approaches. I need to generate the certificatae at run-time in case my server.pem file is not

Re: How to generate an X509 Certificate Programatically

2004-11-30 Thread Medi Montaseri
Thanks for the quick reply Cheers Dr. Stephen Henson wrote: On Tue, Nov 30, 2004, Medi Montaseri wrote: Does anyone has a piece C/C++ code to generate an RSA X509 Self-Signed Certificate programatically? I have googled, man(1)ed, and read O'Reilly OpenSSL book and am

remove

2004-06-16 Thread montaseri
remove __ Introducing the New Netscape Internet Service. Only $9.95 a month -- Sign up today at http://isp.netscape.com/register Netscape. Just the Net You Need. New! Netscape Toolbar for Internet Explorer Search from anywhere on

SSL On-Disk Session Caching HOW-TO

2004-04-08 Thread montaseri
I am trying to solve a problem for which the SSL On-Disk Session Caching seems to be an appropriate solution. I need confirmation and pointers to HOW-TO on this subject. I have a CLI application that connects over SSL to a gSOAP server. I'm currently experiencing around 7 seconds for the session