--- !ruby/object:Gem::Specification
name: r509
version: !ruby/object:Gem::Version
  version: 0.8.1
  prerelease: 
platform: ruby
authors:
- Paul Kehrer
autorequire: 
bindir: bin
cert_chain: []
date: 2012-11-08 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: trollop
  requirement: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: rspec
  requirement: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: rake
  requirement: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: simplecov
  requirement: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
description: A module that allows you to create CSRs, issue certs off a CA, view the
  certs, create CRLs, run an OCSP responder, and much more
email: paul.l.kehrer@gmail.com
executables:
- r509
- r509-parse
extensions: []
extra_rdoc_files: []
files:
- README.md
- r509.yaml
- Rakefile
- lib/r509/cert/extensions.rb
- lib/r509/cert.rb
- lib/r509/certificateauthority.rb
- lib/r509/config.rb
- lib/r509/crl.rb
- lib/r509/csr.rb
- lib/r509/exceptions.rb
- lib/r509/io_helpers.rb
- lib/r509/messagedigest.rb
- lib/r509/ocsp.rb
- lib/r509/oidmapper.rb
- lib/r509/privatekey.rb
- lib/r509/spki.rb
- lib/r509/subject.rb
- lib/r509/validity.rb
- lib/r509/version.rb
- lib/r509.rb
- bin/r509
- bin/r509-parse
- spec/cert/extensions_spec.rb
- spec/cert_spec.rb
- spec/certificate_authority_spec.rb
- spec/config_spec.rb
- spec/crl_spec.rb
- spec/csr_spec.rb
- spec/fixtures/cert1.der
- spec/fixtures/cert1.pem
- spec/fixtures/cert1_public_key_modulus.txt
- spec/fixtures/cert3.p12
- spec/fixtures/cert3.pem
- spec/fixtures/cert3_key.pem
- spec/fixtures/cert3_key_des3.pem
- spec/fixtures/cert4.pem
- spec/fixtures/cert5.pem
- spec/fixtures/cert6.pem
- spec/fixtures/cert_expired.pem
- spec/fixtures/cert_not_yet_valid.pem
- spec/fixtures/cert_san.pem
- spec/fixtures/cert_san2.pem
- spec/fixtures/config_pool_test_minimal.yaml
- spec/fixtures/config_test.yaml
- spec/fixtures/config_test_engine_key.yaml
- spec/fixtures/config_test_engine_no_key_name.yaml
- spec/fixtures/config_test_minimal.yaml
- spec/fixtures/config_test_password.yaml
- spec/fixtures/config_test_various.yaml
- spec/fixtures/crl_list_file.txt
- spec/fixtures/crl_with_reason.pem
- spec/fixtures/csr1.der
- spec/fixtures/csr1.pem
- spec/fixtures/csr1_key.der
- spec/fixtures/csr1_key.pem
- spec/fixtures/csr1_key_encrypted_des3.pem
- spec/fixtures/csr1_newlines.pem
- spec/fixtures/csr1_no_begin_end.pem
- spec/fixtures/csr1_public_key_modulus.txt
- spec/fixtures/csr2.pem
- spec/fixtures/csr2_key.pem
- spec/fixtures/csr3.pem
- spec/fixtures/csr4.pem
- spec/fixtures/csr_dsa.pem
- spec/fixtures/csr_invalid_signature.pem
- spec/fixtures/dsa_key.pem
- spec/fixtures/key4.pem
- spec/fixtures/key4_encrypted_des3.pem
- spec/fixtures/missing_key_identifier_ca.cer
- spec/fixtures/missing_key_identifier_ca.key
- spec/fixtures/ocsptest.r509.local.pem
- spec/fixtures/ocsptest.r509.local_ocsp_request.der
- spec/fixtures/ocsptest2.r509.local.pem
- spec/fixtures/second_ca.cer
- spec/fixtures/second_ca.key
- spec/fixtures/spkac.der
- spec/fixtures/spkac.txt
- spec/fixtures/spkac_dsa.txt
- spec/fixtures/stca.pem
- spec/fixtures/stca_ocsp_request.der
- spec/fixtures/stca_ocsp_response.der
- spec/fixtures/test1.csr
- spec/fixtures/test_ca.cer
- spec/fixtures/test_ca.key
- spec/fixtures/test_ca.p12
- spec/fixtures/test_ca_des3.key
- spec/fixtures/test_ca_ocsp.cer
- spec/fixtures/test_ca_ocsp.key
- spec/fixtures/test_ca_ocsp.p12
- spec/fixtures/test_ca_ocsp_chain.txt
- spec/fixtures/test_ca_ocsp_response.der
- spec/fixtures/test_ca_subroot.cer
- spec/fixtures/test_ca_subroot.key
- spec/fixtures/test_ca_subroot_ocsp.cer
- spec/fixtures/test_ca_subroot_ocsp.key
- spec/fixtures/test_ca_subroot_ocsp_response.der
- spec/fixtures/unknown_oid.csr
- spec/fixtures.rb
- spec/message_digest_spec.rb
- spec/ocsp_spec.rb
- spec/oid_mapper_spec.rb
- spec/privatekey_spec.rb
- spec/spec_helper.rb
- spec/spki_spec.rb
- spec/subject_spec.rb
- spec/validity_spec.rb
- doc/_index.html
- doc/class_list.html
- doc/css/common.css
- doc/css/full_list.css
- doc/css/style.css
- doc/file.r509.html
- doc/file.README.html
- doc/file_list.html
- doc/frames.html
- doc/index.html
- doc/js/app.js
- doc/js/full_list.js
- doc/js/jquery.js
- doc/method_list.html
- doc/R509/Cert/Extensions/AuthorityInfoAccess.html
- doc/R509/Cert/Extensions/AuthorityKeyIdentifier.html
- doc/R509/Cert/Extensions/BasicConstraints.html
- doc/R509/Cert/Extensions/CrlDistributionPoints.html
- doc/R509/Cert/Extensions/ExtendedKeyUsage.html
- doc/R509/Cert/Extensions/KeyUsage.html
- doc/R509/Cert/Extensions/SubjectAlternativeName.html
- doc/R509/Cert/Extensions/SubjectKeyIdentifier.html
- doc/R509/Cert/Extensions.html
- doc/R509/Cert.html
- doc/R509/CertificateAuthority/Signer.html
- doc/R509/CertificateAuthority.html
- doc/R509/Config/CaConfig.html
- doc/R509/Config/CaConfigPool.html
- doc/R509/Config/CaProfile.html
- doc/R509/Config/SubjectItemPolicy.html
- doc/R509/Config.html
- doc/R509/Crl/Administrator.html
- doc/R509/Crl/Parser.html
- doc/R509/Crl.html
- doc/R509/Csr.html
- doc/R509/IOHelpers.html
- doc/R509/MessageDigest.html
- doc/R509/NameSanitizer.html
- doc/R509/Ocsp/Request/Nonce.html
- doc/R509/Ocsp/Request.html
- doc/R509/Ocsp/Response.html
- doc/R509/Ocsp.html
- doc/R509/OidMapper.html
- doc/R509/PrivateKey.html
- doc/R509/R509Error.html
- doc/R509/Spki.html
- doc/R509/Subject.html
- doc/R509/Validity/Checker.html
- doc/R509/Validity/DefaultChecker.html
- doc/R509/Validity/DefaultWriter.html
- doc/R509/Validity/Status.html
- doc/R509/Validity/Writer.html
- doc/R509/Validity.html
- doc/R509.html
- doc/top-level-namespace.html
homepage: http://r509.org
licenses: []
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: 1.8.6
required_rubygems_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
      segments:
      - 0
      hash: 4493988611346756730
requirements: []
rubyforge_project: 
rubygems_version: 1.8.24
signing_key: 
specification_version: 3
summary: A (relatively) simple X.509 certification authority
test_files: []
has_rdoc: