How to link statically openssl in a dylib

2005-04-27 Thread Qadeer Baig
Hi, I am using openssl in an application (this application actually is a .dylib on Mac OSX). Currently I am linking openssl calls by using -lssl -lcrypto linker options. Since this links openssl calls dynamcally therefor I can only use resulting application on the computers where libssl.dylib and

Re: PATCH: p2q (or rather q2p) 'RSA' option (also TSU NOTIFICATION)

2005-04-27 Thread Bodo Moeller
On Tue, Apr 26, 2005 at 01:25:03PM -0700, Marius Schilder wrote: See attached, I removed the extra field I added to rsa_st. All computation is done in-line, very unintrusive patch now. Any reason this can't make it in the dist? Speed improvements like this are certainly interesting, but

Certificate Verification

2005-04-27 Thread Muhammad Yahya
I have a certificate that I need to get verified by a CA like Verisign. How can I programmatically do so from within my C program running on Linux ? Thanks! __ OpenSSL Project http://www.openssl.org

Datagram TLS source

2005-04-27 Thread nagendra modadugu
Datagram TLS (DTLS) source is now part of the OpenSSL repository (CVS main branch). Also, I have seperately released patches against openssl-0.9.7g. This is the link to the main DTLS page (including links to further information about the protocol, and patches):