Hi,

thanks for your answer!

I tried the following:

1.) ./config shared
2.) make

But make stops with the following error:

+ gcc -shared -o libcrypto.so.0.9.7 -Wl,-soname=libcrypto.so.0.9.7
-Wl,-Bsymbolic -Wl,--whole-archive libcrypto.a -Wl,--no-whole-archive -L.
-lc
libcrypto.a(c_enc.o)(.text+0x0): In function `CAST_encrypt':
: multiple definition of `CAST_encrypt'
libcrypto.a(cx86-elf.o)(.text+0x0): first defined here
/usr/bin/ld: Warning: size of symbol `CAST_encrypt' changed from 1186 in
libcrypto.a(cx86-elf.o) to 1278 in libcrypto.a(cx86-elf.o)
libcrypto.a(c_enc.o)(.text+0x500): In function `CAST_decrypt':
: multiple definition of `CAST_decrypt'
libcrypto.a(cx86-elf.o)(.text+0x4b0): first defined here
/usr/bin/ld: Warning: size of symbol `CAST_decrypt' changed from 1184 in
libcrypto.a(cx86-elf.o) to 1293 in libcrypto.a(cx86-elf.o)
libcrypto.a(c_enc.o)(.text+0xa10): In function `CAST_cbc_encrypt':
: multiple definition of `CAST_cbc_encrypt'
libcrypto.a(cx86-elf.o)(.text+0x950): first defined here
/usr/bin/ld: Warning: size of symbol `CAST_cbc_encrypt' changed from 496 in
libcrypto.a(cx86-elf.o) to 1405 in libcrypto.a(cx86-elf.o)
*** Error code 1

Stop in /usr/home/stefan/openssl-0.9.7_rel31.dec.2002/openssl-0.9.7.
*** Error code 1

Stop in /usr/home/stefan/openssl-0.9.7_rel31.dec.2002/openssl-0.9.7.
*** Error code 1

Stop in /usr/home/stefan/openssl-0.9.7_rel31.dec.2002/openssl-0.9.7/crypto.
*** Error code 1

Stop in /usr/home/stefan/openssl-0.9.7_rel31.dec.2002/openssl-0.9.7.



Can you help me with this?

Stefan




---------------------
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von Nils Larsch
Gesendet: Mittwoch, 20. April 2005 19:37
An: openssl-users@openssl.org
Betreff: Re: Downgrade OpenSSL

Stefan Müller wrote:
> Hi,
> 
>  
> 
> I am running FreeBSD 5.3Beta4 with OpenSSL 0.9.7d installed.
> 
> For my student research project on timing attacks against SSL, I need to 
> downgrade OpenSSL to version 0.9.7 release Dec 31_2002 (or to OpenSSL <= 
> 0.9.6h) since newer versions are already patched against these attacks.
> 
>  
> 
> What I already tried is:
> 
>  
> 
> ./config
> 
> make
> 
> make install
> 
>  
> 
> This seems to downgrade the OpenSSL binaries only (openssl version shows 
> 0.9.7 release Dec 31_2002).
> 
> The shared libraries /lib/libcrypto.so.3 and /usr/lib/libssl.so.3 are 
> still from the newer Version.
> 
>  
> 
> Can anyone please tell me how to downgrade the OpenSSL binaries AND the 
> shared libraries?

have a look at the INSTALL file (hint: use the "shared" configure option)

Nils
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to