RT notifier: parse templates without header correctly
[openxpki.git] / www.openxpki.org / trunk / src / htdocs / news / roadmap.html
blobe019fabe70e07ce2eb382a585fd05182c99f1eee
1 <%attr>
2 title => 'Roadmap and ToDo'
3 </%attr>
5 <h2>Roadmap</h2>
6 <p>
7 Please notice that this is an Open source project -
8 so quality first.
9 </p>
10 <dl>
11 <dt>2006-Q2</dt>
12 <dd>First Beta Release</dd>
13 <dt>2006-Q3</dt>
14 <dd>First Release with minimum functionality</dd>
15 </dl>
16 <p>
17 These are the milestones which are already reached:
18 </p>
19 <dl>
20 <dt>2006-Apr</dt>
21 <dd>Deployment tool available</dd>
22 <dd>CLI framework ready</dd>
23 <dd>New performance neutral debugging technology integrated</dd>
24 <dt>2006-Mar</dt>
25 <dd>CA rollover usable</dd>
26 <dd>User interface split into three layers -
27 transport, serialization and the service itself</dd>
28 <dt>2006-Feb</dt>
29 <dd>First version of the cryptographic backend available</dd>
30 <dd>Workflow engine integrated</dd>
31 <dd>Authentication and ACL completed</dd>
32 <dt>2006-Jan</dt>
33 <dd>Development framework finalized</dd>
34 <dt>2005-Dec</dt>
35 <dd>Published Architecture Whitepaper</dd>
36 </dl>
38 <h2>Current actions/ToDo</h2>
39 <p>
40 The roadmap is only a very rough description of the
41 next steps. Here you can find more detailed informations
42 what's actually going on.
43 </p>
44 <ul>
45 <li>Integration of a software engine with new configuration
46 options - engine_usage and key_store (Julia)</li>
47 <li>Rewrite the OpenSSL shell usage and move it towards
48 a normal CLI usage - use OpenSSL's engine section (Michael)</li>
49 <li>System bootstrap workflows (database init etc.) (Martin Bartosch)</li>
50 <li>Basic PKI workflows (request, issuance, CRL issuance) (Martin Bartosch)</li>
51 <li>Shibboleth support</li>
52 <li>Command line client (Martin Bartosch)</li>
53 <li>Web Interface: Mason (Martin Bartosch)</li>
54 <li>SCEP Interface (Martin Bartosch)</li>
55 </ul>
57 <h2>Wishlist/Sometimes maybe</h2>
58 <p>
59 These topics might be addressed in the future.
60 </p>
61 <ul>
62 <li>Native XS implementation of Certificate Issuance (instead of
63 using the OpenSSL command line interface).</li>
64 <li>Workflow configuration history (pending workflow instances
65 remember the configuration that was active when the WF instance was
66 created).</li>
67 <li>Cron-like time based event trigger (either integrated in the server or triggered by the CLI client)</li>
68 <li>Packaging for various Unix platforms</li>
69 </ul>