openssl
- 网络漏洞;安全套接字层;SSL协议
-
One of the widely used encryption tools online is called OpenSSL .
一个广泛应用的在线加密工具名为OpenSSL。
-
So how can you implement a basic secure connection using OpenSSL ?
那么怎样才能使用OpenSSL实现一个基本的安全连接呢?
-
The first two parts of this series discuss creating client-side applications using OpenSSL .
本系列文章的前两部分讨论了使用OpenSSL来创建客户机端应用程序的内容。
-
First , you 're going to need the latest version of OpenSSL .
首先需要的是最新版本的OpenSSL。
-
OpenSSL has an entire internal library devoted to digital certificates .
OpenSSL有一个专门用于数字证书的库。
-
The tools used to configure encryption are provided by the OpenSSL package .
用来配置加密的工具都是由OpenSSL包提供的。
-
OpenSSL & the Secure Sockets Layer ( SSL ) security library
OpenSSL–安全套接字层(SSL)安全库
-
For information on how to use the OpenSSL command-line tool , look in the Resources section .
要获得关于如何使用OpenSSL命令行工具的资料,请参阅参考资料部分。
-
The OpenSSL website provides downloads and documentation on this software .
OpenSSL网站提供关于这个软件的下载和文档。
-
OpenSSL is the best-known open library for secure communication .
OpenSSL是用于安全通信的最著名的开放库。
-
Creating a basic server application using OpenSSL is almost identical in nature to creating a basic client application .
使用OpenSSL来创建基本的服务器应用程序从本质上来说几乎等同于创建一个基本的客户机应用程序。
-
The research about remote buffer overflow of Apache & OpenSSL
Apache&OpenSSL远程缓冲区溢出机理研究
-
Download the latest OpenSSL library and related documentation .
下载最新的OpenSSL库及相关文档。
-
OpenSSL comes with a set of trust certificates .
OpenSSL附带了一组可信任证书。
-
An integrated PKI digital certificate system is set up by analyzing structure of this software tool package OpenSSL .
在分析该软件工具包结构的基础上,利用其建立一个完整的PKI数字证书系统。
-
There is quite a bit to the OpenSSL library , much more than can be put into one article .
关于OpenSSL库的内容非常多,远不是一篇文章可以容纳的。
-
Part of the problem with learning how to implement OpenSSL is the fact that the documentation is not complete .
学习如何实现OpenSSL的困难部分在于其文档的不完全。
-
OpenSSL is more than just the API , it is also a command-line tool .
OpenSSL不只是API,它还是一个命令行工具。
-
All are in the openssl subdirectory , and all three will be required for developing your project .
它们都位于openssl子目录中,而且都是开发您的项目所必需的。
-
OpenSSL , for secure sockets layer support
可以支持安全套接字层
-
It should also be noted here that OpenSSL is not officially supported on all platforms .
还要注意的是,OpenSSL并没有在所有的平台上都获得官方支持。
-
If you will be using OpenSSL to make certificate requests and digital certificates , then a configuration file must be created .
如果想使用OpenSSL来生成证书请求和数字证书,那么必须创建一个配置文件。
-
After you 've installed the OpenSSL and stunnel programs , complete these steps
安装好OpenSSL和stunnel程序后,请完成以下步骤
-
OpenSSL is a popular open-source library for TLS .
OpenSSL是TLS的一个非常流行的开源库。
-
This flag tells OpenSSL what kind of BIO object to create : 0 for server , 1 for client .
这个标记告诉OpenSSL要创建哪种BIO对象:0用于服务器,1用于客户机。
-
The direct file encryption system is realized based on OPENSSL including three major modules : user interface module , interface module , base encryption module .
直接文件加密系统是基于OPENSSL实现的,也有三大模块:用户界面模块、接口模块、底层模块。
-
Overall , creating a secure server application with OpenSSL is not difficult once you understand the basics of how it 's done .
总体来说,一旦理解这一切是如何工作的,使用OpenSSL创建安全的服务器应用程序就没什么困难了。
-
The CA of Guangzhou Personnel Bureau Electronic Government Affair System is a minitype Certificate Authority building on the base of OPENSSL .
广州市人事局电子政务系统中的CA就是建立在OPENSSL基础之上的小型认证机构。
-
Encryption is a complex topic , but a basic overview of how TLS works is needed to use the OpenSSL package .
虽然加密是一个复杂的主题,但是要使用OpenSSL包,我们依然需要简要介绍一下TLS是如何工作的。
-
Because it is not part of the SSL standard , OpenSSL does not check the certificate 's name against the host name .
由于这不是SSL标准的一部分,因此OpenSSL并不需要根据主机名对该证书的名字进行检查。