mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-27 20:14:32 +00:00
add some more errors to the enums
svn path=/trunk/kdesupport/qca/; revision=605015
This commit is contained in:
parent
37d1d23487
commit
6bcb0fa503
@ -257,9 +257,12 @@ namespace QCA
|
||||
*/
|
||||
enum Error
|
||||
{
|
||||
ErrorInit, ///< problem starting up %TLS
|
||||
ErrorHandshake, ///< problem during the negotiation
|
||||
ErrorCrypt ///< problem at anytime after
|
||||
ErrorSignerExpired, ///< local certificate is expired
|
||||
ErrorSignerInvalid, ///< local certificate is invalid in some way
|
||||
ErrorKeyMismatch, ///< certificate and private key don't match
|
||||
ErrorInit, ///< problem starting up %TLS
|
||||
ErrorHandshake, ///< problem during the negotiation
|
||||
ErrorCrypt ///< problem at anytime after
|
||||
};
|
||||
|
||||
/**
|
||||
|
@ -335,6 +335,7 @@ else
|
||||
ErrorEncryptUntrusted, ///< encrypting key is untrusted
|
||||
ErrorEncryptInvalid, ///< encrypting key is invalid in some way
|
||||
ErrorNeedCard, ///< pgp card is missing
|
||||
ErrorKeyMismatch, ///< certificate and private key don't match
|
||||
ErrorUnknown ///< other error
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user