summaryrefslogtreecommitdiff
path: root/spec/unit/ssl/certificate_request_spec.rb
AgeCommit message (Expand)AuthorFilesLines
2013-11-22Handle malformed CSR attributes and extension requestsAdrien Thebo1-0/+15
2013-11-20(#23222) Custom CSR attributes should only contain stringsAdrien Thebo1-9/+0
2013-11-19(#23201) don't assign OIDs when looking up extension requestsAdrien Thebo1-1/+12
2013-11-19(#23201) allow custom fields to be added to CSR extReqAdrien Thebo1-0/+45
2013-11-15(#7243) Allow CSRs to accept a set of custom attributesAdrien Thebo1-0/+41
2013-03-27(#15561) Fix spec failure in certificate_request_specJeff McCune1-1/+3
2013-02-28(#19392) (CVE-2013-1653) Validate instances passed to indirectorPatrick Carlisle1-0/+2
2013-01-22(#17295) use SHA1 to sign CSRs when SHA256 is not available.Alex Harvey1-0/+18
2012-09-26(Maint) Remove rspec from shebang lineJeff McCune1-1/+1
2012-09-21(#13435) Use new digest code when generating a CSRPatrick Carlisle1-112/+79
2012-09-06(#7962) Added `from_instance()` method to base SSL classSteven Lindberg1-2/+2
2012-07-02(maint) Standardize on /usr/bin/env ruby -S rspecJeff McCune1-1/+1
2012-03-30(#13435) Change default signing digest algorithmJeff Weiss1-1/+1
2011-10-21(#2848) Eliminate redundant `master_dns_alt_names`.Daniel Pittman1-5/+5
2011-10-21(#2848) Consistent return values from `subject_alt_names` accessors.Daniel Pittman1-2/+2
2011-10-21(#2848) rename subject-alt-name option to dns-alt-namesDaniel Pittman1-3/+3
2011-10-21(#2848) Rename `certdnsnames` to match new behaviour.Daniel Pittman1-5/+5
2011-10-21(#2848) CSR subjectAltNames handling while signing.Nick Lewis1-6/+25
2011-10-21(#2848) extract the subjectAltName value from the CSR.Daniel Pittman1-10/+18
2011-10-21(#2848) Set `certdnsnames` values into the CSR.Daniel Pittman1-1/+35
2011-04-13maint: clean up the spec test headers in bulk.Daniel Pittman1-2/+1
2011-04-08maint: just require 'spec_helper', thanks rspec2Daniel Pittman1-1/+1
2010-12-06maint: Use expand_path when requiring spec_helper or puppettestMatt Robinson1-1/+1
2010-12-06maint: Fix more order dependent test failuresMatt Robinson1-2/+2
2010-11-30Maint: Modified tests of indirector.save to call the indirection directly.Paul Berry1-9/+2
2010-11-30Maint: Moved auto-signing logic into an indirector extensionPaul Berry1-2/+6
2010-11-30Maint: Swap the order of arguments to Indirection#savePaul Berry1-2/+2
2010-07-09Code smell: Two space indentationMarkus Roberts1-180/+180
2010-06-28[#3994-part 3] rename spec tests from *_spec_spec to *_spec.rbMarkus Roberts1-0/+220
2010-06-28[#3994-part 2] rename integration tests to *_spec.rbMarkus Roberts1-220/+0
2010-06-23[#3994] rename the specs to have _spec.rb at the endMarkus Roberts1-0/+220