文章目录
- openssl3.2 - note - Getting Started with OpenSSL
- 概述
- 笔记
- openssl 历史版本
- Configure 选项开关
- 支持的OS
- openssl 文档
- 简介
- 安装
- 新闻
- 每个平台的安装文档
- 支持的命令列表
- 配置文件格式
- 环境变量
- END
openssl3.2 - note - Getting Started with OpenSSL
概述
看到官方文档 Getting Started with OpenSSL, 记录一下笔记
笔记
openssl 历史版本
https://www.openssl.org/source/old
Configure 选项开关
enable-feature/no-feature
e.g. enable-fips no-shared--prefix 设置安装目录
--openssldir 设置配置文件目录
--debug build调试版/无有优化
支持的OS
https://www.openssl.org/policies/general-supplemental/platforms.html
支持的OS一大堆, 分类如下:
Current primary platforms
Current secondary platforms
Current community platforms
Current unadopted platforms
openssl 文档
简介
file:///D:/3rd_prj/crypt/openssl-3.2.0/doc/html/man7/ossl-guide-introduction.html
安装
file:///D:/3rd_prj/crypt/openssl-3.2.0/INSTALL.md
新闻
file:///D:/3rd_prj/crypt/openssl-3.2.0/NEWS.md
每个平台的安装文档
NOTES-*.md
支持的命令列表
https://www.openssl.org/docs/man3.2/man1/index.html
配置文件格式
https://www.openssl.org/docs/man3.2/man5/config.html
环境变量
https://www.openssl.org/docs/man3.2/man7/openssl-env.html