Project

General

Profile

QCA Problems » History » Version 1

Felix Tiede, 12/03/2011 08:52 AM

1 1 Felix Tiede
h1. QCA Problems
2
3
{{>toc}}
4
5
There is a growing list of problems with "QCA":http://delta.affinix.com/qca/ turning up in this project.
6
7
 * Incomplete implementation of OpenSSL plugin
8
The plugin is usable for most certificate-based problems (though those have some problems of their own, see below) but request signing is not yet implemented and has to be done using OpenSSL library calls directly.
9
 * Wrong timezones in validity period.
10
Certificates are created with correct timestamps for validity period but wrong timezones are returned on checking certificate validity period. QCA::Certificate::notValidBefore() and QCA::Certificate::notValidAfter return the UTC time value with timezone set to UTC, which is plain wrong.