src/network/ssl/qsslsocket_openssl_p.h
changeset 30 5dc02b23752f
parent 18 2f34d5167611
child 33 3e2da88830cd
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
    95 
    95 
    96     // SSL context
    96     // SSL context
    97     bool initSslContext();
    97     bool initSslContext();
    98     SSL *ssl;
    98     SSL *ssl;
    99     SSL_CTX *ctx;
    99     SSL_CTX *ctx;
       
   100     EVP_PKEY *pkey;
   100     BIO *readBio;
   101     BIO *readBio;
   101     BIO *writeBio;
   102     BIO *writeBio;
   102     SSL_SESSION *session;
   103     SSL_SESSION *session;
   103     X509_STORE *certificateStore;
   104     X509_STORE *certificateStore;
   104     X509_STORE_CTX *certificateStoreCtx;
   105     X509_STORE_CTX *certificateStoreCtx;