File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
lib/openssl/signature_algorithm Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v1.2.1] - 2022-06-05
4+
5+ - Support OpenSSL ~ >3.0.0. Credits to @ClearlyClaire <3
6+
37## [ v1.1.1] - 2021-02-11
48
59### Fixed
8488- ` OpenSSL::SignatureAlgorithm::RSAPSS `
8589- ` OpenSSL::SignatureAlgorithm::RSAPKCS1 `
8690
91+ [ v1.2.1 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v1.1.1...v1.2.1/
8792[ v1.1.1 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v1.1.0...v1.1.1/
8893[ v1.1.0 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v1.0.0...v1.1.0/
8994[ v1.0.0 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.4.0...v1.0.0/
9499[ v0.1.0 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/41887c277dc7fa0c884ccf8924cf990ff76784d9...v0.1.0/
95100
96101[ @santiagorodriguez96 ] : https://github.com/santiagorodriguez96
102+ [ @ClearlyClaire ] : https://github.com/clearlyclaire
Original file line number Diff line number Diff line change 22
33module OpenSSL
44 module SignatureAlgorithm
5- VERSION = "1.1 .1"
5+ VERSION = "1.2 .1"
66 end
77end
You can’t perform that action at this time.
0 commit comments