summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-09-30 11:28:12 -0300
committerTomás Touceda <chiiph@leap.se>2013-09-30 11:28:12 -0300
commitac502ce982de1191a0af89683db517fe7c90914b (patch)
treeccb3b1c7ebec50e457eb4cc99dee69da058d5c43 /changes
parent4728ea9e5cbb0f7ed47e7ca609c0531a31c847e0 (diff)
parent37e27011b7bd8d5fe7825b1757f0b381fe8467e5 (diff)
Merge remote-tracking branch 'kali/feature/provider_check_against_ca_bundle' into develop
Diffstat (limited to 'changes')
-rw-r--r--changes/VERSION_COMPAT1
-rw-r--r--changes/feature_provider-check-against-ca-bundle2
2 files changed, 3 insertions, 0 deletions
diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT
index cc00ecf7..425478c8 100644
--- a/changes/VERSION_COMPAT
+++ b/changes/VERSION_COMPAT
@@ -8,3 +8,4 @@
#
# BEGIN DEPENDENCY LIST -------------------------
# leap.foo.bar>=x.y.z
+leap.common >= 0.3.4 # because the ca_bundle
diff --git a/changes/feature_provider-check-against-ca-bundle b/changes/feature_provider-check-against-ca-bundle
new file mode 100644
index 00000000..b3f9042f
--- /dev/null
+++ b/changes/feature_provider-check-against-ca-bundle
@@ -0,0 +1,2 @@
+ o Make the initial provider cert verifications against our modified
+ CA-bundle (includes ca-cert certificates, for now). Closes: #3850