开源 企业版 高校版 私有云 模力方舟 AI 队友
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
1 Star 0 Fork 1

SourceCodeSync/openssl

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
已有帐号? 立即登录
master
分支 (27)
标签 (371)
master
feature/dtls-1.3
openssl-3.0
openssl-3.1
openssl-3.2
openssl-3.3
feature/quic-server
gost-engines-dir
OpenSSL_1_1_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL-fips-2_0-stable
OpenSSL-fips-2_0-dev
tls1.3-draft-18
tls1.3-draft-19
OpenSSL_1_0_1-stable
OpenSSL_1_0_0-stable
OpenSSL_0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-0_9_8-stable
openssl-3.0.13
openssl-3.1.5
openssl-3.2.1
openssl-3.2.0
openssl-3.2.0-beta1
openssl-3.0.12
openssl-3.1.4
openssl-3.2.0-alpha2
openssl-3.0.11
openssl-3.1.3
OpenSSL_1_1_1w
openssl-3.2.0-alpha1
OpenSSL_1_1_1v
openssl-3.0.10
openssl-3.1.2
OpenSSL_1_1_1u
openssl-3.0.9
openssl-3.1.1
openssl-3.1.0
openssl-3.0.8
master
分支 (27)
标签 (371)
master
feature/dtls-1.3
openssl-3.0
openssl-3.1
openssl-3.2
openssl-3.3
feature/quic-server
gost-engines-dir
OpenSSL_1_1_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL-fips-2_0-stable
OpenSSL-fips-2_0-dev
tls1.3-draft-18
tls1.3-draft-19
OpenSSL_1_0_1-stable
OpenSSL_1_0_0-stable
OpenSSL_0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-0_9_8-stable
openssl-3.0.13
openssl-3.1.5
openssl-3.2.1
openssl-3.2.0
openssl-3.2.0-beta1
openssl-3.0.12
openssl-3.1.4
openssl-3.2.0-alpha2
openssl-3.0.11
openssl-3.1.3
OpenSSL_1_1_1w
openssl-3.2.0-alpha1
OpenSSL_1_1_1v
openssl-3.0.10
openssl-3.1.2
OpenSSL_1_1_1u
openssl-3.0.9
openssl-3.1.1
openssl-3.1.0
openssl-3.0.8
克隆/下载
克隆/下载
提示
下载代码请复制以下命令到终端执行
为确保你提交的代码身份被 Gitee 正确识别,请执行以下命令完成配置
初次使用 SSH 协议进行代码克隆、推送等操作时,需按下述提示完成 SSH 配置
1 生成 RSA 密钥
2 获取 RSA 公钥内容,并配置到 SSH公钥
在 Gitee 上使用 SVN,请访问 使用指南
使用 HTTPS 协议时,命令行会出现如下账号密码验证步骤。基于安全考虑,Gitee 建议 配置并使用私人令牌 替代登录密码进行克隆、推送等操作
Username for 'https://gitee.com': userName
Password for 'https://userName@gitee.com': # 私人令牌
master
分支 (27)
标签 (371)
master
feature/dtls-1.3
openssl-3.0
openssl-3.1
openssl-3.2
openssl-3.3
feature/quic-server
gost-engines-dir
OpenSSL_1_1_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL-fips-2_0-stable
OpenSSL-fips-2_0-dev
tls1.3-draft-18
tls1.3-draft-19
OpenSSL_1_0_1-stable
OpenSSL_1_0_0-stable
OpenSSL_0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-0_9_8-stable
openssl-3.0.13
openssl-3.1.5
openssl-3.2.1
openssl-3.2.0
openssl-3.2.0-beta1
openssl-3.0.12
openssl-3.1.4
openssl-3.2.0-alpha2
openssl-3.0.11
openssl-3.1.3
OpenSSL_1_1_1w
openssl-3.2.0-alpha1
OpenSSL_1_1_1v
openssl-3.0.10
openssl-3.1.2
OpenSSL_1_1_1u
openssl-3.0.9
openssl-3.1.1
openssl-3.1.0
openssl-3.0.8
openssl
/
demos
贡献代码
同步代码
对比差异 通过 Pull Request 同步
同步更新到分支
通过 Pull Request 同步
将会在向当前分支创建一个 Pull
Request,合入后将完成同步
File empty ...
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
OpenSSL Demonstration Applications
This folder contains source code that demonstrates the proper use of the OpenSSL
library API.
bio: Demonstration of a simple TLS client and server
certs: Demonstration of creating certs, using OCSP
cipher:
aesgcm.c Demonstration of symmetric cipher GCM mode encrypt/decrypt
aesccm.c Demonstration of symmetric cipher CCM mode encrypt/decrypt
ariacbc.c Demonstration of symmetric cipher CBC mode encrypt/decrypt
cms: Demonstrations related to the Cryptographic Message
 Syntax (CMS) standard
