51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#SSL
用openssl库RSA加密解密
1#include<stdio.h>2#include<openssl/rsa.h>3#include<openssl/pem.h>4#include<openssl/err.h>56//加密7intmy_encrypt(constchar*input,intinput_...
代码星球
·
2020-08-09
openssl
RSA
加密解密
Https流程,openssl本地自建证书,抓包
HTTPS:超文本安全传输协议,和HTTP相比,多了一个SSL/TSL的认证过程,端口为443在http(超文本传输协议)基础上提出的一种安全的http协议,因此可以称为安全的超文本传输协议。http协议直接放置在TCP协议之上,而https提出在http和TCP中间加上一层加密层(SSL层)。从发送端看,这一层负责把...
代码星球
·
2020-08-09
Https
流程
openssl
本地
自建
requests SSLError: hostname 'ccc.xxx.com' doesn't match '*.b0.upaiyun.com'
证书不匹配问题1.对于python自带的urllib库 解决办法importsslssl.match_hostname=lambdacert,hostname:True2.对于requests库,解决办法requests.get(url='https://192.168.1.223',verify...
代码星球
·
2020-08-09
requests
SSLError
hostname
#39ccc.xxx.com
doesn
python2.7使用requests时报错SSLError: HTTPSConnectionPool(host='b-ssl.duitang.com', port=443)
importrequestsurl='https://www.duitang.com/napi/blog/list/by_search/?kw=%E6%A0%A1%E8%8A%B1&start=0&limit=1000.tar.gz'page=requests.get(url) 代...
代码星球
·
2020-08-09
python2.7
使用
requests
报错
SSLError
python3.7.2 pip 出现locations that require TLS/SSL异常处理方法
centos7安装python3.7.2后,运行pip3installtornado会报错[root@localhost~]#pip3installtornadopipisconfiguredwithlocationsthatrequireTLS/SSL,howeverthesslmoduleinPytho...
代码星球
·
2020-08-09
python3.7.2
pip
出现
locations
that
ubuntu 安装pip3 遇到Ignoring ensurepip failure: pip 8.1.1 requires SSL/TLS错误
3.5版本之后的会自动安装pip,所以我们直接从官网下载3.5.2,下载地址:https://www.python.org/ftp/python/下载以后,可以用命令解压,也可以右键进行解压,tarzxvfPython-3.5.2.tgz切换目录cdPython-3.5.2准备安装./configuresudomake...
代码星球
·
2020-08-08
ubuntu
安装
pip3
遇到
Ignoring
阿里云SSL 免费证书申请方法
阿里云SSL免费证书申请方法 进去ssl 一个个点过去就行了肯定能找到 然后最后验证如果域名不是在本账号买的用上传文件方式验证。。就行...
代码星球
·
2020-08-02
阿里
SSL
免费
证书
申请
静态编译OpenSSL并整合到Qt
来源 https://blog.csdn.net/lixiaoxin1989/article/details/78421573 MSVC版本:1.下载OpenSSL源码 1.1下载OpenSSL的源码:https://www.openssl.org/source/ &...
代码星球
·
2020-08-01
静态
编译
OpenSSL
整合
Qt
OpenSSL1.1.1没有libeay.dll和ssleay.dll
https://www.openssl.org/source/old/1.0.2/openssl-1.0.2j.tar.gzhttp://slproweb.com/products/Win32OpenSSL.html 程序运行时报如下错误:qt.network.ssl:QSslSocket:cannotres...
代码星球
·
2020-08-01
OpenSSL1.1.1
没有
libeay.dll
ssleay.dll
OpenSSL X509 Funtion
来源:https://blog.csdn.net/wanjie518/article/details/6570141 现有的证书大都采用X509规范,主要同以下信息组成:版本号、证书序列号、有效期、拥有者信息、颁发者信息、其他扩展信息、拥有者的公钥、CA对以上信息的签名。OpenSSL实现了对X509数字证书...
代码星球
·
2020-08-01
OpenSSL
X509
Funtion
OpenSSL 1.1.1 国密算法支持
https://www.openssl.org/https://github.com/openssl/openssl OpenSSL1.1.1新特性:开始支持国密SM2/SM3/SM4加密算法(仅支持算法,未支持国密套件)参考英文博客: https://www.openssl.org/blog/bl...
代码星球
·
2020-08-01
OpenSSL
1.1.1
国密
算法
支持
Intel QuickAssist Technology and OpenSSL – Benchmarks and Setup Tips
来源:https://www.servethehome.com/intel-quickassist-technology-and-openssl-setup-insights-and-initial-benchmarks/===========================参考:https://support.cit...
代码星球
·
2020-08-01
and
Intel
QuickAssist
Technology
OpenSSL
Using Let’s Encrypt for free SSL Certs with Netscaler
UsingLet’sEncryptforfreeSSLCertswithNetscaler Thatmeansrightnow,youcangogetyourselffreeSSLcertificatesforanywebpropertythatyouown. TheseSSLcerts...
代码星球
·
2020-08-01
Using
Let
Encrypt
for
free
2-1. 基于OpenSSL的传输子系统实现
一.基本传输子系统程序设计 客户端可上传文件至服务器,或下载服务器上的文件 系统程序构架:客户端服务器TCP建立连接menu()-> 上传命令、下载命令close(socket)TCP建立连接handle()-> 根据命令响应close(socket); &nb...
代码星球
·
2020-07-29
2-1.
基于
OpenSSL
传输
子系统
Ubuntu16.04之Apache2.4配置SSL证书
具体步骤不是特别复杂,有些细枝末节我可能忽略了,不过参考我的这个教程,应该可以配置好的,如果朋友们有问题,可以留言给我。参考资料如下:Linux+Apache2环境下配置https(腾讯云免费证书)Ubuntu系统Apache2部署SSL证书虽然说很多不记得了,但是有这么几点必须要提。第一、去阿里云下载证书,通过win...
代码星球
·
2020-07-24
Ubuntu16.04
Apache2.4
配置
SSL
证书
首页
上一页
...
8
9
10
11
12
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他