Problem using Broadcom uBSec engine in 0.9.8

2005-10-20 Thread Martin Del Vecchio
I am using OpenSSL on Linux in a shared library environment (./config shared). I am trying to load support for the Broadcom uBSec engine. Here is a test program: int main (int argc, char *argv[]) { ENGINE *Engine; SSL_library_init(); SSL_load_error_strings();

[openssl.org #1226] DES_SPtrans in des_enc.m4: Text relocation remains against symbol

2005-10-20 Thread via RT
We have a problem building apache 2.0.55 with OpenSSL 0.9.8a. When linking mod_ssl the linker gives an error: Text relocation remains referenced against symbol offset in file DES_SPtrans 0x1220

Re: s23_srvr.c

2005-10-20 Thread Bodo Moeller
On Fri, Oct 07, 2005 at 11:17:47AM +0200, Peter Sylvester wrote: In s23_srvr.c there is a length test if ((csl+sil+cl+11) != s-packet_length) { SSLerr(SSL_F_GET_CLIENT_HELLO,SSL_R_RECORD_LENGTH_MISMATCH) in case that the record contains a SSLV3 or TLSv1 header.

Re: question concerning SSL_ctrl and SSL_CTX_ctrl etc

2005-10-20 Thread Bodo Moeller
On Thu, Oct 13, 2005 at 01:41:56PM +0200, Peter Sylvester wrote: In ssl/ssl_lib.c there is a lot of functionality of get/set implemented through a SSL_ctrl or SSL_CTX_ctrl, but some are implemented directly as functions. There may be some logic behind that but I am not sure which one. One

Re: TLS Extension support - Server Name Indication

2005-10-20 Thread Bodo Moeller
On Thu, Oct 13, 2005 at 07:23:29PM +0200, Peter Sylvester wrote: I have put a version of openssl that supports the TLS servername extension into our web server. It is based on a openssl development snapshot of last week. We have split of and simplified the code that was done together with