From 922ad3220909b7314ca629949b44d7d3aa0336b2 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Mon, 3 Aug 2020 09:26:29 +0300 Subject: Working on server certificates --- src/gmrequest.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/gmrequest.h') diff --git a/src/gmrequest.h b/src/gmrequest.h index 270f976a..37f324eb 100644 --- a/src/gmrequest.h +++ b/src/gmrequest.h @@ -16,6 +16,13 @@ iDeclareAudienceGetter(GmRequest, finished) void setUrl_GmRequest (iGmRequest *, const iString *url); void submit_GmRequest (iGmRequest *); +enum iGmRequestCertification { + notApplicable_GmRequestCertification, + invalid_GmRequestCertification, + valid_GmRequestCertification, + expired_GmRequestCertification, +}; + iBool isFinished_GmRequest (const iGmRequest *); enum iGmStatusCode status_GmRequest (const iGmRequest *); const iString * meta_GmRequest (const iGmRequest *); -- cgit v1.2.3