Hi All,

The cipher-spec string - 'HIGH:!ADH:!MD5'  when I executed, it gives 
cipher suites as follows:


./openssl ciphers -v 'HIGH:!ADH:!MD5'

1. DHE-RSA-AES256-SHA     SSLv3 Kx=DH          Au=RSA  Enc=AES(256) 
Mac=SHA1
2. DHE-DSS-AES256-SHA     SSLv3 Kx=DH          Au=DSS  Enc=AES(256) 
Mac=SHA1
3. AES256-SHA                    SSLv3 Kx=RSA        Au=RSA  Enc=AES(256) 
Mac=SHA1
4. DHE-RSA-AES128-SHA      SSLv3 Kx=DH         Au=RSA  Enc=AES(128) 
Mac=SHA1
5. DHE-DSS-AES128-SHA      SSLv3 Kx=DH         Au=DSS  Enc=AES(128) 
Mac=SHA1
6. AES128-SHA                     SSLv3 Kx=RSA       Au=RSA  Enc=AES(128) 
Mac=SHA1
7. EDH-RSA-DES-CBC3-SHA  SSLv3 Kx=DH        Au=RSA  Enc=3DES(168) Mac=SHA1
8. EDH-DSS-DES-CBC3-SHA  SSLv3 Kx=DH       Au=DSS  Enc=3DES(168) Mac=SHA1
9. DES-CBC3-SHA                 SSLv3 Kx=RSA     Au=RSA  Enc=3DES(168) 
Mac=SHA1


When I took individual cipher suites from this result to test further. I 
found some of them failing.



./openssl s_client -connect 192.168.32.164:32001 -no_ssl2 -cipher  
DHE-DSS-AES256-SHA -state

CONNECTED(00000004)
SSL_connect:before/connect initialization
SSL_connect:SSLv2/v3 write client hello A
SSL3 alert read:fatal:handshake failure
SSL_connect:error in SSLv2/v3 read server hello A
22893:error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert 
handshake failure:s23_clnt.c:562:

./openssl s_client -connect 192.168.32.164:32001 -no_ssl2 -cipher  
DHE-DSS-AES128-SHA -state

CONNECTED(00000004)
SSL_connect:before/connect initialization
SSL_connect:SSLv2/v3 write client hello A
SSL3 alert read:fatal:handshake failure
SSL_connect:error in SSLv2/v3 read server hello A
23059:error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert 
handshake failure:s23_clnt.c:562:

./openssl s_client -connect 192.168.32.164:32001 -no_ssl2 -cipher  
EDH-DSS-DES-CBC3-SHA -state

CONNECTED(00000004)
SSL_connect:before/connect initialization
SSL_connect:SSLv2/v3 write client hello A
SSL3 alert read:fatal:handshake failure
SSL_connect:error in SSLv2/v3 read server hello A
23084:error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert 
handshake failure:s23_clnt.c:562:

Can somebody help me on this or  is there something that should be 
happening behind the scenes that I'm missing.

Regards,

Rajat 


-----------------------------------------
This communication is for informational purposes only. It is not
intended as an offer or solicitation for the purchase or sale of
any financial instrument or as an official confirmation of any
transaction. All market prices, data and other information are not
warranted as to completeness or accuracy and are subject to change
without notice. Any comments or statements made herein do not
necessarily reflect those of JPMorgan Chase & Co., its subsidiaries
and affiliates.

This transmission may contain information that is privileged,
confidential, legally privileged, and/or exempt from disclosure
under applicable law. If you are not the intended recipient, you
are hereby notified that any disclosure, copying, distribution, or
use of the information contained herein (including any reliance
thereon) is STRICTLY PROHIBITED. Although this transmission and any
attachments are believed to be free of any virus or other defect
that might affect any computer system into which it is received and
opened, it is the responsibility of the recipient to ensure that it
is virus free and no responsibility is accepted by JPMorgan Chase &
Co., its subsidiaries and affiliates, as applicable, for any loss
or damage arising in any way from its use. If you received this
transmission in error, please immediately contact the sender and
destroy the material in its entirety, whether in electronic or hard
copy format. Thank you.

Please refer to http://www.jpmorgan.com/pages/disclosures for
disclosures relating to UK legal entities.

Reply via email to