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.4.0] - 2020-01-31
4
+
5
+ ### Added
6
+
7
+ - ` VerifyKey ` serialization and deserialization for easy transmission over the network
8
+
3
9
## [ v0.3.0] - 2020-01-30
4
10
5
11
### Added
26
32
- ` OpenSSL::SignatureAlgorithm::RSAPSS `
27
33
- ` OpenSSL::SignatureAlgorithm::RSAPKCS1 `
28
34
35
+ [ v0.4.0 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.3.0...v0.4.0/
29
36
[ v0.3.0 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.2.0...v0.3.0/
30
37
[ v0.2.0 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.1.1...v0.2.0/
31
38
[ v0.1.1 ] : https://github.com/cedarcode/openssl-signature_algorithm/compare/v0.1.0...v0.1.1/
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- openssl-signature_algorithm (0.3 .0 )
4
+ openssl-signature_algorithm (0.4 .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.3 .0"
5
+ VERSION = "0.4 .0"
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments