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

相关推荐
cooldream20092 天前
升级 OpenSSL 的详细步骤(解决 SSH 漏洞的前提)
运维·ssh·openssl
年薪丰厚2 天前
如何手动安装libcrypto.so.10和libssl.so.10这两个库?
openssl·libcrypto.so.10·libssl.so.10
恋喵大鲤鱼15 天前
openssl(1) command
openssl
pzs022118 天前
openssl的使用
openssl
小亦小亦_空中接力20 天前
openssl+keepalived安装部署
openssl·keepalived
摸鱼手会滑22 天前
源码编译安装python3.12没有ssl模块,python3.12 ModuleNotFoundError: No module named ‘_ssl‘
ssl·openssl·python3
老朱自强不息1 个月前
Windows 平台编译openssl3.3
windows·openssl
promise5242 个月前
openssl 详解
linux·运维·服务器·网络协议·安全·https·openssl
俱会一处2 个月前
用openssl 创建自签名证书用于内网HTTPS
https·openssl·内网·局域网
xiaogengtongxu2 个月前
CA证书和openssl介绍
网络·安全·openssl