digest:
EVP_MD_demo.c Compute a digest from multiple buffers
EVP_MD_stdin.c Compute a digest with data read from stdin
EVP_MD_xof.c Compute a digest using the SHAKE256 XOF
EVP_f_md.c Compute a digest using BIO and EVP_f_md
encode:
rsa_encode.c Encode and decode PEM-encoded RSA keys
encrypt:
rsa_encrypt.c Encrypt and decrypt data using an RSA keypair.
guide: Sample code from the OpenSSL Guide tutorials. See
 the oss-guide-quic-introduction(7) man page.
quic-client-block.c: A simple blocking QUIC client
quic-client-non-block.c: A simple non-blocking QUIC client
quic-multi-stream.c: A simple QUIC client using multiple streams
tls-client-block.c: A simple blocking SSL/TLS client
tls-client-non-block.c: A simple non-blocking SSL/TLS client
http3: Demonstration of how to use OpenSSL's QUIC capabilities
 for HTTP/3.
kdf:
hkdf.c Demonstration of HMAC based key derivation
pbkdf2.c Demonstration of PBKDF2 password based key derivation
scrypt.c Demonstration of SCRYPT password based key derivation
keyexch:
x25519.c Demonstration of X25519 based key exchange
mac:
gmac.c Demonstration of GMAC message authentication
poly1305.c Demonstration of Poly1305-AES message authentication
siphash.c Demonstration of SIPHASH message authentication
pkcs12:
pkread.c Print out a description of a PKCS12 file.
pkwrite.c Add a password to an existing PKCS12 file.
pkey:
EVP_PKEY_EC_keygen.c Generate an EC key.
EVP_PKEY_RSA_keygen.c Generate an RSA key.
EVP_PKEY_DSA_keygen.c Generate a DSA key.
EVP_PKEY_DSA_paramgen.c Generate a DSA param key.
EVP_PKEY_DSA_paramvalidate.c Validate a DSA param key.
EVP_PKEY_DSA_paramfromdata.c Load a DSA param key using raw data.
signature:
EVP_EC_Signature_demo.c Compute and verify an EC signature.
EVP_DSA_Signature_demo.c Compute and verify a DSA signature.
EVP_ED_Signature_demo.c Compute and verify an ED25519 signature.
rsa_pss_direct.c Compute and verify an RSA-PSS signature from a hash
rsa_pss_hash.c Compute and verify an RSA-PSS signature over a buffer
smime: Demonstrations related to S/MIME
sslecho:
main.c Simple SSL/TLS echo client/server.
举报
举报成功
我们将于2个工作日内通过站内信反馈结果给你!
请认真填写举报原因,尽可能描述详细。
请选择举报类型
取消
发送
误判申诉

此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。

如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。

取消
提交

简介

fork from https://github.com/openssl/openssl
暂无标签
README
Apache-2.0
使用 Apache-2.0 开源许可协议
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
编辑仓库简介
简介内容
主页
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/source-code-sync/openssl.git
git@gitee.com:source-code-sync/openssl.git
source-code-sync
openssl
openssl
master
点此查找更多帮助

搜索帮助

评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册

AltStyle によって変換されたページ (->オリジナル) /