File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ v0.9.65] - 2021-06-21
6
+
7
+ ### Fixed
8
+
9
+ * Restored the accidentally deleted ` PEM_read_bio_X509_CRL ` function.
10
+
5
11
## [ v0.9.64] - 2021-06-18
6
12
7
13
### Added
207
213
* Added ` X509_verify ` and ` X509_REQ_verify ` .
208
214
* Added ` EVP_MD_type ` and ` EVP_GROUP_get_curve_name ` .
209
215
210
- [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.64...master
216
+ [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.65...master
217
+ [ v0.9.65 ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.64...openssl-sys-v0.9.65
211
218
[ v0.9.64 ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.63...openssl-sys-v0.9.64
212
219
[ v0.9.63 ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.62...openssl-sys-v0.9.63
213
220
[ v0.9.62 ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.61...openssl-sys-v0.9.62
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openssl-sys"
3
- version = " 0.9.64 "
3
+ version = " 0.9.65 "
4
4
authors = [
" Alex Crichton <[email protected] >" ,
5
5
" Steven Fackler <[email protected] >" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments