Required ciphers

2007-03-01 Thread Rutger Hofman
these require insertion of some #ifndef OPENSSL_NO_DES etc), but I cannot disable ASN1 or PKCS7. Questions: Why cannot TLSv1 run without MD5 or DH? Why cannot I configure out ASN1 or PKCS7? Thanks for the enlightenment, Rutger Hofman Amsterdam

Re: building openssl

2007-02-16 Thread Rutger Hofman
[EMAIL PROTECTED] wrote: I am trying to port openssl to ecos. As I replied, I did a port of OpenSSL 0.9.7g to eCos. Here is the patch, with short installation instructions. You will need a number of eCos packages. Since I also configured for JFFS2, it's not so easy to see which packages

Re: building openssl

2007-02-14 Thread Rutger Hofman
[EMAIL PROTECTED] wrote: I am trying to port openssl to ecos. I have downloaded openssl and trying to build. I get #error not defined. What do I need to do in order to configure and build open ssl? Also what is the fips download? I did a port of OpenSSL 0.9.7g to our eCos implementation; we

Is configuration without sockets possible?

2006-02-13 Thread Rutger Hofman
? If so, how? If not, is there an easy way for me to factor them out by hand? Thanks, Rutger Hofman VU Amsterdam __ OpenSSL Project http://www.openssl.org User Support Mailing List

Re: Is configuration without sockets possible?

2006-02-13 Thread Rutger Hofman
in such a way that e.g. bss_fd.c and bss_socket.c are not compiled. Rutger Usman Riaz wrote: Hi! One way is to use bio_pairs. There is an example of bio_pair usage in 'ssl_test.c' file in the OpenSSL package. Hope this helps, Regards, Usman. From: Rutger Hofman [EMAIL PROTECTED] Hi list