File tree 2 files changed +7
-1
lines changed
lib/openssl/signature_algorithm
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v1.2.1] - 2022-06-05
4
+
5
+ - Support OpenSSL ~ >3.0.0. Credits to @ClearlyClaire <3
6
+
3
7
## [ v1.1.1] - 2021-02-11
4
8
5
9
### Fixed
84
88
- ` OpenSSL::SignatureAlgorithm::RSAPSS `
85
89
- ` OpenSSL::SignatureAlgorithm::RSAPKCS1 `
86
90
91
+ [ v1.2.1 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v1.1.1...v1.2.1/
87
92
[ v1.1.1 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v1.1.0...v1.1.1/
88
93
[ v1.1.0 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v1.0.0...v1.1.0/
89
94
[ v1.0.0 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.4.0...v1.0.0/
94
99
[ v0.1.0 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/41887c277dc7fa0c884ccf8924cf990ff76784d9...v0.1.0/
95
100
96
101
[ @santiagorodriguez96 ] : https://github.com/santiagorodriguez96
102
+ [ @ClearlyClaire ] : https://github.com/clearlyclaire
Original file line number Diff line number Diff line change 2
2
3
3
module OpenSSL
4
4
module SignatureAlgorithm
5
- VERSION = "1.1 .1"
5
+ VERSION = "1.2 .1"
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments