Actions
Task #70
closedTask #67: Refactor some methods in class Utils to avoid multiple coding/decoding to OpenSSL structures.
Create new class Request for easy access to all request data
Description
Instead of decoding a QByteArray into a OpenSSL X509_REQ struct for every time a piece of information is needed, a separate class with a QByteArray constructor can decode once and provide methods to access this information without the need of decoding again.
Actions