File tree 2 files changed +10
-1
lines changed
lib/openssl/signature_algorithm
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
9
## [ v1.0.0] - 2020-07-08
4
10
5
11
### Added
72
78
- ` OpenSSL::SignatureAlgorithm::RSAPSS `
73
79
- ` OpenSSL::SignatureAlgorithm::RSAPKCS1 `
74
80
81
+ [ v1.1.0 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v1.0.0...v1.1.0/
75
82
[ v1.0.0 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.4.0...v1.0.0/
76
83
[ v0.4.0 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.3.0...v0.4.0/
77
84
[ v0.3.0 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.2.0...v0.3.0/
78
85
[ v0.2.0 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.1.1...v0.2.0/
79
86
[ v0.1.1 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.1.0...v0.1.1/
80
87
[ 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 2
2
3
3
module OpenSSL
4
4
module SignatureAlgorithm
5
- VERSION = "1.0 .0"
5
+ VERSION = "1.1 .0"
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments