Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | extract: Fix regression in --purpose option | Stef Walter | 2013-03-08 | 1 | -0/+50 |
| | | | | | | | | The --purpose option would only match certificates that had no purposes marked on them. Fix it so that it correctly matches certificates with the given purpose. https://bugs.freedesktop.org/show_bug.cgi?id=62009 | ||||
* | Initialize modules correctly in tests | Stef Walter | 2013-03-03 | 1 | -0/+2 |
| | | | | This fixes hangs when running tests on windows | ||||
* | Implement basic extract support | Stef Walter | 2013-02-05 | 1 | -0/+301 |
* The only formats supported are x509-file and x509-directory Allow tool to build without extract |