Hello,

  For export regulations compliance I must dumb down OpenSSL to use
only DES.  And that's only DES, no 3DES !  So I got it down to:

openssl ciphers -v

EDH-DSS-DES-CBC3-SHA    
  SSLv3 Kx=DH       
  Au=DSS  
  Enc=3DES(168) 
  Mac=SHA1

EDH-DSS-DES-CBC-SHA     
  SSLv3 Kx=DH       
  Au=DSS  
  Enc=DES(56)   
  Mac=SHA1

EXP-EDH-DSS-DES-CBC-SHA 
  SSLv3 Kx=DH(512)  
  Au=DSS  
  Enc=DES(40)   
  Mac=SHA1 export

By using:

../Configure no-shared 
  --prefix=/usr 
  --openssldir=/usr/lib/ssl 
  no-idea 
  no-mdc2 
  no-rc5  
  no-aes
  no-rsa
  no-dss
  no-rc4
  no-rc2

Now, is there a simple way to 'comment out' (or any other method) the
3DES functionality from the ../crypto/des/ files ?  Is there a define
covering that somehow ?

Any hints/suggestions/comments welcomed.

Cheers.




      __________________________________________________________________
Yahoo! Canada Toolbar: Search from anywhere on the web, and bookmark your 
favourite sites. Download it now at
http://ca.toolbar.yahoo.com.

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

Reply via email to