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

相关推荐
API开发11 天前
苹果芯片macOS安装版Homebrew(亲测) ,一键安装node、python、vscode等,比绿色软件还干净、无污染
vscode·python·docker·nodejs·openssl·brew·homebrew
码农不惑14 天前
Rust使用tokio(二)HTTPS相关
https·rust·web·openssl
liulilittle20 天前
通过高级处理器硬件指令集AES-NI实现AES-256-CFB算法并通过OPENSSL加密验证算法正确性。
linux·服务器·c++·算法·安全·加密·openssl
liulilittle22 天前
OpenSSL 的 AES-NI 支持机制
linux·运维·服务器·算法·加密·openssl·解密
liulilittle22 天前
通过高级处理器硬件指令集AES-NI实现AES-256-CFB算法。
linux·服务器·c++·算法·安全·加密·openssl
花花少年23 天前
Ubuntu系统下交叉编译openssl
openssl·交叉编译
什么名字都被用了2 个月前
编译openssl源码
c++·openssl
toooooop82 个月前
openssl_error_string() 不要依赖错误信息作为逻辑判断
php·openssl
whoarethenext2 个月前
加密认证库openssl初始附带c/c++的使用源码
c语言·网络·c++·openssl
好记忆不如烂笔头abc3 个月前
centos7.9升级OpenSSL 1.1.1
openssl