| Line | |
|---|
| 1 |
Flow TODO |
|---|
| 2 |
========= |
|---|
| 3 |
|
|---|
| 4 |
List of things that remain to be done for 1.0 and future milestones. |
|---|
| 5 |
|
|---|
| 6 |
Version 1.0 |
|---|
| 7 |
----------- |
|---|
| 8 |
|
|---|
| 9 |
- Implement UDP connector and convenience bin. This depends on the |
|---|
| 10 |
name-looker-upper above to be able to lookup and set the remote IP |
|---|
| 11 |
service between packets. |
|---|
| 12 |
|
|---|
| 13 |
- Hide flow_strerror (). |
|---|
| 14 |
|
|---|
| 15 |
- Add certificate and crypto options handling to FlowTlsProtocol. Need to |
|---|
| 16 |
figure out what people commonly use. Cert Import/export formats are |
|---|
| 17 |
important, but don't go overboard. If there's an on-disk standard format |
|---|
| 18 |
that can be handled directly by GnuTLS, that's perfect. |
|---|
| 19 |
|
|---|
| 20 |
- Make FlowTlsProtocol generate server key in a worker thread, avoiding |
|---|
| 21 |
blocking on CPU (usually 2 seconds on startup). |
|---|
| 22 |
|
|---|
| 23 |
- Port the generic Unix code to FreeBSD, Darwin and Win32. |
|---|
| 24 |
|
|---|
| 25 |
Future |
|---|
| 26 |
------ |
|---|