summaryrefslogtreecommitdiff
path: root/certs/test/unit/client_certificate_test.rb
AgeCommit message (Collapse)Author
2014-04-10move certs into toplevelAzul
cleaned up all the engine stuff that was never really used. Afterwards there is not that much left that makes it into the toplevel.
2013-03-06certs - changed the logic of free/paid certs to be limited/unlimited.elijah
2013-02-27change free cert postfix to be a prefix (this is required for how openvpn ↵elijah
does common name matching)
2013-02-25enable free certs with a common name postfixAzul
2013-02-05certs -- added failing test that detects problem with certificate generation ↵elijah
and out of order issuer field.
2013-01-26no need to store the cert anymore - just new initialize and send itAzul
2013-01-26adopting tests to the way certs work now. should pass.Azul
* We now generate cert and key on validate. * we don't expect the controller to pick from the pool anymore - just create instead
2013-01-26removing the leap_ca namespacing from certsAzul