aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-07-08 14:22:45 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-07-08 14:22:45 +0000
commit9f27b1eec3175305e62eed87faa80e231f319ca0 (patch)
treea75f48bb0f03a151081bdad6c7da0b1ae3777921 /CHANGES
parent9fd603be07f4d486ad38fb107288731743e945be (diff)
downloadopenssl-9f27b1eec3175305e62eed87faa80e231f319ca0.zip
openssl-9f27b1eec3175305e62eed87faa80e231f319ca0.tar.gz
openssl-9f27b1eec3175305e62eed87faa80e231f319ca0.tar.bz2
Add new ctrl to retrieve client certificate types, print out
details in s_client. Also add ctrl to set client certificate types. If not used sensible values will be included based on supported signature algorithms: for example if we don't include any DSA signing algorithms the DSA certificate type is omitted. Fix restriction in old code where certificate types would be truncated if it exceeded TLS_CT_NUMBER.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ac40cce..9aaaa06 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,12 @@
Changes between 1.0.1 and 1.1.0 [xx XXX xxxx]
+ *) New ctrls to retrieve and set certificate types in a certificate
+ request message. Print out received values in s_client. If certificate
+ types is not set with custom values set sensible values based on
+ supported signature algorithms.
+ [Steve Henson]
+
*) Support for distinct client and server supported signature algorithms.
[Steve Henson]