Re: Forcing an application to use SHA512

2014-02-04 Thread Gnanasekar R
Hi, Just a more specific question. I am trying to locate a CipherSuite that could use SHA512. But I dont see any such suites. Currently I am using AES128-SHA but I wanted to use AES128-SHA512 going forward. Does that mean that SHA512 has not been made part of TLS CipherSuites? On 4 February

Re: Forcing an application to use SHA512

2014-02-04 Thread Devchandra L Meetei
Guessing that there are no Defined ciphersuite for this Search for There is no defined cipher suite that uses SHA-512 at [1]. Again, I am also very new to SSL programming and this mail might not be perfect. Let us try to see few more doc [1]

Re: Forcing an application to use SHA512

2014-02-04 Thread Dr. Stephen Henson
On Tue, Feb 04, 2014, Gnanasekar R wrote: Hi, Just a more specific question. I am trying to locate a CipherSuite that could use SHA512. But I dont see any such suites. Currently I am using AES128-SHA but I wanted to use AES128-SHA512 going forward. Does that mean that SHA512 has not been

Forcing an application to use SHA512

2014-02-03 Thread Gnanasekar R
Hi, I am trying to write a cli-ser app and in that I want to force SHA512 to be used. I am always seeing SHA1 being used. Is there a way to force that in the application? Thanks in advance!