/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/workflows/base/states/ |
H A D | StateCheckRefreshAddress.cpp | 214 {GlobalStatus::ExternalInformation::LAST_URL, mUrl.toString()} in checkSslConnectionAndSaveCertificate() 255 …nicationError({GlobalStatus::Code::Network_TimeOut, {GlobalStatus::ExternalInformation::LAST_URL, … in onNetworkReply() 260 …tionError({GlobalStatus::Code::Network_Proxy_Error, {GlobalStatus::ExternalInformation::LAST_URL, … in onNetworkReply() 270 …tionError({GlobalStatus::Code::Network_Other_Error, {GlobalStatus::ExternalInformation::LAST_URL, … in onNetworkReply() 281 {GlobalStatus::ExternalInformation::HTTP_STATUS_CODE, QString::number(statusCode)}, in onNetworkReply() 282 {GlobalStatus::ExternalInformation::LAST_URL, mUrl.toString()} in onNetworkReply() 301 {GlobalStatus::ExternalInformation::REDIRECT_URL, redirectUrl.toString()}, in onNetworkReply() 302 {GlobalStatus::ExternalInformation::LAST_URL, mUrl.toString()} in onNetworkReply() 319 const QMap<GlobalStatus::ExternalInformation, QString> infoMap { in onNetworkReply() 320 {GlobalStatus::ExternalInformation::URL_SCHEME, redirectUrl.scheme()}, in onNetworkReply() [all …]
|
H A D | StateGetTcToken.cpp | 75 {GlobalStatus::ExternalInformation::LAST_URL, pUrl.toString()}, in isValidRedirectUrl() 76 {GlobalStatus::ExternalInformation::URL_SCHEME, pUrl.scheme()} in isValidRedirectUrl() 118 …:Code::Workflow_TrustedChannel_Establishment_Error, {GlobalStatus::ExternalInformation::LAST_URL, … in onSslHandshakeDone() 177 {GlobalStatus::ExternalInformation::HTTP_STATUS_CODE, QString::number(statusCode)}, in onNetworkReply() 178 {GlobalStatus::ExternalInformation::LAST_URL, mReply->url().toString()} in onNetworkReply() 197 …us::Code::Workflow_TrustedChannel_No_Data_Received, {GlobalStatus::ExternalInformation::LAST_URL, … in parseTcToken() 219 …:Code::Workflow_TrustedChannel_Server_Format_Error, {GlobalStatus::ExternalInformation::LAST_URL, … in parseTcToken()
|
H A D | StateGenericSendReceive.cpp | 97 …:Code::Workflow_TrustedChannel_Establishment_Error, {GlobalStatus::ExternalInformation::LAST_URL, … in onSslErrors() 126 …{GlobalStatus::ExternalInformation::CERTIFICATE_ISSUER_NAME, TlsChecker::getCertificateIssuerName(… in onSslHandshakeDone() 127 {GlobalStatus::ExternalInformation::LAST_URL, mReply->url().toString()} in onSslHandshakeDone() 134 … updateStatus({statusCode, {GlobalStatus::ExternalInformation::LAST_URL, mReply->url().toString()} in onSslHandshakeDone() 156 …:Code::Workflow_TrustedChannel_Establishment_Error, {GlobalStatus::ExternalInformation::LAST_URL, … in onSslHandshakeDone() 290 …s::Code::Workflow_TrustedChannel_Error_From_Server, {GlobalStatus::ExternalInformation::LAST_URL, … in onReplyFinished() 299 …::Code::Workflow_Unexpected_Message_From_EidServer, {GlobalStatus::ExternalInformation::LAST_URL, … in onReplyFinished() 323 …Status::Code::Workflow_Unknown_Paos_From_EidServer, {GlobalStatus::ExternalInformation::LAST_URL, … in onReplyFinished() 329 …::Code::Workflow_Unexpected_Message_From_EidServer, {GlobalStatus::ExternalInformation::LAST_URL, … in onReplyFinished()
|
H A D | StateGetSelfAuthenticationData.cpp | 65 …{GlobalStatus::ExternalInformation::CERTIFICATE_ISSUER_NAME, TlsChecker::getCertificateIssuerName(… in checkSslConnectionAndSaveCertificate() 69 infoMap.insert(GlobalStatus::ExternalInformation::LAST_URL, mReply->url().toString()); in checkSslConnectionAndSaveCertificate() 100 infoMap.insert(GlobalStatus::ExternalInformation::LAST_URL, mReply->url().toString()); in onSslErrors()
|
H A D | StateRedirectBrowser.cpp | 73 …atus::Code::Workflow_Error_Page_Transmission_Error, {GlobalStatus::ExternalInformation::ACTIVATION… in sendErrorPage() 103 …Status::Code::Workflow_Redirect_Transmission_Error, {GlobalStatus::ExternalInformation::ACTIVATION… in sendRedirect()
|
H A D | StateProcessing.cpp | 26 …updateStatus({GlobalStatus::Code::Workflow_Processing_Error, {GlobalStatus::ExternalInformation::A… in run()
|
H A D | StateCheckCertificates.cpp | 42 …e::Workflow_TrustedChannel_Hash_Not_In_Description, {GlobalStatus::ExternalInformation::CERTIFICAT… in run()
|
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/global/ |
H A D | GlobalStatus.h | 125 enum class ExternalInformation enum 136 using ExternalInfoMap = QMap<ExternalInformation, QString>; 140 Q_ENUM(ExternalInformation) in Q_ENUM() 159 …InternalStatus(Code pStatusCode, const QPair<ExternalInformation, QString>& pExternalInformation, … in Q_ENUM() 180 [[nodiscard]] QString getExternalInfo(ExternalInformation pType) const; 191 …GlobalStatus(Code pStatusCode, const QPair<ExternalInformation, QString>& pExternalInformation, co…
|
H A D | GlobalStatus.cpp | 20 QString GlobalStatus::getExternalInfo(ExternalInformation pType) const in getExternalInfo() 188 …ewalls are not interfering with TLS traffic.").arg(getExternalInfo(ExternalInformation::CERTIFICAT… in toErrorDescriptionInternal() 242 … algorithm or length. Certificate issuer: %1").arg(getExternalInfo(ExternalInformation::CERTIFICAT… in toErrorDescriptionInternal() 250 …return tr("Expected redirect, got %1").arg(getExternalInfo(ExternalInformation::HTTP_STATUS_CODE)); in toErrorDescriptionInternal() 254 return tr("Invalid scheme: %1").arg(getExternalInfo(ExternalInformation::URL_SCHEME)); in toErrorDescriptionInternal() 258 return tr("Malformed redirect URL: %1").arg(getExternalInfo(ExternalInformation::REDIRECT_URL)); in toErrorDescriptionInternal() 403 …keyValue << QStringLiteral("%1: %2").arg(Enum<ExternalInformation>::getName(key), d->mExternalInfo… in getExternalInfo()
|
H A D | ECardApiResult.cpp | 598 …return {GlobalStatus::Code::Unknown_Error, {GlobalStatus::ExternalInformation::ECARDAPI_ERROR, mes… in toStatus() 609 …return {toStatus(getMinor()), {GlobalStatus::ExternalInformation::ECARDAPI_ERROR, message}, toStat… in toStatus() 612 …return {GlobalStatus::Code::Paos_Unexpected_Warning, {GlobalStatus::ExternalInformation::ECARDAPI_… in toStatus()
|
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/test/qt/network/ |
H A D | test_NetworkManager.cpp | 82 …::Code::Workflow_TrustedChannel_ServiceUnavailable, {GlobalStatus::ExternalInformation::LAST_URL, … in serviceUnavailableEnums() 83 …tus(GlobalStatus::Code::Network_ServiceUnavailable, {GlobalStatus::ExternalInformation::LAST_URL, … in serviceUnavailableEnums() 138 …::Code::Workflow_TrustedChannel_ServiceUnavailable, {GlobalStatus::ExternalInformation::LAST_URL, … in serviceUnavailableWorkflow()
|
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/network/ |
H A D | NetworkManager.cpp | 191 {GlobalStatus::ExternalInformation::LAST_URL, pNetworkReply->url().toString()} in toTrustedChannelStatus() 218 {GlobalStatus::ExternalInformation::LAST_URL, pNetworkReply->url().toString()} in toStatus()
|