r509 1.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (82) hide show
  1. checksums.yaml +4 -4
  2. data/{CONTRIBUTING.mdown → CONTRIBUTING.md} +0 -0
  3. data/{README.mdown → README.md} +44 -38
  4. data/doc/R509.html +4 -4
  5. data/doc/R509/ASN1.html +2 -2
  6. data/doc/R509/ASN1/GeneralName.html +2 -2
  7. data/doc/R509/ASN1/GeneralNames.html +2 -2
  8. data/doc/R509/CRL.html +3 -3
  9. data/doc/R509/CRL/Administrator.html +2 -2
  10. data/doc/R509/CRL/FileReaderWriter.html +2 -2
  11. data/doc/R509/CRL/ReaderWriter.html +2 -2
  12. data/doc/R509/CRL/SQLiteReaderWriter.html +2 -2
  13. data/doc/R509/CRL/SignedList.html +2 -2
  14. data/doc/R509/CSR.html +2 -2
  15. data/doc/R509/Cert.html +3 -3
  16. data/doc/R509/Cert/Extensions.html +3 -3
  17. data/doc/R509/Cert/Extensions/AuthorityInfoAccess.html +2 -2
  18. data/doc/R509/Cert/Extensions/AuthorityKeyIdentifier.html +2 -2
  19. data/doc/R509/Cert/Extensions/BasicConstraints.html +2 -2
  20. data/doc/R509/Cert/Extensions/CRLDistributionPoints.html +2 -2
  21. data/doc/R509/Cert/Extensions/CertificatePolicies.html +2 -2
  22. data/doc/R509/Cert/Extensions/ExtendedKeyUsage.html +2 -2
  23. data/doc/R509/Cert/Extensions/GeneralNamesMixin.html +2 -2
  24. data/doc/R509/Cert/Extensions/InhibitAnyPolicy.html +2 -2
  25. data/doc/R509/Cert/Extensions/KeyUsage.html +2 -2
  26. data/doc/R509/Cert/Extensions/NameConstraints.html +2 -2
  27. data/doc/R509/Cert/Extensions/NoticeReference.html +2 -2
  28. data/doc/R509/Cert/Extensions/OCSPNoCheck.html +2 -2
  29. data/doc/R509/Cert/Extensions/PolicyConstraints.html +2 -2
  30. data/doc/R509/Cert/Extensions/PolicyInformation.html +2 -2
  31. data/doc/R509/Cert/Extensions/PolicyQualifiers.html +2 -2
  32. data/doc/R509/Cert/Extensions/SubjectAlternativeName.html +2 -2
  33. data/doc/R509/Cert/Extensions/SubjectKeyIdentifier.html +2 -2
  34. data/doc/R509/Cert/Extensions/UserNotice.html +2 -2
  35. data/doc/R509/Cert/Extensions/ValidationMixin.html +2 -2
  36. data/doc/R509/CertificateAuthority.html +2 -2
  37. data/doc/R509/CertificateAuthority/OptionsBuilder.html +2 -2
  38. data/doc/R509/CertificateAuthority/Signer.html +2 -2
  39. data/doc/R509/Config.html +2 -2
  40. data/doc/R509/Config/CAConfig.html +2 -2
  41. data/doc/R509/Config/CAConfigPool.html +2 -2
  42. data/doc/R509/Config/CertProfile.html +2 -2
  43. data/doc/R509/Config/SubjectItemPolicy.html +2 -2
  44. data/doc/R509/Engine.html +2 -2
  45. data/doc/R509/Helpers.html +2 -2
  46. data/doc/R509/MessageDigest.html +3 -3
  47. data/doc/R509/NameSanitizer.html +2 -2
  48. data/doc/R509/OCSP.html +2 -2
  49. data/doc/R509/OCSP/Request.html +2 -2
  50. data/doc/R509/OCSP/Request/Nonce.html +2 -2
  51. data/doc/R509/OCSP/Response.html +2 -2
  52. data/doc/R509/OIDMapper.html +26 -16
  53. data/doc/R509/PrivateKey.html +2 -2
  54. data/doc/R509/R509Error.html +2 -2
  55. data/doc/R509/SPKI.html +2 -2
  56. data/doc/R509/Subject.html +2 -2
  57. data/doc/R509/Validity.html +2 -2
  58. data/doc/R509/Validity/Checker.html +2 -2
  59. data/doc/R509/Validity/DefaultChecker.html +2 -2
  60. data/doc/R509/Validity/DefaultWriter.html +2 -2
  61. data/doc/R509/Validity/Status.html +2 -2
  62. data/doc/R509/Validity/Writer.html +2 -2
  63. data/doc/_index.html +2 -8
  64. data/doc/file.LICENSE.html +2 -2
  65. data/doc/file.README.html +15 -7
  66. data/doc/file.r509.html +2 -2
  67. data/doc/file_list.html +0 -10
  68. data/doc/index.html +15 -7
  69. data/doc/method_list.html +300 -300
  70. data/doc/top-level-namespace.html +2 -2
  71. data/lib/r509/message_digest.rb +1 -3
  72. data/lib/r509/oid_mapper.rb +6 -1
  73. data/lib/r509/version.rb +1 -1
  74. data/spec/csr_spec.rb +6 -6
  75. data/spec/fixtures/csr4.pem +25 -25
  76. data/spec/message_digest_spec.rb +0 -15
  77. data/spec/oid_mapper_spec.rb +5 -0
  78. data/spec/spki_spec.rb +1 -1
  79. metadata +14 -35
  80. checksums.yaml.gz.sig +0 -1
  81. data.tar.gz.sig +0 -0
  82. metadata.gz.sig +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 562903e3dc32d6329ab86cb309e457a5980317c5
