Hello -
I tried to incorporate the starttls.c patch available for OpenSSL, without
success. The patch was originally released :
/* apps/starttls.c */
/* Copyright (C) 1995-1998 Eric Young ([EMAIL PROTECTED])
* This package is an SSL implementation written
* by Eric Young ([EMAIL PROTECTED]).
But I am not able to find any documentation on the implementation of the
patch that I downloaded. What comes with it is a diff file and starttls.c.
When I try to compile the .c file using gcc I receive ld errors. (Detailed
in a previous message). I also tried to compile the starttls.c with
appropriate flags:
gcc
starttls.c -I../include -fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLF
CN_H -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -
DULTRASPARC -DMD5_ASM -L.. -lssl -L.. -lcrypto -lsocket -lnsl -ldl
This errors indicate a problem with the method I am employing to compile the
starttls.c. I am trying to compile this patch into OpenSSL to test STARTTLS
on a mail server I want to implement TLS for sendmail on.
Any references or instruction that you could provide for the proper compile
options are very much appreciated.
Thank you.
Chris
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]