diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-20 00:42:46 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-20 00:42:46 +0200 |
| commit | cf3b60ea29526417a35734a4ae4f5a7b0d5560d5 (patch) | |
| tree | 1ff3846f2b10ddce0e883adf41ba35f7139945af /src/browsertab.hpp | |
| parent | bdfd6ba6874ca1a7bcfa4ed075e686bfd119dc7e (diff) | |
| download | kristall-cf3b60ea29526417a35734a4ae4f5a7b0d5560d5.tar.gz | |
Adds new feature: Auto-enable and host matching for client certificates
Diffstat (limited to 'src/browsertab.hpp')
| -rw-r--r-- | src/browsertab.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/browsertab.hpp b/src/browsertab.hpp index 7429fa2..e491f9e 100644 --- a/src/browsertab.hpp +++ b/src/browsertab.hpp @@ -129,6 +129,7 @@ private: bool startRequest(QUrl const & url, ProtocolHandler::RequestOptions options); + bool enableClientCertificate(CryptoIdentity const & ident); void disableClientCertificate(); public: |
