zoukankan      html  css  js  c++  java
  • Qt5.5以来对Network的改进(包括对SSL的功能支持,HTTP的重定向等等)

    Qt Network

    • New SSL back-end for iOS and OS X based on Secure Transport. Note that in Qt 5.6 this will become the default SSL: back-end on these platforms.
    • Support for libproxy
    • Support for TLS PSK ciphersuites
    • Support for elliptic curve certificates
    • Ability to select specific curves when using elliptic curve ciphersuites.

    http://wiki.qt.io/New_Features_in_Qt_5.5

    Qt Network

    • Added QHostAddress::isMulticast()
    • Support HTTP redirection in QNetworkAccessManager

    http://wiki.qt.io/New_Features_in_Qt_5.6

    Qt Network

    • Support for TLS PSK ciphersuites on server side
    • Support for configurable diffie hellman parameters
    • Support for HTTP/2 in Network Access Manager

    http://wiki.qt.io/New_Features_in_Qt_5.8

    Qt Network

    • Added HSTS support (HTTP Strict Transport Security) to QNetworkAccessManager
    • Added redirects policy to QNetworkAccessManager (ManulRedirectsPolicy, NoLessSafeRedirectsPolicy, SameOriginRedirectsPolicy, UserVerifiedRedirectsPolicy)

    http://wiki.qt.io/New_Features_in_Qt_5.9

  • 相关阅读:
    windows常规
    oracle常规操作
    idea使用
    java-maven
    java-rabbimq
    centos7 rabbitMq 安装教程
    Leetcode 332.重新安排行程
    Leetcode 334.递增的三元子序列
    Leetcode 331.验证二叉树的前序序列化
    Leetcode 330.按要求补齐数组
  • 原文地址:https://www.cnblogs.com/findumars/p/6366505.html
Copyright © 2011-2022 走看看