Re: [openssl-dev] Support for TLS SHA2-512?

2015-09-25 Thread Erwann Abalea
Bonjour, > Le 24 sept. 2015 à 21:59, Justin Burke a écrit > : > > Hello, > > Does OpenSSL support TLS with SHA2-512? I'm able to compile 1.0.1p with > SHA2-256 and SHA2-384 support, but not with SHA2-512. `openssl ciphers` > does not list any SHA512 cipher, while

Re: [openssl-dev] Support for TLS SHA2-512?

2015-09-25 Thread stefan.n...@t-online.de
Hi, > Does OpenSSL support TLS with SHA2-512? No, since there is no such thing as a TLS cipher suite with SHA512. Cipher suites need to be registered and assigned IDs, so servers/clients can exchange those IDs to announce what cipher suites they support. And if you look at the probably

[openssl-dev] Support for TLS SHA2-512?

2015-09-24 Thread Justin Burke
Hello, Does OpenSSL support TLS with SHA2-512? I'm able to compile 1.0.1p with SHA2-256 and SHA2-384 support, but not with SHA2-512. `openssl ciphers` does not list any SHA512 cipher, while `openssl dgst` does support SHA512. Thanks, Justin ___