- (dtucker) Enable sha256 kex methods based on the presence of the necessary
functions, not from the openssl version.
This commit is contained in:
parent
16cac190eb
commit
2ea9eb77a7
|
@ -1,3 +1,7 @@
|
||||||
|
20130605
|
||||||
|
- (dtucker) Enable sha256 kex methods based on the presence of the necessary
|
||||||
|
functions, not from the openssl version.
|
||||||
|
|
||||||
20130602
|
20130602
|
||||||
- (tim) [Makefile.in] Make Solaris, UnixWare, & OpenServer linkers happy
|
- (tim) [Makefile.in] Make Solaris, UnixWare, & OpenServer linkers happy
|
||||||
linking regress/modpipe.
|
linking regress/modpipe.
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Old OpenSSL doesn't support what we need for DHGEX-sha256 */
|
/* Old OpenSSL doesn't support what we need for DHGEX-sha256 */
|
||||||
#if OPENSSL_VERSION_NUMBER >= 0x00907000L
|
#ifdef HAVE_EVP_SHA256
|
||||||
# define KEX_SHA256_METHODS \
|
# define KEX_SHA256_METHODS \
|
||||||
"diffie-hellman-group-exchange-sha256,"
|
"diffie-hellman-group-exchange-sha256,"
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue