File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
lib/openssl/signature_algorithm Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v1.1.0] - 2021-02-11
4+
5+ ### Added
6+
7+ - EdDSA support added (requires adding the ` ed25519 ` gem to your ` Gemfile ` ) ([ @santiagorodriguez96 ] )
8+
39## [ v1.0.0] - 2020-07-08
410
511### Added
7278- ` OpenSSL::SignatureAlgorithm::RSAPSS `
7379- ` OpenSSL::SignatureAlgorithm::RSAPKCS1 `
7480
81+ [ v1.1.0 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v1.0.0...v1.1.0/
7582[ v1.0.0 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.4.0...v1.0.0/
7683[ v0.4.0 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.3.0...v0.4.0/
7784[ v0.3.0 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.2.0...v0.3.0/
7885[ v0.2.0 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.1.1...v0.2.0/
7986[ v0.1.1 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.1.0...v0.1.1/
8087[ v0.1.0 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/41887c277dc7fa0c884ccf8924cf990ff76784d9...v0.1.0/
88+
89+ [ @santiagorodriguez96 ] : https://github.com/santiagorodriguez96
Original file line number Diff line number Diff line change 22
33module OpenSSL
44 module SignatureAlgorithm
5- VERSION = "1.0 .0"
5+ VERSION = "1.1 .0"
66 end
77end
You can’t perform that action at this time.
0 commit comments