Openssl tests rely on expired certificate
Bug #1068851 reported by
Adam Young
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Fix Released
|
High
|
Guang Yee | ||
Folsom |
Fix Released
|
High
|
Gerardo Porras | ||
keystone (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Quantal |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
We are seeing unit test failures. Checking the certs in
keystone/
[ayoung@ayoung530 certs]$ openssl verify -CAfile ca.pem middleware.pem
middleware.pem: C = US, ST = CA, O = Openstack, OU = Middleware, CN = localhost, emailAddress = <email address hidden>
error 10 at 0 depth lookup:certificate has expired
OK
Related branches
lp://staging/~gandelman-a/ubuntu/quantal/keystone/2012.2.1
- Openstack Ubuntu Testers: Pending requested
-
Diff: 60 lines (+37/-2)1 file modifieddebian/changelog (+37/-2)
Changed in keystone: | |
status: | New → Triaged |
importance: | Undecided → High |
assignee: | nobody → Adam Young (ayoung) |
Changed in keystone: | |
milestone: | none → grizzly-1 |
Changed in keystone: | |
status: | Fix Committed → Fix Released |
Changed in keystone (Ubuntu): | |
status: | New → Fix Released |
Changed in keystone (Ubuntu Quantal): | |
status: | New → Confirmed |
tags: | removed: in-stable-folsom |
Changed in keystone: | |
milestone: | grizzly-1 → 2013.1 |
To post a comment you must log in.
under tests/signing we have a makefile for updating the certificates for the PKI tokens unit tests. We can extend that to generate the certificates for SSL as well. Probably should move the "signing" subdirectory to "pki" or something to indicate Crypto.