(一)安装pyOpenSSL
1、下载并安装
https://launchpad.net/pyopenssl             pyOpenSSL-0.11.winxp32-py2.7.msi
2、导入pyOpenSSL库  
>>> import OpenSSL
 
(二)基础知识
1、OpenSSL.crypto.X509()
X.509是一种非常通用的证书格式。所有的证书都符合ITU-T X.509国际标准;因此(理论上)为一种应用创建的证书可以用于任何其他符合X.509标准的应用。
2、SSL安全证书
 
(三)常见的编程例子
https://wiki.python.org/moin/SSL
 
(四) API
https://pyopenssl.readthedocs.org/en/latest/api.html

相关文章:

  • 2022-01-30
  • 2021-12-20
  • 2022-12-23
  • 2022-12-23
  • 2021-07-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-29
  • 2022-12-23
  • 2022-12-23
  • 2021-11-06
  • 2021-09-09
相关资源
相似解决方案