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 选项开关

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

相关推荐

  1. openssl源文件下载地址、arm交叉编译arm32

    2024-03-16 11:54:07       18 阅读
  2. openssh

    2024-03-16 11:54:07       32 阅读
  3. Openssh

    2024-03-16 11:54:07       18 阅读
  4. Linux:升级OpenSSLOpenSSH

    2024-03-16 11:54:07       11 阅读

最近更新

  1. TCP协议是安全的吗?

    2024-03-16 11:54:07       19 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2024-03-16 11:54:07       20 阅读
  3. 【Python教程】压缩PDF文件大小

    2024-03-16 11:54:07       20 阅读
  4. 通过文章id递归查询所有评论(xml)

    2024-03-16 11:54:07       20 阅读

热门阅读

  1. 一个干净的SSL连接

    2024-03-16 11:54:07       22 阅读
  2. ajax中各个参数的含义是什么?

    2024-03-16 11:54:07       19 阅读
  3. Linux系统——rsync命令

    2024-03-16 11:54:07       19 阅读
  4. 第二十章 构建和配置 Nginx (UNIX® Linux macOS)

    2024-03-16 11:54:07       20 阅读
  5. 微信小程序订阅消息授权弹窗事件

    2024-03-16 11:54:07       17 阅读
  6. 【Node.js从基础到高级运用】八、Express 框架入门

    2024-03-16 11:54:07       18 阅读
  7. 【ansible】ansible模块的使用

    2024-03-16 11:54:07       20 阅读
  8. Ansible自动化运维

    2024-03-16 11:54:07       16 阅读
  9. 深度学习基础知识之通道数channels

    2024-03-16 11:54:07       19 阅读
  10. VUE 入门及应用 ( VueX )

    2024-03-16 11:54:07       20 阅读