On Fri, Mar 02, 2012, Rama K. Chandra Reddi wrote: > > Hi All, > > > > I am using ssldump to tool to > check the ciphersuite used in communication between client and server with > different > ssl configurations. > > SSL configuration values are > DEFAULT, LOW and HIGH. When I set to DEFAULT and LOW configuration > ciphersuites > are TLS_RSA_WITH_RC4_128_MD5 and TLS_RSA_WITH_DES_CBC_SHA respectively as > shown > by ssldump tool. > > But when SSL configuration > set to HIGH, ssldump tool showing ciphersuite value as ?Unknown value > 0x2f?. I would like to know cipher suite name of ?Unknown value 0x2f?
If you use the -V option to the ciphers command you can see the cipher ids. In this case 0x2f is AES128-SHA Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager majord...@openssl.org