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

相关推荐
什么名字都被用了24 天前
编译openssl源码
c++·openssl
toooooop81 个月前
openssl_error_string() 不要依赖错误信息作为逻辑判断
php·openssl
whoarethenext2 个月前
加密认证库openssl初始附带c/c++的使用源码
c语言·网络·c++·openssl
好记忆不如烂笔头abc2 个月前
centos7.9升级OpenSSL 1.1.1
openssl
宁静致远20212 个月前
openssl交叉编译
openssl·嵌入式linux
漫步企鹅2 个月前
【漏洞修复】Android 10 系统源码中的 glibc、curl、openssl、cups、zlib 更新到最新版本
android·glibc·openssl·curl·zlib·漏洞修复·cups
Winter_Sun灬3 个月前
curl库+openssl库windows编译
c++·windows·openssl·curl
ScilogyHunter3 个月前
使用 OpenSSL 构建安全的网络应用
安全·openssl
dreadp3 个月前
使用 OpenSSL 和 Python 实现 AES-256-CBC 加密与解密(安全密钥管理)
python·安全·网络安全·密码学·openssl
初级代码游戏3 个月前
编写一个基于OpenSSL的SSL/TLS服务端(HTTPS)可运行的完整示例
网络协议·https·ssl·openssl·tls