openssl3.2 - note - Getting Started with OpenSSL

文章目录

openssl3.2 - note - Getting Started with OpenSSL

概述

看到官方文档 Getting Started with OpenSSL, 记录一下笔记

笔记

openssl 历史版本

https://www.openssl.org/source/old

Configure 选项开关

c 复制代码
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

END

相关推荐
bosins1 天前
Windows IIS 配置本地HTTPS 全流程指南:自签名证书 + 端口绑定 + 避坑详解
powershell·openssl
Lsetea5 天前
Nginx报SSL_CTX_use_PrivateKey failed:证书与私钥不匹配怎么排查
nginx·https·ssl证书·openssl·私钥
Lsetea7 天前
SSL证书快过期怎么自动检查:用OpenSSL checkend做7天预警与线上证书验收
https·ssl证书·openssl·systemd·证书监控
蜡台1 个月前
本机 局域网 搭建本地 HTTPS 域名完整方案
网络协议·http·https·openssl
qetfw1 个月前
Debian OpenSSL CA 证书配置参考:根证书、服务证书与验证
linux·debian·ssl·openssl
qetfw1 个月前
Debian OpenSSL 搭建 CA 证书服务:签发、吊销与客户端信任
linux·debian·openssl·ca
smaller_maple3 个月前
T113开启openssh
openssl·openssh·t113开启ssh
dling85 个月前
OpenSSL和keytool的区别?如何使用?
openssl·keytool
鹏大师运维7 个月前
统信 UOS OpenSSL 漏洞如何修复?外网 / 内网两种方式一次讲清
linux·运维·openssl·国产操作系统·统信uos·麒麟桌面操作系统·补丁修复
小麻侬7 个月前
CMake gui构建libcurl,MTD/MT,支持openssl
openssl·libcurl·cmake gui