⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 ssl的客户端和服务端源代码
💻
字号:
"SSL and TLS" C ExamplesThis distribution contains the C source files for Eric Rescorla's "SSL and TLS".This software is Copyright (C) Eric Rescorla.You are granted a right to use or redistribute this software for anypurpose and without fee, with or without attribution, provided thatyou agree that this software is provided "as is" and without anyexpress or implied warranties, including, without limitation, theimplied warranties of merchantablity and fitness for a particularpurpose.BUILDINGYou will need to edit the Makefile to point to your OpenSSL distribution.Edit the OPENSSLDIR macro to point to the root of your OpenSSL distribution.Then run a make. This should build the binaries in your directory.This code was explicitly written to be portable, but has only beentested on FreeBSD. If you successfully build on another platform, please let me <ekr@rtfm.com> know so I can make appropriate adjustmentsor comments.FILESThe source files are all described in "SSL and TLS"This distribution also contains sample key files which will work withthis program. These keys are DSS/DH keys built with OpenSSL. Youshould be able to substitute RSA keys without any difficulty, butI don't provide any. client.pem -- keys for the clientserver.pem -- keys for the serverroot.pem   -- the root CA listdh1024.pem -- the DH grouprandom.pem -- This file just needs to contain some ostensibly unpredictable	      data. I've used the contents of my /var/log/messages file.	      For real security, the file must be unpredictable by an attacker.

⌨️ 快捷键说明

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