readme

来自「实现对文档的加密解密功能」· 代码 · 共 27 行

TXT
27
字号
Secure Programming with the OpenSSL API, Part 1: Overview of the APIReadMe - updated May 16, 2006Source files:  - nossl.c        - Demo on OpenSSL for basic communication without using SSL  - withssl.c      - Demo on OpenSSL for an SSL connection  - TrustStore.pem - Certificate file needed by withssl.cThis source code has been last tested on OpenSSL 0.9.8b (released May 4, 2006)on a SuSE 10.0 system running through VMWare Server Beta. The source code waslast modified July 6, 2004.If you have any problems with this source code, please send a detailed e-mailoutlining your problem, including any compiler or run-time error messages, to kballard@kennethballard.com. There have been a lot of comments sent into IBM developerWorks regarding compiler or run-time issues with this accompanying source code, none of which are detailed, and none with any contact information.WARRANTYThis source code is provided "as-is" without any warranty of any kind,including the implied warranties of merchantability or fitness for any purpose.This code is intended to be used for *demonstration purposes only*, and shouldnot be used or incorporated into any mission-critical application.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?