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.3.0] - 2023-02-15
4+
5+ - Loose OpenSSL dependency to support 3.1 users. Thanks @bdewater <3
6+
37## [ v1.2.1] - 2022-06-05
48
59- Support OpenSSL ~ >3.0.0. Credits to @ClearlyClaire <3
8892- ` OpenSSL::SignatureAlgorithm::RSAPSS `
8993- ` OpenSSL::SignatureAlgorithm::RSAPKCS1 `
9094
95+ [ v1.3.0 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v1.2.1...v1.3.0/
9196[ v1.2.1 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v1.1.1...v1.2.1/
9297[ v1.1.1 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v1.1.0...v1.1.1/
9398[ v1.1.0 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v1.0.0...v1.1.0/
100105
101106[ @santiagorodriguez96 ] : https://github.com/santiagorodriguez96
102107[ @ClearlyClaire ] : https://github.com/clearlyclaire
108+ [ @bdewater ] : https://github.com/bdewater
Original file line number Diff line number Diff line change 22
33module OpenSSL
44 module SignatureAlgorithm
5- VERSION = "1.2.1 "
5+ VERSION = "1.3.0 "
66 end
77end
You can’t perform that action at this time.
0 commit comments