aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorTodd Short <tshort@akamai.com>2016-03-05 09:47:46 -0500
committerRich Salz <rsalz@openssl.org>2016-03-08 09:19:15 -0500
commit3ec13237f00d3b06a2fd1d228da16390803eb238 (patch)
treeac84a525f00d975969651c149f9212bc5530ad02 /CHANGES
parent7b8e12d24eea68017ce96b0faf79d12f3c3ba9f1 (diff)
downloadopenssl-3ec13237f00d3b06a2fd1d228da16390803eb238.tar.gz
Add cipher query functions
Add functions to determine authentication, key-exchange, FIPS and AEAD. Reviewed-by: Emilia Käsper <emilia@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9ff84fc185..9f32b9adfd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,9 @@
callback, such that updates to the SSL_CTX affect ALPN.
[Todd Short]
+ *) Add SSL_CIPHER queries for authentication and key-exchange.
+ [Todd Short]
+
*) Changes to the DEFAULT cipherlist:
- Prefer (EC)DHE handshakes over plain RSA.
- Prefer AEAD ciphers over legacy ciphers.