File tree 3 files changed +9
-2
lines changed
lib/openssl/signature_algorithm
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v0.2.0] - 2020-01-29
4
+
5
+ ### Added
6
+
7
+ - ` OpenSSL::SignatureAlgorithm::ECDSA#verify ` now supports raw (non DER) signatures
8
+
3
9
## [ v0.1.1] - 2020-01-29
4
10
5
11
### Fixed
14
20
- ` OpenSSL::SignatureAlgorithm::RSAPSS `
15
21
- ` OpenSSL::SignatureAlgorithm::RSAPKCS1 `
16
22
23
+ [ v0.2.0 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.1.1...v0.2.0/
17
24
[ v0.1.1 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.1.0...v0.1.1/
18
25
[ v0.1.0 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/41887c277dc7fa0c884ccf8924cf990ff76784d9...v0.1.0/
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- openssl-signature_algorithm (0.1.1 )
4
+ openssl-signature_algorithm (0.2.0 )
5
5
6
6
GEM
7
7
remote: https://rubygems.org/
Original file line number Diff line number Diff line change 2
2
3
3
module OpenSSL
4
4
module SignatureAlgorithm
5
- VERSION = "0.1.1 "
5
+ VERSION = "0.2.0 "
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments