Revision aa3b4b4d deps/openssl/openssl/ssl/s23_lib.c

View differences:

deps/openssl/openssl/ssl/s23_lib.c
107 107
	long l;
108 108

  
109 109
	/* We can write SSLv2 and SSLv3 ciphers */
110
	/* but no ECC ciphers */
111
	if (c->algorithm_mkey == SSL_kECDHr ||
112
		c->algorithm_mkey == SSL_kECDHe ||
113
		c->algorithm_mkey == SSL_kEECDH ||
114
		c->algorithm_auth == SSL_aECDH ||
115
		c->algorithm_auth == SSL_aECDSA)
116
		return 0;
110 117
	if (p != NULL)
111 118
		{
112 119
		l=c->id;

Also available in: Unified diff