summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMaciej Szmigiero <mail@maciej.szmigiero.name>2015-05-15 00:12:41 +0200
committerMaciej Szmigiero <mail@maciej.szmigiero.name>2015-05-15 00:12:41 +0200
commit2415a14ce92885169b514d334370e95aa6273c2b (patch)
tree3ef2e0198da538f5457a431eabbbcc6fc676c72a /CHANGES
parent1ba7845851f5b5cf952276dd7f1f1591c1190b23 (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--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 58291cf75..12bbea487 100644
--- a/CHANGES
+++ b/CHANGES
@@ -111,6 +111,10 @@ Core
set execincludes=yes in asterisk.conf. Any other option set on the
command-line will now override the equivalent setting from asterisk.conf.
+ * 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.
+
Functions
------------------