V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
newstartbean
V2EX  ›  程序员

请教关于 https 通信用 C++实现的开源库

  •  
  •   newstartbean · 2018-12-26 10:54:45 +08:00 · 2268 次点击
    这是一个创建于 1941 天前的主题,其中的信息可能已经有所发展或是发生改变。

    各位技术大佬,现在有个项目需要实现 https 通信,并且是跨平台的,在 windows 和 linux 上均可。有木有开源包可以推荐呀

    10 条回复    2018-12-26 13:08:56 +08:00
    wevsty
        1
    wevsty  
       2018-12-26 10:57:05 +08:00
    libcurl
    nicevar
        2
    nicevar  
       2018-12-26 11:04:30 +08:00
    curl,移动平台也能用
    nocwat
        3
    nocwat  
       2018-12-26 11:06:40 +08:00
    Poco,SSL 用起来还挺方便。
    heraldic
        4
    heraldic  
       2018-12-26 11:10:33 +08:00
    似乎只有 curl 用的多
    xylophone21
        5
    xylophone21  
       2018-12-26 11:27:31 +08:00
    golang
    vtychx
        7
    vtychx  
       2018-12-26 12:53:16 +08:00
    关键字"vc https"
    3dwelcome
        8
    3dwelcome  
       2018-12-26 12:59:07 +08:00
    分两步
    第一步,找一个 http 的开源库。
    第二步,找一个 SSL 的实现,在 http 上套一层,就是 https 了。
    ysc3839
        9
    ysc3839  
       2018-12-26 13:04:37 +08:00 via Android
    推荐使用 libcurl,不过这个库是 C 语言的 API,你也许需要其他的 C++ 封装库。
    wbing
        10
    wbing  
       2018-12-26 13:08:56 +08:00
    libcurl
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2756 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 29ms · UTC 12:49 · PVG 20:49 · LAX 05:49 · JFK 08:49
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.