1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
* Test Re-signISDSDocument service
Testing instance seems refusing any input as not-a-message
* Implement news from 2012-07-29
Add access interface log-in method as specified in 6th appendix
* Support RMD160 hash algorithm as requested by 212/2012 Coll.
* Parse system message XML documents describing what has happend
* Implement news defined from 2011-06-19 specification:
Convenience wrappers for publishing and ceasing government journals
* Implement news from 2011-10-16
NumOfMessages
* Provide a mapping from country codes to full English names (to allow
binding to Debian ISO 3166 catalogues)
* Asynchronous interface
Grep for (reentrant|thread) comments
* Multithreaded interface
Grep for (reentrant|thread) comments
* Improve isds_*message() system
Allow formatted message appending, preserve deep messages
* Make function tests
Cover all functions
* Generate certificates for tests to make sure they have not expired
* Test X.509 authentication using hardware engine
* Write high level documentation
ISDS overview
Gather comments from header files
Write manual page(s)
* I18N
Solve UTF-8 vs. locale-encoded logging schism
* Find a way how to request for a box creation
* Test message is system generated
* Make high logic checks optional
* Validate XML trees (optional)
* Distinguish processing errors by different isds_error values instead of
generic IE_ERROR
Invalid input from application (IE_INVAL?)
Library error on processing application data
Library error on processing server data
Server error
|