基于SSL(TLS)的HTTPS网页下载

时间:2024-04-26 10:21:11
【文件属性】:

文件名称:基于SSL(TLS)的HTTPS网页下载

文件大小:18.73MB

文件格式:ZIP

更新时间:2024-04-26 10:21:11

SSL TLS https llhttp

1、本例中提供了sslite.dll库,该库提供了客户端的ssl层会话接口,开发者可方便的使用该库进行客户端的SSL(TLS)通信开发。 2、本例中使用sslite库进行HTTPS通信的开发,其中使用了llhttp进行HTTP层的数据解析,在C盘下会将下载的网页的原始文件写入TestSSLHttp.html中,网页的Body文件写入TestSSLHttp_body.html中。 3、SSLWrap.h(.cpp)中提供了SSL接口的访问。 4、开发环境: Windows+VS 2010


【文件预览】:
TestSSLHttp
----bin()
--------Release()
--------Debug()
----TestSSLHttp.suo(20KB)
----project()
--------stdafx.cpp(216B)
--------llhttp()
--------stdafx.h(233B)
--------TestSSLHttp.sdf(29.64MB)
--------TestSSLHttp.vcxproj.filters(2KB)
--------targetver.h(236B)
--------TestSSLHttp.cpp(14KB)
--------TestSSLHttp.sln(888B)
--------SSLWrap.h(3KB)
--------TestSSLHttp.vcxproj(5KB)
--------TestSSLHttp.suo(13KB)
--------SSLWrap.cpp(899B)
--------ipch()
--------TestSSLHttp.vcxproj.user(143B)
--------ReadMe.txt(2KB)

网友评论