# -*- encoding: utf-8 -*- # stub: cert_validator 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "cert_validator".freeze s.version = "0.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Bryce Kerley".freeze] s.date = "2014-08-19" s.description = "Validate an X509 certificate against its listed OCSP endpoint and/or a CRL.".freeze s.email = ["bkerley@brycekerley.net".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "cert_validator.gemspec".freeze, "lib/cert_validator.rb".freeze, "lib/cert_validator/asn1.rb".freeze, "lib/cert_validator/crl/extractor.rb".freeze, "lib/cert_validator/crl_validator.rb".freeze, "lib/cert_validator/errors.rb".freeze, "lib/cert_validator/ocsp.rb".freeze, "lib/cert_validator/ocsp/extractor.rb".freeze, "lib/cert_validator/ocsp/null_validator.rb".freeze, "lib/cert_validator/ocsp/real_validator.rb".freeze, "lib/cert_validator/version.rb".freeze, "lib/tasks/ca.rb".freeze, "lib/tasks/helper.rb".freeze, "spec/cert_validator_spec.rb".freeze, "spec/crl_extractor_spec.rb".freeze, "spec/crl_validator_spec.rb".freeze, "spec/null_ocsp_validator_spec.rb".freeze, "spec/ocsp_extractor_spec.rb".freeze, "spec/ocsp_validator_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/ca/crl_only.crt".freeze, "spec/support/ca/digicert.crl".freeze, "spec/support/ca/empty.crt".freeze, "spec/support/ca/github.crt".freeze, "spec/support/ca/good.crt".freeze, "spec/support/ca/mismatched.crl".freeze, "spec/support/ca/ocsp_only.crt".freeze, "spec/support/ca/revoked.crl".freeze, "spec/support/ca/revoked.crt".freeze, "spec/support/ca/root.crt".freeze, "spec/support/ca/root.key".freeze, "spec/support/certs.rb".freeze, "spec/support/ocsp_guard.rb".freeze, "spec/support/validator_expectations.rb".freeze] s.homepage = "".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Validate X509 certificates against CRL and OCSP.".freeze s.test_files = ["spec/cert_validator_spec.rb".freeze, "spec/crl_extractor_spec.rb".freeze, "spec/crl_validator_spec.rb".freeze, "spec/null_ocsp_validator_spec.rb".freeze, "spec/ocsp_extractor_spec.rb".freeze, "spec/ocsp_validator_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/ca/crl_only.crt".freeze, "spec/support/ca/digicert.crl".freeze, "spec/support/ca/empty.crt".freeze, "spec/support/ca/github.crt".freeze, "spec/support/ca/good.crt".freeze, "spec/support/ca/mismatched.crl".freeze, "spec/support/ca/ocsp_only.crt".freeze, "spec/support/ca/revoked.crl".freeze, "spec/support/ca/revoked.crt".freeze, "spec/support/ca/root.crt".freeze, "spec/support/ca/root.key".freeze, "spec/support/certs.rb".freeze, "spec/support/ocsp_guard.rb".freeze, "spec/support/validator_expectations.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.6".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0.0".freeze]) end