cose-key 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 532189539f48e03f8810ec39391ad0a4a3fc35e5db0240ec9db240c6f6d61298
4
+ data.tar.gz: 265f27619c0033f462ae072e88a6d3c392cdfe6275f9cde35b1ad7979d43785d
5
+ SHA512:
6
+ metadata.gz: 64817196e896c16d36175848afe1bb962cf38dcdd69937e68dc87cfd66c9c44b4d3dc6dbb0d3a6877f3f1eeecc4e516fe80be7520805cc0f14d88b4e2e0162eb
7
+ data.tar.gz: f50a720110310f8ef9dc9ed33e7dd0c56cf70d6c7914dce12787035e75691c930ddf2b67863219082d95cd4d6110c4f7d888672718af713a92e3fad63ae407bf
data/.gitignore ADDED
@@ -0,0 +1,11 @@
1
+ /.bundle/
2
+ /.yardoc
3
+ /_yardoc/
4
+ /coverage/
5
+ /doc/
6
+ /pkg/
7
+ /spec/reports/
8
+ /tmp/
9
+
10
+ # rspec failure tracking
11
+ .rspec_status
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
data/.travis.yml ADDED
@@ -0,0 +1,9 @@
1
+ ---
2
+ sudo: false
3
+ language: ruby
4
+ cache: bundler
5
+ rvm:
6
+ - 2.5.1
7
+ - 2.4.4
8
+ - 2.3.7
9
+ before_install: gem install bundler -v 1.16.4
@@ -0,0 +1,74 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as
6
+ contributors and maintainers pledge to making participation in our project and
7
+ our community a harassment-free experience for everyone, regardless of age, body
8
+ size, disability, ethnicity, gender identity and expression, level of experience,
9
+ nationality, personal appearance, race, religion, or sexual identity and
10
+ orientation.
11
+
12
+ ## Our Standards
13
+
14
+ Examples of behavior that contributes to creating a positive environment
15
+ include:
16
+
17
+ * Using welcoming and inclusive language
18
+ * Being respectful of differing viewpoints and experiences
19
+ * Gracefully accepting constructive criticism
20
+ * Focusing on what is best for the community
21
+ * Showing empathy towards other community members
22
+
23
+ Examples of unacceptable behavior by participants include:
24
+
25
+ * The use of sexualized language or imagery and unwelcome sexual attention or
26
+ advances
27
+ * Trolling, insulting/derogatory comments, and personal or political attacks
28
+ * Public or private harassment
29
+ * Publishing others' private information, such as a physical or electronic
30
+ address, without explicit permission
31
+ * Other conduct which could reasonably be considered inappropriate in a
32
+ professional setting
33
+
34
+ ## Our Responsibilities
35
+
36
+ Project maintainers are responsible for clarifying the standards of acceptable
37
+ behavior and are expected to take appropriate and fair corrective action in
38
+ response to any instances of unacceptable behavior.
39
+
40
+ Project maintainers have the right and responsibility to remove, edit, or
41
+ reject comments, commits, code, wiki edits, issues, and other contributions
42
+ that are not aligned to this Code of Conduct, or to ban temporarily or
43
+ permanently any contributor for other behaviors that they deem inappropriate,
44
+ threatening, offensive, or harmful.
45
+
46
+ ## Scope
47
+
48
+ This Code of Conduct applies both within project spaces and in public spaces
49
+ when an individual is representing the project or its community. Examples of
50
+ representing a project or community include using an official project e-mail
51
+ address, posting via an official social media account, or acting as an appointed
52
+ representative at an online or offline event. Representation of a project may be
53
+ further defined and clarified by project maintainers.
54
+
55
+ ## Enforcement
56
+
57
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
58
+ reported by contacting the project team at nov@matake.jp. All
59
+ complaints will be reviewed and investigated and will result in a response that
60
+ is deemed necessary and appropriate to the circumstances. The project team is
61
+ obligated to maintain confidentiality with regard to the reporter of an incident.
62
+ Further details of specific enforcement policies may be posted separately.
63
+
64
+ Project maintainers who do not follow or enforce the Code of Conduct in good
65
+ faith may face temporary or permanent repercussions as determined by other
66
+ members of the project's leadership.
67
+
68
+ ## Attribution
69
+
70
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71
+ available at [http://contributor-covenant.org/version/1/4][version]
72
+
73
+ [homepage]: http://contributor-covenant.org
74
+ [version]: http://contributor-covenant.org/version/1/4/
data/Gemfile ADDED
@@ -0,0 +1,6 @@
1
+ source "https://rubygems.org"
2
+
3
+ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
4
+
5
+ # Specify your gem's dependencies in cose-key.gemspec
6
+ gemspec
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2018 nov
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,43 @@
1
+ # COSE::Key
2
+
3
+ Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/cose/key`. To experiment with that code, run `bin/console` for an interactive prompt.
4
+
5
+ TODO: Delete this and the text above, and describe your gem
6
+
7
+ ## Installation
8
+
9
+ Add this line to your application's Gemfile:
10
+
11
+ ```ruby
12
+ gem 'cose-key'
13
+ ```
14
+
15
+ And then execute:
16
+
17
+ $ bundle
18
+
19
+ Or install it yourself as:
20
+
21
+ $ gem install cose-key
22
+
23
+ ## Usage
24
+
25
+ TODO: Write usage instructions here
26
+
27
+ ## Development
28
+
29
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
+
31
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
+
33
+ ## Contributing
34
+
35
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/cose-key. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
36
+
37
+ ## License
38
+
39
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
40
+
41
+ ## Code of Conduct
42
+
43
+ Everyone interacting in the COSE::Key project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/cose-key/blob/master/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,19 @@
1
+ require 'bundler'
2
+ Bundler::GemHelper.install_tasks
3
+
4
+ require 'rspec/core/rake_task'
5
+ RSpec::Core::RakeTask.new(:spec)
6
+
7
+ namespace :coverage do
8
+ desc "Open coverage report"
9
+ task :report do
10
+ require 'simplecov'
11
+ `open "#{File.join SimpleCov.coverage_path, 'index.html'}"`
12
+ end
13
+ end
14
+
15
+ task :spec do
16
+ Rake::Task[:'coverage:report'].invoke unless ENV['TRAVIS_RUBY_VERSION']
17
+ end
18
+
19
+ task default: :spec
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 0.0.1
data/bin/console ADDED
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "cose/key"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start(__FILE__)
data/bin/setup ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
data/cose-key.gemspec ADDED
@@ -0,0 +1,20 @@
1
+ Gem::Specification.new do |gem|
2
+ gem.name = 'cose-key'
3
+ gem.version = File.read('VERSION')
4
+ gem.authors = ['nov matake']
5
+ gem.email = ['nov@matake.jp']
6
+ gem.homepage = 'https://github.com/nov/cose-key'
7
+ gem.summary = %q{COSE Key in Ruby}
8
+ gem.description = %q{COSE Key (RSA & EC) in Ruby}
9
+ gem.license = 'MIT'
10
+ gem.files = `git ls-files`.split("\n")
11
+ gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
12
+ gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
13
+ gem.require_paths = ['lib']
14
+ gem.required_ruby_version = '>= 2.3'
15
+ gem.add_runtime_dependency 'cbor'
16
+ gem.add_development_dependency 'rake', '~> 10.0'
17
+ gem.add_development_dependency 'simplecov'
18
+ gem.add_development_dependency 'rspec'
19
+ gem.add_development_dependency 'rspec-its'
20
+ end
@@ -0,0 +1,68 @@
1
+ module COSE
2
+ class Key
3
+ class EC2 < Key
4
+ CRV = -1
5
+ X = -2
6
+ Y = -3
7
+ D = -4
8
+
9
+ ES256 = -7
10
+ ES384 = -35
11
+ ES512 = -36
12
+
13
+ P256 = 1
14
+ P384 = 2
15
+ P521 = 3
16
+
17
+ attr_accessor :crv, :x, :y, :d
18
+
19
+ def initialize(attrs = {})
20
+ super
21
+ self.crv = attrs[CRV]
22
+ self.x = attrs[X]
23
+ self.y = attrs[Y]
24
+ self.d = attrs[D]
25
+ end
26
+
27
+ def curve_name
28
+ case crv
29
+ when P256
30
+ 'prime256v1'
31
+ when P384
32
+ 'secp384r1'
33
+ when P521
34
+ 'secp521r1'
35
+ else
36
+ raise 'Unknown Curve'
37
+ end
38
+ end
39
+
40
+ def digest
41
+ case alg
42
+ when ES256
43
+ OpenSSL::Digest::SHA256
44
+ when ES384
45
+ OpenSSL::Digest::SHA384
46
+ when ES512
47
+ OpenSSL::Digest::SHA512
48
+ else
49
+ raise 'Unknown Algorithm'
50
+ end.new
51
+ end
52
+
53
+ def to_key
54
+ key = OpenSSL::PKey::EC.new curve_name
55
+ key.private_key = OpenSSL::BN.new(d, 2) if d
56
+ key.public_key = OpenSSL::PKey::EC::Point.new(
57
+ OpenSSL::PKey::EC::Group.new(curve_name),
58
+ OpenSSL::BN.new([
59
+ '04' +
60
+ x.unpack('H*').first +
61
+ y.unpack('H*').first
62
+ ].pack('H*'), 2)
63
+ )
64
+ key
65
+ end
66
+ end
67
+ end
68
+ end
@@ -0,0 +1,69 @@
1
+ module COSE
2
+ class Key
3
+ class RSA < Key
4
+ N = -1
5
+ E = -2
6
+ D = -3
7
+ P = -4
8
+ Q = -5
9
+ DP = -6
10
+ DQ = -7
11
+ QI = -8
12
+
13
+ PS256 = -37
14
+ PS384 = -38
15
+ PS512 = -39
16
+ RSAES_OAEP_SHA1 = -40
17
+ RSAES_OAEP_SHA256 = -41
18
+ RSAES_OAEP_SHA512 = -42
19
+
20
+ attr_accessor :n, :e, :d, :p, :q, :dp, :dq, :qi
21
+
22
+ def initialize(attrs = {})
23
+ super
24
+ self.n = attrs[N]
25
+ self.e = attrs[E]
26
+ self.d = attrs[D]
27
+ self.p = attrs[P]
28
+ self.q = attrs[Q]
29
+ self.dp = attrs[DP]
30
+ self.dq = attrs[DQ]
31
+ self.qi = attrs[QI]
32
+ end
33
+
34
+ def digest
35
+ case alg
36
+ when RSAES_OAEP_SHA1
37
+ OpenSSL::Digest::SHA1
38
+ when PS256, RSAES_OAEP_SHA256
39
+ OpenSSL::Digest::SHA256
40
+ when PS384
41
+ OpenSSL::Digest::SHA384
42
+ when PS512, RSAES_OAEP_SHA512
43
+ OpenSSL::Digest::SHA512
44
+ else
45
+ raise 'Unknown Algorithm'
46
+ end.new
47
+ end
48
+
49
+ def to_key
50
+ key = OpenSSL::PKey::RSA.new
51
+ if key.respond_to? :set_key
52
+ key.set_key n, e, d
53
+ key.set_factors p, q if p && q
54
+ key.set_crt_params dp, dq, qi if dp && dq && qi
55
+ else
56
+ key.e = e
57
+ key.n = n
58
+ key.d = d if d
59
+ key.p = p if p
60
+ key.q = q if q
61
+ key.dmp1 = dp if dp
62
+ key.dmq1 = dq if dq
63
+ key.iqmp = qi if qi
64
+ end
65
+ key
66
+ end
67
+ end
68
+ end
69
+ end
data/lib/cose/key.rb ADDED
@@ -0,0 +1,60 @@
1
+ require 'openssl'
2
+ require 'cbor'
3
+
4
+ module COSE
5
+ class Key
6
+ KTY = 1
7
+ KID = 2
8
+ ALG = 3
9
+ OPS = 4
10
+ BASE_IV = 5
11
+
12
+ KTY_OKP = 1
13
+ KTY_EC2 = 2
14
+ KTY_RSA = 3
15
+ KTY_SYMMETRIC = 4
16
+
17
+ attr_accessor :kty, :kid, :alg, :ops, :base_iv
18
+
19
+ def initialize(attrs = {})
20
+ self.kty = attrs[KTY]
21
+ self.kid = attrs[KID]
22
+ self.alg = attrs[ALG]
23
+ self.ops = attrs[OPS]
24
+ self.base_iv = attrs[BASE_IV]
25
+ end
26
+
27
+ def digest
28
+ raise 'Implement me'
29
+ end
30
+
31
+ def to_key
32
+ raise 'Implement me'
33
+ end
34
+
35
+ class << self
36
+ def decode(cbor)
37
+ detect CBOR.decode(cbor)
38
+ end
39
+
40
+ def detect(attrs = {})
41
+ klass = case attrs[KTY]
42
+ when KTY_OKP
43
+ raise 'Unsupported Key Type: OKP'
44
+ when KTY_EC2
45
+ EC2
46
+ when KTY_RSA
47
+ RSA
48
+ when KTY_SYMMETRIC
49
+ raise 'Unsupported Key Type: Symmetric'
50
+ else
51
+ raise 'Unknown Key Type'
52
+ end
53
+ klass.new attrs
54
+ end
55
+ end
56
+ end
57
+ end
58
+
59
+ require 'cose/key/ec2'
60
+ require 'cose/key/rsa'
@@ -0,0 +1,42 @@
1
+ RSpec.describe COSE::Key do
2
+ let(:ec2_cbor) do
3
+ "\xA5\x01\x02\x03& \x01!X \x06\x0F\xBD\x82\xE5U\xC4\xDEl\f\x8F7?_O\xFB\xC1H\b8\x0E\xA4\xB7b\xA8\f\x89\xF5\xFBS\xC7u\"X \n\x19\x98\x15\xF2\x10\x99#\xBE[\xB6\xE7PCo\xC5h:\xD2$z\xD0\x03\xD5[\xD8su\x94$\x9A\xD9"
4
+ end
5
+ let(:ec2_pem) do
6
+ <<~PEM
7
+ -----BEGIN PUBLIC KEY-----
8
+ MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEBg+9guVVxN5sDI83P19P+8FICDgO
9
+ pLdiqAyJ9ftTx3UKGZgV8hCZI75btudQQ2/FaDrSJHrQA9Vb2HN1lCSa2Q==
10
+ -----END PUBLIC KEY-----
11
+ PEM
12
+ end
13
+
14
+ context 'for EC keys' do
15
+ let(:cbor) { ec2_cbor }
16
+ let(:decoded) { COSE::Key.decode cbor }
17
+
18
+ describe '.decode' do
19
+ subject { decoded }
20
+ it { should be_instance_of COSE::Key::EC2 }
21
+ end
22
+
23
+ describe '#curve_name' do
24
+ subject { decoded.curve_name }
25
+ it { should == 'prime256v1' }
26
+ end
27
+
28
+ describe '#digest' do
29
+ subject { decoded.digest }
30
+ it { should be_instance_of OpenSSL::Digest::SHA256 }
31
+ end
32
+
33
+ describe '#to_key' do
34
+ subject { decoded.to_key }
35
+ it { should be_instance_of OpenSSL::PKey::EC }
36
+ end
37
+ end
38
+
39
+ context 'for RSA keys' do
40
+ it :TODO
41
+ end
42
+ end
@@ -0,0 +1,15 @@
1
+ require 'simplecov'
2
+
3
+ SimpleCov.start do
4
+ add_filter 'spec'
5
+ end
6
+
7
+ require 'rspec'
8
+ require 'rspec/its'
9
+ require 'cose/key'
10
+
11
+ RSpec.configure do |config|
12
+ config.expect_with :rspec do |c|
13
+ c.syntax = [:should, :expect]
14
+ end
15
+ end
metadata ADDED
@@ -0,0 +1,135 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: cose-key
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - nov matake
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2018-09-08 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: cbor
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '10.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '10.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: simplecov
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: rspec
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: rspec-its
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ description: COSE Key (RSA & EC) in Ruby
84
+ email:
85
+ - nov@matake.jp
86
+ executables:
87
+ - console
88
+ - setup
89
+ extensions: []
90
+ extra_rdoc_files: []
91
+ files:
92
+ - ".gitignore"
93
+ - ".rspec"
94
+ - ".travis.yml"
95
+ - CODE_OF_CONDUCT.md
96
+ - Gemfile
97
+ - LICENSE.txt
98
+ - README.md
99
+ - Rakefile
100
+ - VERSION
101
+ - bin/console
102
+ - bin/setup
103
+ - cose-key.gemspec
104
+ - lib/cose/key.rb
105
+ - lib/cose/key/ec2.rb
106
+ - lib/cose/key/rsa.rb
107
+ - spec/cose/key_spec.rb
108
+ - spec/spec_helper.rb
109
+ homepage: https://github.com/nov/cose-key
110
+ licenses:
111
+ - MIT
112
+ metadata: {}
113
+ post_install_message:
114
+ rdoc_options: []
115
+ require_paths:
116
+ - lib
117
+ required_ruby_version: !ruby/object:Gem::Requirement
118
+ requirements:
119
+ - - ">="
120
+ - !ruby/object:Gem::Version
121
+ version: '2.3'
122
+ required_rubygems_version: !ruby/object:Gem::Requirement
123
+ requirements:
124
+ - - ">="
125
+ - !ruby/object:Gem::Version
126
+ version: '0'
127
+ requirements: []
128
+ rubyforge_project:
129
+ rubygems_version: 2.7.6
130
+ signing_key:
131
+ specification_version: 4
132
+ summary: COSE Key in Ruby
133
+ test_files:
134
+ - spec/cose/key_spec.rb
135
+ - spec/spec_helper.rb