Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rust Openssl
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Public Repositories
Rust Openssl
Commits
a1b82a2d
Unverified
Commit
a1b82a2d
authored
2 years ago
by
Steven Fackler
Browse files
Options
Downloads
Patches
Plain Diff
Release openssl-sys v0.9.79
parent
54d4496e
Branches
Branches containing commit
Tags
openssl-sys-v0.9.79
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
openssl-sys/CHANGELOG.md
+10
-1
10 additions, 1 deletion
openssl-sys/CHANGELOG.md
openssl-sys/Cargo.toml
+1
-1
1 addition, 1 deletion
openssl-sys/Cargo.toml
with
11 additions
and
2 deletions
openssl-sys/CHANGELOG.md
+
10
−
1
View file @
a1b82a2d
...
@@ -2,6 +2,13 @@
...
@@ -2,6 +2,13 @@
## [Unreleased]
## [Unreleased]
## [v0.9.79] - 2022-12-06
### Added
*
Added
`EVP_CIPHER_CTX_num`
.
*
Added
`X509_LOOKUP_file`
and
`X509_load_cert_file`
.
## [v0.9.78] - 2022-11-23
## [v0.9.78] - 2022-11-23
### Added
### Added
...
@@ -350,7 +357,9 @@
...
@@ -350,7 +357,9 @@
*
Added
`X509_verify`
and
`X509_REQ_verify`
.
*
Added
`X509_verify`
and
`X509_REQ_verify`
.
*
Added
`EVP_MD_type`
and
`EVP_GROUP_get_curve_name`
.
*
Added
`EVP_MD_type`
and
`EVP_GROUP_get_curve_name`
.
[
Unreleased
]:
https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.77..master
[
Unreleased
]:
https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.79..master
[
v0.9.79
]:
https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.78...openssl-sys-v0.9.79
[
v0.9.78
]:
https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.77...openssl-sys-v0.9.78
[
v0.9.77
]:
https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.76...openssl-sys-v0.9.77
[
v0.9.77
]:
https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.76...openssl-sys-v0.9.77
[
v0.9.76
]:
https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.75...openssl-sys-v0.9.76
[
v0.9.76
]:
https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.75...openssl-sys-v0.9.76
[
v0.9.75
]:
https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.74...openssl-sys-v0.9.75
[
v0.9.75
]:
https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.74...openssl-sys-v0.9.75
...
...
This diff is collapsed.
Click to expand it.
openssl-sys/Cargo.toml
+
1
−
1
View file @
a1b82a2d
[package]
[package]
name
=
"openssl-sys"
name
=
"openssl-sys"
version
=
"0.9.7
8
"
version
=
"0.9.7
9
"
authors
=
[
authors
=
[
"Alex Crichton <alex@alexcrichton.com>"
,
"Alex Crichton <alex@alexcrichton.com>"
,
"Steven Fackler <sfackler@gmail.com>"
,
"Steven Fackler <sfackler@gmail.com>"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment