summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2015-05-20 18:39:10 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-05-21 17:41:06 -0300
commit00bfb22368c788bfc5de458e9159ee73cf3e66c7 (patch)
tree80cdcc784123ceb926cd7d96b6c8377ab5eb7977 /changes
parent60bcc511b5d715b4921645cad6c82adfacf7ec24 (diff)
[bug] get certificate times as UTC, add tests
The certificate validity times were converted to local time and later on compared with UTC time, which caused the certificate not being updated at the right times. Add tests to be sure this is not happenning again. Add a joint pem file for the existing cert and key files to ease test. - Resolves: #6994
Diffstat (limited to 'changes')
-rw-r--r--changes/bug-6994_vert-expiration-check-problem1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug-6994_vert-expiration-check-problem b/changes/bug-6994_vert-expiration-check-problem
new file mode 100644
index 0000000..603e722
--- /dev/null
+++ b/changes/bug-6994_vert-expiration-check-problem
@@ -0,0 +1 @@
+- Fix time comparison between local and UTC times that caused the VPN certificates not being correctly downloaded on time. Closes #6994.