summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-07-03 12:51:14 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-07-03 12:51:14 +0000
commit3dbc46dfcd918f7869496e34b0896dbac01d25a0 (patch)
treed4c2dae8f5b1866ea96bd169e7beb26e84d49202 /CHANGES
parent32e03a3016b93bf0f763c6daf1eeeada7db2256c (diff)
Separate client and server permitted signature algorithm support: by default
the permitted signature algorithms for server and client authentication are the same but it is now possible to set different algorithms for client authentication only.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2fe4847248..ac40cce678 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,9 @@
Changes between 1.0.1 and 1.1.0 [xx XXX xxxx]
+ *) Support for distinct client and server supported signature algorithms.
+ [Steve Henson]
+
*) Add certificate callback. If set this is called whenever a certificate
is required by client or server. An application can decide which
certificate chain to present based on arbitrary criteria: for example