summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMaciej Szmigiero <mail@maciej.szmigiero.name>2015-05-15 00:12:41 +0200
committerMichael Kuron <m.kuron@gmx.de>2016-11-15 20:56:43 +0100
commit7b96e8cc3d3db3d30921905203520b4e08b527b8 (patch)
tree346586fd945b5b2e8a1329225ed67ad49d0ebc93 /CHANGES
parenta58d3597019f8cc5a503f140671232ae3f8d9119 (diff)
Add X.509 subject alternative name support to TLS certificate
verification. This way one X.509 certificate can be used for hosts that can be reached under multiple DNS names or for multiple hosts. Signed-off-by: Maciej Szmigiero <mail@maciej.szmigiero.name> ASTERISK-25063 #close Change-Id: I13302c80490a0b44c43f1b45376c9bd7b15a538f
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 463c88427..612711e1d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -54,6 +54,12 @@ Queue
* A new dialplan variable, ABANDONED, is set when the call is not answered
by an agent.
+Core
+------------------
+ * The TLS core in Asterisk now supports X.509 certificate subject alternative
+ names. This way one X.509 certificate can be used for hosts that can be
+ reached under multiple DNS names or for multiple hosts.
+
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 13.11.0 to Asterisk 13.12.0 ----------
------------------------------------------------------------------------------