Re: Memory leaks

2006-01-27 Thread Nils Larsch
Steffen Lips wrote: Hi everybody, we have written a server application wich uses openssl. now we found out, that memory increases rapidly. Then we found out, that there are memory leaks in openssl. so try this little program: #include #include #include void *crypto_mem_leak_cb(unsigned

RE: PocketPC Port Question

2006-01-27 Thread Daniel Díaz Sánchez
I have sent an email to OpenSSLGRT with the headers, I will update the site with that when I have time…   Apart from that, we are preparing a version that uses full Win32 API, as suggested in an older topic, and no compatibility library will be needed.   B.R.   Daniel Díaz,      

Re: openssl pkcs#1 v2.1 x.509

2006-01-27 Thread majorsoul (sent by Nabble.com)
thanks! can you also relate to this one: http://www.nabble.com/x.509-question-t1008574.html Thanks in advance View this message in context: Re: openssl pkcs#1 v2.1 x.509 Sent from the OpenSSL - User forum at Nabble.com.

How to add TLS support?

2006-01-27 Thread Li Zhou
Hello list, I need to add TLS support to an IRC client. Basically i want to know where to start? There are many protocols ( SMTP, IMAP, POP3, ACAP ) that runs over TLS now. So there much be a general rule for doing such things. Thanks. Lionel -- ___

PocketPC Port Question

2006-01-27 Thread OpenSSLGRT
I tried Portable OpenSSL 0.9.8a for Windows CE 4.20e (http://karajan.it.uc3m.es/~pervasive/wce_lite_compat/) and it works great on the PocketPC (Dell Axim ARMv4 processor).   Now I want to develop small C++ (eVC SP4) app that will do ssl but   Details on the problem: -Build for WCE

Why SSL Client may need a private key?

2006-01-27 Thread jong jong
Hi, everyone, I am new to the OpenSSL and I tried hard to understand SSL protocol and APIs. I have one question that bothers me. When using openssl as a SSL Client, there is an option to load a client private key file. I don't understand why SSL client needs a private key? I thought, according t

Re: Why SSL Client may need a private key?

2006-01-27 Thread Dr. Stephen Henson
On Fri, Jan 27, 2006, jong jong wrote: > Hi, everyone, > > I am new to the OpenSSL and I tried hard to understand > SSL protocol and APIs. > I have one question that bothers me. > > When using openssl as a SSL Client, there is an option > to load a > client private key file. > I don't understand

RE: OS/390

2006-01-27 Thread mclellan_dave
Title: OS/390 We are using OpenSSL 0.9.7d in our product on z/OS. when I last built and ran the tests, I believe tests ran successfully, but I might not be remembering properly.   z/OS was a last platform for OpenSSL exploitation, so we had a decent test program in our server application.   

Does open SSL has DTLS support

2006-01-27 Thread Pjothi
Dear all,   Does OpenSSL has DTLS support ? If yes, from which version is DTLS supported ? Are there any tutorials /briefs avaiable for adding DTLS support for applications?   It would be very helpful if any of you can give me some comprehensive information regarding this,   I thank you one and al

OS/390

2006-01-27 Thread Pierre Burlin
Title: OS/390 Hi All, I am trying to build openssl on OS/390 V1R5 but I am having problem with "make test". I have tested 0.9.7e and 0.9.7i without any success, are there anyone with experience on OS/390 that could help me please? The example below shows how I built openssl in open-mvs envi

Re: openssl pkcs#1 v2.1 x.509

2006-01-27 Thread Dr. Stephen Henson
On Thu, Jan 26, 2006, majorsoul (sent by Nabble.com) wrote: > > does openssl supports pkcs#1 v2.1? > can I create an x509 certificae using openssl with RSASSA-PSS keys? > The padding algorithms are supported but some limitations in the RSA API mean the padding functions have to be called manual

Re: .p12 in openssl s_server

2006-01-27 Thread Bernhard Froehlich
am0ykam0te (sent by Nabble.com) wrote: Will the server established by OpenSSL s_server able to accept .p12 certificates as client/server certificates? OpenSSLs s_client tool won't accept PKCS#12 files AFAIK (see http://www.openssl.org/docs/apps/s_server.html), but you can extract the informa