--- !ruby/object:Gem::Specification name: r509 version: !ruby/object:Gem::Version version: 0.9.1 prerelease: platform: ruby authors: - Paul Kehrer autorequire: bindir: bin cert_chain: [] date: 2013-04-17 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/asn1.rb - lib/r509/cert/extensions.rb - lib/r509/cert.rb - lib/r509/certificate_authority.rb - lib/r509/config.rb - lib/r509/crl.rb - lib/r509/csr.rb - lib/r509/ec-hack.rb - lib/r509/exceptions.rb - lib/r509/io_helpers.rb - lib/r509/message_digest.rb - lib/r509/ocsp.rb - lib/r509/oid_mapper.rb - lib/r509/private_key.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/asn1_spec.rb - 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_inhibit.pem - spec/fixtures/cert_name_constraints.pem - spec/fixtures/cert_not_yet_valid.pem - spec/fixtures/cert_ocsp_no_check.pem - spec/fixtures/cert_policy_constraints.pem - spec/fixtures/cert_san.pem - spec/fixtures/cert_san2.pem - spec/fixtures/cert_unknown_extension.pem - spec/fixtures/config_pool_test_minimal.yaml - spec/fixtures/config_test.yaml - spec/fixtures/config_test_dsa.yaml - spec/fixtures/config_test_ec.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/dsa_root.cer - spec/fixtures/dsa_root.key - spec/fixtures/ec_csr2.der - spec/fixtures/ec_csr2.pem - spec/fixtures/ec_key1.der - spec/fixtures/ec_key1.pem - spec/fixtures/ec_key1_encrypted.pem - spec/fixtures/ec_key2.pem - spec/fixtures/hmacsha1.sig - spec/fixtures/hmacsha512.sig - 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/spkac_dsa_no_verify.txt - spec/fixtures/spkac_ec.txt - spec/fixtures/spkac_rsa_newlines.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_ec.cer - spec/fixtures/test_ca_ec.key - spec/fixtures/test_ca_ec_ee.cer - spec/fixtures/test_ca_ec_ee.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/private_key_spec.rb - spec/r509_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/ASN1/GeneralName.html - doc/R509/ASN1/GeneralNames.html - doc/R509/ASN1/NoticeReference.html - doc/R509/ASN1/PolicyInformation.html - doc/R509/ASN1/PolicyQualifiers.html - doc/R509/ASN1/UserNotice.html - doc/R509/ASN1.html - doc/R509/Cert/Extensions/AuthorityInfoAccess.html - doc/R509/Cert/Extensions/AuthorityKeyIdentifier.html - doc/R509/Cert/Extensions/BasicConstraints.html - doc/R509/Cert/Extensions/CertificatePolicies.html - doc/R509/Cert/Extensions/CRLDistributionPoints.html - doc/R509/Cert/Extensions/ExtendedKeyUsage.html - doc/R509/Cert/Extensions/InhibitAnyPolicy.html - doc/R509/Cert/Extensions/KeyUsage.html - doc/R509/Cert/Extensions/NameConstraints.html - doc/R509/Cert/Extensions/OCSPNoCheck.html - doc/R509/Cert/Extensions/PolicyConstraints.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/SignedList.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.9.3 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' segments: - 0 hash: 2724354738993155579 requirements: [] rubyforge_project: rubygems_version: 1.8.23 signing_key: specification_version: 3 summary: A (relatively) simple X.509 certification authority test_files: - spec/asn1_spec.rb - spec/cert_spec.rb - spec/certificate_authority_spec.rb - spec/config_spec.rb - spec/crl_spec.rb - spec/csr_spec.rb - spec/message_digest_spec.rb - spec/ocsp_spec.rb - spec/oid_mapper_spec.rb - spec/private_key_spec.rb - spec/r509_spec.rb - spec/spki_spec.rb - spec/subject_spec.rb - spec/validity_spec.rb has_rdoc: