summaryrefslogtreecommitdiff
path: root/spec/unit/ssl
AgeCommit message (Expand)AuthorFilesLines
2014-09-09(PUP-894) Accept CRLs that were "recently" updatedJosh Cooper1-0/+47
2014-09-09(PUP-894) Add specs for current bebaviorJosh Cooper1-5/+24
2014-08-05(PUP-744) Cleanup puppet/ssl require logicJosh Cooper1-1/+0
2014-07-24(maint) Remove unnecessary Puppet.settings.clear calls from specsJosh Partlow1-1/+0
2014-06-04(PUP-2569) Revoke all certificate matching a given nameBrice Figureau2-1/+38
2014-05-19(PUP-2584) Make 404 warning on agent specific and an error.Henrik Lindberg1-5/+5
2014-04-28(maint) Provide a namespace around two specs using Memory indirectorsJosh Partlow1-0/+2
2014-02-27Merge branch 'pr/2349'Peter Huene1-1/+3
2014-02-27(PUP-1665) Fix traversal of signed certs when listing signing requests.John (JJ) Jawed1-1/+3
2014-02-07(PUP-1407) Fix specs on 187Josh Cooper2-2/+4
2014-02-07Merge branch 'pr/2238'Josh Cooper1-72/+101
2014-02-07(PUP-1407) Actually test deserialization and CRLReasonsJosh Cooper1-21/+31
2014-02-07(PUP-1407) Verify extensions are still present after revocationJosh Cooper1-8/+35
2014-02-07(PUP-1407) Add authorityKeyIdentifier to CRL to make the CA conform to RFC5280jrussek1-0/+5
2014-02-07(PUP-1407) Verify that CRL times are within expected rangesJosh Cooper1-20/+27
2014-02-07(PUP-1407) Rewrite certificate_revocation_list test to use a temporary CA ins...jrussek1-39/+19
2014-02-06(maint) Change name from from_pson to from_data_hashErik Dalén1-1/+1
2014-02-05(PUP-1409) add authorityKeyIdentifier to client certificatesjrussek1-4/+12
2014-01-24(PUP-1387) fixes wrong hash in subjectKeyIdentifierjrussek1-0/+7
2014-01-14(PUP-1151) Consolidate JSON schema validationAndrew Parker1-19/+7
2014-01-06(PUP-716) Fix up tests in ssl dirAndrew Parker4-15/+15
2013-12-06(#23369) Handle invalid CSR attribute contentsJosh Cooper1-1/+1
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-19Merge pull request #2093 from hlindberg/feature/issue-23116-allow_certificate...Andrew Parker1-6/+49
2013-11-20(#23116) Make SSL Validator API more explicitHenrik Lindberg1-2/+2
2013-11-19(#23201) Expose custom extensions in the certificateJosh Partlow1-18/+31
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-19(#23200) Whitelist puppet extension requestsAdrien Thebo1-0/+34
2013-11-19(#23200) allow certificate factory to add custom extsAdrien Thebo1-0/+18
2013-11-19(#23200) Add method for checking if one OID contains anotherAdrien Thebo1-0/+25
2013-11-19(#23116) Provide pluggable SSL verificationAndrew Parker1-4/+47
2013-11-18Merge pull request #2085 from adrienthebo/feature/puppet-custom-oidsJosh Partlow1-0/+23
2013-11-18Define Puppet cert attribute OIDsAdrien Thebo1-0/+23
2013-11-18(#7244) Fix up tests after refactors of the Autosign systemJosh Partlow1-30/+42
2013-11-18(#7244) Consolidate autosign settingJosh Partlow2-56/+30
2013-11-15(#7243) Allow CSRs to accept a set of custom attributesAdrien Thebo3-20/+113
2013-11-14(#7244) Fix test for non-zero-or-1 exit statusKylo Ginsberg1-5/+2
2013-11-11(maint) stub $CHILD_STATUS for autosign_command specsAdrien Thebo1-0/+2
2013-11-11(#7244) Add autosign_command for programmatic CSR autosigningAdrien Thebo2-37/+133
2013-11-08(#19447) Puppet::FileSystem::File.exist?Ethan J. Brown3-9/+9
2013-11-05(#23074) Remove overly stubbed testsHenrik Lindberg2-33/+0
2013-10-29(Maint) Update test to use proper classAndrew Parker1-2/+4
2013-10-29(Maint) Move write and writesub to SettingAndrew Parker2-22/+12
2013-10-29(#693) Update spec tests for change implAndrew Parker2-113/+38
2013-10-08(maint) Rename validate_as_json to be specificPatrick Carlisle1-3/+3
2013-10-08(#22807) Document certificate_status endpointPatrick Carlisle1-8/+34
2013-07-18Merge pull request #1774 from jpartlow/issue/master/6112-generate-specsAndrew Parker1-26/+113
2013-07-17(#6112) Memory indirector for cert generate specsJosh Partlow1-26/+113