File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
lib/openssl/signature_algorithm Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v1.1.1] - 2021-02-11
4+
5+ ### Fixed
6+
7+ - Fix error asking for ed25519 gem when actually not using EdDSA
8+
39## [ v1.1.0] - 2021-02-11
410
511### Added
7884- ` OpenSSL::SignatureAlgorithm::RSAPSS `
7985- ` OpenSSL::SignatureAlgorithm::RSAPKCS1 `
8086
87+ [ v1.1.1 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v1.1.0...v1.1.1/
8188[ v1.1.0 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v1.0.0...v1.1.0/
8289[ v1.0.0 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.4.0...v1.0.0/
8390[ v0.4.0 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.3.0...v0.4.0/
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- openssl-signature_algorithm (1.0.0 )
4+ openssl-signature_algorithm (1.1.1 )
55 openssl (~> 2.0 )
66
77GEM
Original file line number Diff line number Diff line change 22
33module OpenSSL
44 module SignatureAlgorithm
5- VERSION = "1.1.0 "
5+ VERSION = "1.1.1 "
66 end
77end
You can’t perform that action at this time.
0 commit comments