4
- data.tar.gz: 41cabe1dd8f48dc0ff5fe68ddecc3e165e7e4843
3
+ metadata.gz: 701dde85f7d46d863c0d9a47b698e2dd3368d5a2
4
+ data.tar.gz: 2f1f865b7a3d9d6c501459247681e4f0704b9de1
5
5
  SHA512:
6
- metadata.gz: bbad952fef78a95c90ab557a2886064a75c448d02f924219ab4234d2cdc180349413f41afdde9e7b2e68f2d1023a22953d03f094eed874b57e47248f7c24606e
7
- data.tar.gz: b59f9c35ea888698344eaddde1c29490d4475755c5da9fba6ffbf756ed3243663489deedb61025b5b23ff30c7f3ac91a248ea89800c3073a00164b4967469787
6
+ metadata.gz: 37b1fbf425518a303e9b610f750edd060aa85670375f5128f40eedd9148823c5e2ab724aad6cb6f5f03581ef4c4cb144c5ab879b3ac7fcb9b47b0d2b42cea23e
7
+ data.tar.gz: a6ebcd16f052b9097dee3bd2fdee5e80ed91d3a26ec3e80c89419769f8f69b6e6ec2abcfa9d38599efba592a7dc8595eee05622c7512b496b25ae5c6483a51d3
File without changes
@@ -1,14 +1,14 @@
1
- #r509 [![Build Status](https://secure.travis-ci.org/r509/r509.png)](http://travis-ci.org/r509/r509) [![Coverage Status](https://coveralls.io/repos/r509/r509/badge.png?branch=master)](https://coveralls.io/r/r509/r509?branch=master)
1
+ # r509 [![Build Status](https://secure.travis-ci.org/r509/r509.png)](http://travis-ci.org/r509/r509) [![Coverage Status](https://coveralls.io/repos/r509/r509/badge.png?branch=master)](https://coveralls.io/r/r509/r509?branch=master)
2
2
  r509 is a Ruby gem built using OpenSSL that is designed to ease management of a public key infrastructure. The r509 API facilitates easy creation of CSRs, signing of certificates, revocation (CRL/OCSP), and much more. Together with projects like [r509-ocsp-responder](https://github.com/r509/r509-ocsp-responder) and [r509-ca-http](https://github.com/r509/r509-ca-http) it is intended to be a complete [RFC 5280](http://www.ietf.org/rfc/rfc5280.txt)-compliant certificate authority for use in production environments.
3
3
 
4
- ##Why?
4
+ ## Why?
5
5
  Certificates are hard, and the Ruby OpenSSL APIs aren't easy to use (because they hew closely to OpenSSL itself). Additionally, as SSL/TLS has aged a variety of best practices and workarounds around certificate issuance have grown up around it that are not easy to discover. r509 is an attempt to build a straightforward API that allows you to do things as simple as parsing a certificate all the way up to operating an entire certificate authority.
6
6
 
7
- ##Requirements
7
+ ## Requirements
8
8
 
9
- r509 requires Ruby 1.9.3+ compiled with OpenSSL and YAML support (this is a typical default). It is recommended that you compile Ruby against OpenSSL 1.0.0+ (with elliptic curve support enabled). Red Hat-derived distributions prior to RHEL/CentOS 6.5 ship with EC disabled in OpenSSL, so if you need EC support you will need to recompile.
9
+ r509 requires Ruby 2.0.0+ compiled with OpenSSL and YAML support (this is a typical default). It is recommended that you compile Ruby against OpenSSL 1.0.1+ (with elliptic curve support enabled). Red Hat-derived distributions prior to RHEL/CentOS 6.5 ship with EC disabled in OpenSSL, so if you need EC support you will need to recompile.
10
10
 
11
- ##Installation
11
+ ## Installation
12
12
  You can install via rubygems with ```gem install r509```
13
13
 
14
14
  To install the gem from your own clone (you will need to satisfy the dependencies via ```bundle install``` or other means):
@@ -18,27 +18,33 @@ rake gem:build
18
18
  rake gem:install
19
19
  ```
20
20
 
21
- ##Documentation
22
- There is documentation available for every method and class in r509 available via yardoc. You can view the latest release docs at [r509.org](http://r509.org). If you installed via gem it should be pre-generated in the doc directory. If you cloned this repo, just type ```rake yard``` with the yard gem installed. You will also need the redcarpet and github-markup gems to properly parse the README.md.
21
+ ## Documentation
22
+ There is documentation available for every method and class in r509 available via yardoc. If you installed via gem it should be pre-generated in the doc directory. If you cloned this repo, just type ```rake yard``` with the yard gem installed. You will also need the redcarpet and github-markup gems to properly parse the README.md.
23
23
 
24
- ##Support
25
- You can [file bugs](https://github.com/r509/r509/issues), contact me directly, or join the #r509 channel on irc.freenode.net to ask questions.
24
+ ## Changelog
26
25
 
27
- ##Running Tests/Building Gem
26
+ ### 1.0.1
27
+
28
+ * Support Rubies compiled against OpenSSL 1.1.0.
29
+
30
+ ## Support
31
+ You can [file bugs](https://github.com/r509/r509/issues) to get support from the community.
32
+
33
+ ## Running Tests/Building Gem
28
34
  If you want to run the tests for r509 you'll need rspec. Additionally, you should install simplecov and yard for running the code coverage and documentation tasks in the Rakefile. ```rake -T``` for a complete list of rake tasks available.
29
35
 
30
- ##Continuous Integration
31
- We run continuous integration tests (using Travis-CI) against 1.9.3, 2.0.0, 2.1.0, ruby-head, and rubinius. 1.8.7 is no longer a supported configuration due to issues with its elliptic curve methods. 0.8.1 was the last official r509 release with 1.8.7 support.
36
+ ## Continuous Integration
37
+ We run continuous integration tests (using Travis-CI) against 2.2, 2.3, and 2.4. 1.8.7 is no longer a supported configuration due to issues with its elliptic curve methods. 0.8.1 was the last official r509 release with 1.8.7 support.
32
38
 
33
- ##Executables
39
+ ## Executables
34
40
 
35
41
  r509 ships with a binary named ```r509``` that can generate CSRs, keys, and create self-signed certificates. Type ```r509 -h``` to see a list of options.
36
42
 
37
- ##Basic Certificate Authority Tutorial
43
+ ## Basic Certificate Authority Tutorial
38
44
  [This guide](http://langui.sh/2012/11/02/building-a-ca-r509-howto/) provides instructions on building a basic CA using r509, [r509-ca-http](https://github.com/r509/r509-ca-http), and [r509-ocsp-responder](https://github.com/r509/r509-ocsp-responder). In it you will learn how to create a root, set up the configuration profiles, issue certificates, revoke certificates, and see responses from an OCSP responder.
39
45
 
40
- ##Quick Start
41
- ###CSR
46
+ ## Quick Start
47
+ ### CSR
42
48
  To generate a 2048-bit RSA CSR
43
49
 
44
50
  ```ruby
@@ -101,7 +107,7 @@ csr = R509::CSR.new(
101
107
  )
102
108
  ```
103
109
 
104
- ###Cert
110
+ ### Cert
105
111
  To load an existing certificate
106
112
 
107
113
  ```ruby
@@ -144,7 +150,7 @@ cert = R509::Cert.new(
144
150
  )
145
151
  ```
146
152
 
147
- ###PrivateKey
153
+ ### PrivateKey
148
154
  Generate a 1536-bit RSA key
149
155
 
150
156
  ```ruby
@@ -160,7 +166,7 @@ encrypted_pem = key.to_encrypted_pem("aes256","my-password")
160
166
  key.write_encrypted_pem("/tmp/path","aes256","my-password")
161
167
  ```
162
168
 
163
- ####Load Hardware Engines in PrivateKey
169
+ #### Load Hardware Engines in PrivateKey
164
170
 
165
171
  The engine you want to load must already be available to OpenSSL. How to compile/install OpenSSL engines is outside the scope of this document.
166
172
 
@@ -174,7 +180,7 @@ key = R509::PrivateKey(
174
180
 
175
181
  You can then use this key for signing.
176
182
 
177
- ###SPKI/SPKAC
183
+ ### SPKI/SPKAC
178
184
  To generate a 2048-bit RSA SPKI
179
185
 
180
186
  ```ruby
@@ -182,7 +188,7 @@ key = R509::PrivateKey.new(:type => "RSA", :bit_length => 1024)
182
188
  spki = R509::SPKI.new(:key => key)
183
189
  ```
184
190
 
185
- ###Self-Signed Certificate
191
+ ### Self-Signed Certificate
186
192
  To create a self-signed certificate
187
193
 
188
194
  ```ruby
@@ -199,9 +205,9 @@ cert = R509::CertificateAuthority::Signer.selfsign(
199
205
  )
200
206
  ```
201
207
 
202
- ###Config
208
+ ### Config
203
209
 
204
- ####CAConfig
210
+ #### CAConfig
205
211
  Create a basic CAConfig object
206
212
 
207
213
  ```ruby
@@ -216,7 +222,7 @@ config = R509::Config::CAConfig.new(
216
222
  )
217
223
  ```
218
224
 
219
- ####SubjectItemPolicy
225
+ #### SubjectItemPolicy
220
226
  Subject Item Policy allows you to define what subject fields are allowed in a certificate. Required means that field *must* be supplied, optional means it will be encoded if provided, and match means the field must be present and must match the value specified. The keys must match OpenSSL's short names.
221
227
 
222
228
 
@@ -228,7 +234,7 @@ sip = 509::Config::SubjectItemPolicy.new(
228
234
  )
229
235
  ```
230
236
 
231
- ####CertProfile
237
+ #### CertProfile
232
238
  Certificate profiles hold extensions you want to put in a certificate, allowed/default message digests, and subject item policies. You can build them programmatically or load them via YAML. When building programmatically you can also serialize to YAML for future use. This is the preferred way to build the YAML.
233
239
 
234
240
  The CertProfile object can either take objects or the hash that would build those objects.
@@ -299,7 +305,7 @@ profile = R509::Config::CertProfile.new(
299
305
  config.set_profile("server",profile)
300
306
  ```
301
307
 
302
- ####CAConfigPool
308
+ #### CAConfigPool
303
309
  Multiple CAConfigs can be loaded via CAConfigPool
304
310
 
305
311
  ```ruby
@@ -323,7 +329,7 @@ certificate_authorities:
323
329
  key: second_ca.key
324
330
  ```
325
331
 
326
- ####Building YAML
332
+ #### Building YAML
327
333
  You can serialize a CAConfig (or CAConfigPool) via ```#to_yaml```. The output of the YAML will vary depending upon what data you have supplied to the object, but the output does require the following manual configuration:
328
334
 
329
335
  * Add paths to the requested files where you see add_path (or change the options entirely. See the YAML config section below)
@@ -352,7 +358,7 @@ example_ca:
352
358
  default_md: SHA512
353
359
  ```
354
360
 
355
- ###CertificateAuthority::Signer (sans CertProfile)
361
+ ### CertificateAuthority::Signer (sans CertProfile)
356
362
 
357
363
  Sign a CSR
358
364
 
@@ -431,7 +437,7 @@ cert = ca.sign(
431
437
 
432
438
  ```
433
439
 
434
- ###CertificateAuthority::OptionsBuilder
440
+ ### CertificateAuthority::OptionsBuilder
435
441
  The OptionsBuilder takes in a CAConfig with CertProfiles. You then call ```#build_and_enforce``` to have it create a hash that can be passed to ```R509::CertificateAuthority::Signer#sign```. The OptionsBuilder is responsible for enforcing restrictions on subject DN (via SubjectItemPolicy), determing allowed message digest, and adding a profile's extensions.
436
442
 
437
443
  ```ruby
@@ -474,14 +480,14 @@ scrubbed_data = builder.build_and_enforce(
474
480
  )
475
481
  ```
476
482
 
477
- ###CRL Administration
483
+ ### CRL Administration
478
484
  The CRL administrator object takes an ```R509::Config::CAConfig``` and an optional ```R509::CRL::ReaderWriter``` subclass. By default it will use an ```R509::CRL::FileReaderWriter``` class that assumes the presence of ```crl_number_file``` and ```crl_list_file``` in the CAConfig.
479
485
 
480
486
  ```ruby
481
487
  admin = R509::CRL::Administrator.new(config)
482
488
  ```
483
489
 
484
- ####Revoking a certificate
490
+ #### Revoking a certificate
485
491
  To revoke a certificate and generate a new CRL
486
492
 
487
493
  ```ruby
@@ -491,7 +497,7 @@ crl = admin.generate_crl
491
497
 
492
498
  This revokes on the root configured by the CAConfig that was passed into the Administrator constructor.
493
499
 
494
- ###OID Mapping
500
+ ### OID Mapping
495
501
 
496
502
  Register one
497
503
 
@@ -508,14 +514,14 @@ R509::OIDMapper.batch_register([
508
514
  ])
509
515
  ```
510
516
 
511
- ###Alternate Key Algorithms
517
+ ### Alternate Key Algorithms
512
518
  In addition to the default RSA objects that are created above, r509 supports DSA and elliptic curve (EC). EC support is present only if Ruby has been linked against a version of OpenSSL compiled with EC enabled. This excludes Red Hat-based distributions at this time (unless you build it yourself). Take a look at the documentation for R509::PrivateKey, R509::Cert, and R509::CSR to see how to create DSA and EC types. You can test if elliptic curve support is available in your Ruby with:
513
519
 
514
520
  ```ruby
515
521
  R509.ec_supported?
516
522
  ```
517
523
 
518
- ####NIST Recommended Elliptic Curves
524
+ #### NIST Recommended Elliptic Curves
519
525
  These curves are set via ```:curve_name```. The system defaults to using ```secp384r1```
520
526
 
521
527
  * secp224r1 -- NIST/SECG curve over a 224 bit prime field
@@ -534,15 +540,15 @@ These curves are set via ```:curve_name```. The system defaults to using ```secp
534
540
  * sect571r1 -- NIST/SECG curve over a 571 bit binary field
535
541
 
536
542
 
537
- ##Created by...
543
+ ## Created by...
538
544
  __Paul Kehrer__ ([Twitter](https://twitter.com/reaperhulk) | [GitHub](https://github.com/reaperhulk))
539
545
 
540
- ##Contributors
546
+ ## Contributors
541
547
  * [Sean Schulte](https://github.com/sirsean)
542
548
  * [Mike Ryan](https://github.com/justfalter)
543
549
  * [Chris Woodbury](https://github.com/woodbusy)
544
550
 
545
- ##License
551
+ ## License
546
552
  See the LICENSE file. Licensed under the Apache 2.0 License.
547
553
 
548
- ##[YAML Documentation](YAML.mdown)
554
+ ##[YAML Documentation](YAML.md)
@@ -81,7 +81,7 @@
81
81
  <dl>
82
82
  <dt>Defined in:</dt>
83
83
  <dd>lib/r509.rb<span class="defines">,<br />
84
- lib/r509/csr.rb,<br /> lib/r509/spki.rb,<br /> lib/r509/asn1.rb,<br /> lib/r509/cert.rb,<br /> lib/r509/engine.rb,<br /> lib/r509/config.rb,<br /> lib/r509/version.rb,<br /> lib/r509/trollop.rb,<br /> lib/r509/subject.rb,<br /> lib/r509/helpers.rb,<br /> lib/r509/exceptions.rb,<br /> lib/r509/oid_mapper.rb,<br /> lib/r509/io_helpers.rb,<br /> lib/r509/private_key.rb,<br /> lib/r509/message_digest.rb,<br /> lib/r509/crl/signed_list.rb,<br /> lib/r509/config/ca_config.rb,<br /> lib/r509/crl/administrator.rb,<br /> lib/r509/crl/reader_writer.rb,<br /> lib/r509/config/cert_profile.rb,<br /> lib/r509/cert/extensions/base.rb,<br /> lib/r509/crl/sqlite_reader_writer.rb,<br /> lib/r509/cert/extensions/key_usage.rb,<br /> lib/r509/config/subject_item_policy.rb,<br /> lib/r509/cert/extensions/ocsp_no_check.rb,<br /> lib/r509/cert/extensions/name_constraints.rb,<br /> lib/r509/cert/extensions/validation_mixin.rb,<br /> lib/r509/cert/extensions/basic_constraints.rb,<br /> lib/r509/cert/extensions/policy_constraints.rb,<br /> lib/r509/cert/extensions/inhibit_any_policy.rb,<br /> lib/r509/cert/extensions/extended_key_usage.rb,<br /> lib/r509/cert/extensions/certificate_policies.rb,<br /> lib/r509/cert/extensions/authority_info_access.rb,<br /> lib/r509/cert/extensions/subject_key_identifier.rb,<br /> lib/r509/cert/extensions/crl_distribution_points.rb,<br /> lib/r509/cert/extensions/authority_key_identifier.rb,<br /> lib/r509/cert/extensions/subject_alternative_name.rb</span>
84
+ lib/r509/csr.rb,<br /> lib/r509/cert.rb,<br /> lib/r509/asn1.rb,<br /> lib/r509/spki.rb,<br /> lib/r509/engine.rb,<br /> lib/r509/config.rb,<br /> lib/r509/version.rb,<br /> lib/r509/helpers.rb,<br /> lib/r509/subject.rb,<br /> lib/r509/trollop.rb,<br /> lib/r509/exceptions.rb,<br /> lib/r509/oid_mapper.rb,<br /> lib/r509/io_helpers.rb,<br /> lib/r509/private_key.rb,<br /> lib/r509/message_digest.rb,<br /> lib/r509/crl/signed_list.rb,<br /> lib/r509/config/ca_config.rb,<br /> lib/r509/crl/reader_writer.rb,<br /> lib/r509/crl/administrator.rb,<br /> lib/r509/config/cert_profile.rb,<br /> lib/r509/cert/extensions/base.rb,<br /> lib/r509/crl/sqlite_reader_writer.rb,<br /> lib/r509/cert/extensions/key_usage.rb,<br /> lib/r509/config/subject_item_policy.rb,<br /> lib/r509/cert/extensions/ocsp_no_check.rb,<br /> lib/r509/cert/extensions/validation_mixin.rb,<br /> lib/r509/cert/extensions/name_constraints.rb,<br /> lib/r509/cert/extensions/basic_constraints.rb,<br /> lib/r509/cert/extensions/policy_constraints.rb,<br /> lib/r509/cert/extensions/inhibit_any_policy.rb,<br /> lib/r509/cert/extensions/extended_key_usage.rb,<br /> lib/r509/cert/extensions/certificate_policies.rb,<br /> lib/r509/cert/extensions/authority_info_access.rb,<br /> lib/r509/cert/extensions/subject_key_identifier.rb,<br /> lib/r509/cert/extensions/crl_distribution_points.rb,<br /> lib/r509/cert/extensions/subject_alternative_name.rb,<br /> lib/r509/cert/extensions/authority_key_identifier.rb</span>
85
85
  </dd>
86
86
  </dl>
87
87
 
@@ -128,7 +128,7 @@
128
128
 
129
129
  </div>
130
130
  </dt>
131
- <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>1.0</span><span class='tstring_end'>&quot;</span></span></pre></dd>
131
+ <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>1.0.1</span><span class='tstring_end'>&quot;</span></span></pre></dd>
132
132
 
133
133
  </dl>
134
134
 
@@ -322,9 +322,9 @@
322
322
  </div>
323
323
 
324
324
  <div id="footer">
325
- Generated on Tue Dec 6 17:27:38 2016 by
325
+ Generated on Thu Nov 2 12:48:00 2017 by
326
326
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
327
- 0.9.5 (ruby-2.4.0).
327
+ 0.9.5 (ruby-2.4.2).
328
328
  </div>
329
329
 
330
330
  </div>
@@ -476,9 +476,9 @@ processing by the subclasses</p>
476
476
  </div>
477
477
 
478
478
  <div id="footer">
479
- Generated on Tue Dec 6 17:27:39 2016 by
479
+ Generated on Thu Nov 2 12:48:00 2017 by
480
480
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
481
- 0.9.5 (ruby-2.4.0).
481
+ 0.9.5 (ruby-2.4.2).
482
482
  </div>
483
483
 
484
484
  </div>
@@ -1121,9 +1121,9 @@ R509::CertificateAuthority::Signer</p>
1121
1121
  </div>
1122
1122
 
1123
1123
  <div id="footer">
1124
- Generated on Tue Dec 6 17:27:39 2016 by
1124
+ Generated on Thu Nov 2 12:48:01 2017 by
1125
1125
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1126
- 0.9.5 (ruby-2.4.0).
1126
+ 0.9.5 (ruby-2.4.2).
1127
1127
  </div>
1128
1128
 
1129
1129
  </div>
@@ -1170,9 +1170,9 @@ GeneralName objects and add them to the GeneralNames object</p>
1170
1170
  </div>
1171
1171
 
1172
1172
  <div id="footer">
1173
- Generated on Tue Dec 6 17:27:39 2016 by
1173
+ Generated on Thu Nov 2 12:48:01 2017 by
1174
1174
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1175
- 0.9.5 (ruby-2.4.0).
1175
+ 0.9.5 (ruby-2.4.2).
1176
1176
  </div>
1177
1177
 
1178
1178
  </div>
@@ -81,7 +81,7 @@
81
81
  <dl>
82
82
  <dt>Defined in:</dt>
83
83
  <dd>lib/r509/crl/signed_list.rb<span class="defines">,<br />
84
- lib/r509/crl/administrator.rb,<br /> lib/r509/crl/reader_writer.rb,<br /> lib/r509/crl/sqlite_reader_writer.rb</span>
84
+ lib/r509/crl/reader_writer.rb,<br /> lib/r509/crl/administrator.rb,<br /> lib/r509/crl/sqlite_reader_writer.rb</span>
85
85
  </dd>
86
86
  </dl>
87
87
 
@@ -120,9 +120,9 @@
120
120
  </div>
121
121
 
122
122
  <div id="footer">
123
- Generated on Tue Dec 6 17:27:39 2016 by
123
+ Generated on Thu Nov 2 12:48:00 2017 by
124
124
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
125
- 0.9.5 (ruby-2.4.0).
125
+ 0.9.5 (ruby-2.4.2).
126
126
  </div>
127
127
 
128
128
  </div>
@@ -1143,9 +1143,9 @@ generate_crl to sign a new CRL</p>
1143
1143
  </div>
1144
1144
 
1145
1145
  <div id="footer">
1146
- Generated on Tue Dec 6 17:27:40 2016 by
1146
+ Generated on Thu Nov 2 12:48:02 2017 by
1147
1147
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1148
- 0.9.5 (ruby-2.4.0).
1148
+ 0.9.5 (ruby-2.4.2).
1149
1149
  </div>
1150
1150
 
1151
1151
  </div>
@@ -894,9 +894,9 @@ crl_number_file and crl_list_file attributes in CAConfig</p>
894
894
  </div>
895
895
 
896
896
  <div id="footer">
897
- Generated on Tue Dec 6 17:27:40 2016 by
897
+ Generated on Thu Nov 2 12:48:02 2017 by
898
898
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
899
- 0.9.5 (ruby-2.4.0).
899
+ 0.9.5 (ruby-2.4.2).
900
900
  </div>
901
901
 
902
902
  </div>
@@ -517,9 +517,9 @@ whatever backend you want.</p>
517
517
  </div>
518
518
 
519
519
  <div id="footer">
520
- Generated on Tue Dec 6 17:27:40 2016 by
520
+ Generated on Thu Nov 2 12:48:02 2017 by
521
521
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
522
- 0.9.5 (ruby-2.4.0).
522
+ 0.9.5 (ruby-2.4.2).
523
523
  </div>
524
524
 
525
525
  </div>
@@ -717,9 +717,9 @@
717
717
  </div>
718
718
 
719
719
  <div id="footer">
720
- Generated on Tue Dec 6 17:27:40 2016 by
720
+ Generated on Thu Nov 2 12:48:02 2017 by
721
721
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
722
- 0.9.5 (ruby-2.4.0).
722
+ 0.9.5 (ruby-2.4.2).
723
723
  </div>
724
724
 
725
725
  </div>
@@ -1494,9 +1494,9 @@ an IO-like object.</p>
1494
1494
  </div>
1495
1495
 
1496
1496
  <div id="footer">
1497
- Generated on Tue Dec 6 17:27:40 2016 by
1497
+ Generated on Thu Nov 2 12:48:01 2017 by
1498
1498
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1499
- 0.9.5 (ruby-2.4.0).
1499
+ 0.9.5 (ruby-2.4.2).
1500
1500
  </div>
1501
1501
 
1502
1502
  </div>
@@ -2311,9 +2311,9 @@ an IO-like object.</p>
2311
2311
  </div>
2312
2312
 
2313
2313
  <div id="footer">
2314
- Generated on Tue Dec 6 17:27:39 2016 by
2314
+ Generated on Thu Nov 2 12:48:00 2017 by
2315
2315
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2316
- 0.9.5 (ruby-2.4.0).
2316
+ 0.9.5 (ruby-2.4.2).
2317
2317
  </div>
2318
2318
 
2319
2319
  </div>
@@ -102,7 +102,7 @@
102
102
  <dl>
103
103
  <dt>Defined in:</dt>
104
104
  <dd>lib/r509/cert.rb<span class="defines">,<br />
105
- lib/r509/cert/extensions/base.rb,<br /> lib/r509/cert/extensions/key_usage.rb,<br /> lib/r509/cert/extensions/ocsp_no_check.rb,<br /> lib/r509/cert/extensions/name_constraints.rb,<br /> lib/r509/cert/extensions/validation_mixin.rb,<br /> lib/r509/cert/extensions/basic_constraints.rb,<br /> lib/r509/cert/extensions/policy_constraints.rb,<br /> lib/r509/cert/extensions/inhibit_any_policy.rb,<br /> lib/r509/cert/extensions/extended_key_usage.rb,<br /> lib/r509/cert/extensions/certificate_policies.rb,<br /> lib/r509/cert/extensions/authority_info_access.rb,<br /> lib/r509/cert/extensions/subject_key_identifier.rb,<br /> lib/r509/cert/extensions/crl_distribution_points.rb,<br /> lib/r509/cert/extensions/authority_key_identifier.rb,<br /> lib/r509/cert/extensions/subject_alternative_name.rb</span>
105
+ lib/r509/cert/extensions/base.rb,<br /> lib/r509/cert/extensions/key_usage.rb,<br /> lib/r509/cert/extensions/ocsp_no_check.rb,<br /> lib/r509/cert/extensions/validation_mixin.rb,<br /> lib/r509/cert/extensions/name_constraints.rb,<br /> lib/r509/cert/extensions/basic_constraints.rb,<br /> lib/r509/cert/extensions/policy_constraints.rb,<br /> lib/r509/cert/extensions/inhibit_any_policy.rb,<br /> lib/r509/cert/extensions/extended_key_usage.rb,<br /> lib/r509/cert/extensions/certificate_policies.rb,<br /> lib/r509/cert/extensions/authority_info_access.rb,<br /> lib/r509/cert/extensions/subject_key_identifier.rb,<br /> lib/r509/cert/extensions/crl_distribution_points.rb,<br /> lib/r509/cert/extensions/subject_alternative_name.rb,<br /> lib/r509/cert/extensions/authority_key_identifier.rb</span>
106
106
  </dd>
107
107
  </dl>
108
108
 
@@ -4074,9 +4074,9 @@ an IO-like object.</p>
4074
4074
  </div>
4075
4075
 
4076
4076
  <div id="footer">
4077
- Generated on Tue Dec 6 17:27:39 2016 by
4077
+ Generated on Thu Nov 2 12:48:01 2017 by
4078
4078
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
4079
- 0.9.5 (ruby-2.4.0).
4079
+ 0.9.5 (ruby-2.4.2).
4080
4080
  </div>
4081
4081
 
4082
4082
  </div>
@@ -81,7 +81,7 @@
81
81
  <dl>
82
82
  <dt>Defined in:</dt>
83
83
  <dd>lib/r509/cert/extensions/base.rb<span class="defines">,<br />
84
- lib/r509/cert/extensions/key_usage.rb,<br /> lib/r509/cert/extensions/ocsp_no_check.rb,<br /> lib/r509/cert/extensions/name_constraints.rb,<br /> lib/r509/cert/extensions/validation_mixin.rb,<br /> lib/r509/cert/extensions/basic_constraints.rb,<br /> lib/r509/cert/extensions/policy_constraints.rb,<br /> lib/r509/cert/extensions/inhibit_any_policy.rb,<br /> lib/r509/cert/extensions/extended_key_usage.rb,<br /> lib/r509/cert/extensions/certificate_policies.rb,<br /> lib/r509/cert/extensions/authority_info_access.rb,<br /> lib/r509/cert/extensions/subject_key_identifier.rb,<br /> lib/r509/cert/extensions/crl_distribution_points.rb,<br /> lib/r509/cert/extensions/authority_key_identifier.rb,<br /> lib/r509/cert/extensions/subject_alternative_name.rb</span>
84
+ lib/r509/cert/extensions/key_usage.rb,<br /> lib/r509/cert/extensions/ocsp_no_check.rb,<br /> lib/r509/cert/extensions/validation_mixin.rb,<br /> lib/r509/cert/extensions/name_constraints.rb,<br /> lib/r509/cert/extensions/basic_constraints.rb,<br /> lib/r509/cert/extensions/policy_constraints.rb,<br /> lib/r509/cert/extensions/inhibit_any_policy.rb,<br /> lib/r509/cert/extensions/extended_key_usage.rb,<br /> lib/r509/cert/extensions/certificate_policies.rb,<br /> lib/r509/cert/extensions/authority_info_access.rb,<br /> lib/r509/cert/extensions/subject_key_identifier.rb,<br /> lib/r509/cert/extensions/crl_distribution_points.rb,<br /> lib/r509/cert/extensions/subject_alternative_name.rb,<br /> lib/r509/cert/extensions/authority_key_identifier.rb</span>
85
85
  </dd>
86
86
  </dl>
87
87
 
@@ -416,9 +416,9 @@ implementation are ignored (see #get_unknown_extensions).</p>
416
416
  </div>
417
417
 
418
418
  <div id="footer">
419
- Generated on Tue Dec 6 17:27:39 2016 by
419
+ Generated on Thu Nov 2 12:48:00 2017 by
420
420
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
421
- 0.9.5 (ruby-2.4.0).
421
+ 0.9.5 (ruby-2.4.2).
422
422
  </div>
423
423
 
424
424
  </div>