l10n: Update translation catalogues
[libisds.git] / NEWS
blobb66f7a9fb3de2c1edc9f5bbc29ed96acaf2a768d
1 Version 0.10.7
2 ==============
4 • This release adds new enum values to accomodate to changes in specification
5 published on 2017-03-05 and to changes in not yet released specification
6 update. Applications built against old library should be able to run against
7 the new library. Applications built against the new library must be run
8 against the new library.
10 • isds_UserType enum type has new USERTYPE_RECEIVER and USERTYPE_GUARDIAN
11 values.
13 • isds_DbType enum type has new DBTYPE_PFO_AUDITOR, DBTYPE_OVM_FO,
14 DBTYPE_OVM_PFO, and DBTYPE_OVM_PO values.
16 Version 0.10.6
17 ==============
19 • This release is fully compatible with the previous one.
21 • Compatibility with OpenSSL 1.1.0 was added.
23 Version 0.10.5
24 ==============
26 • This release is fully compatible with the previous one.
28 • isds_DbState enumeration type recognizes box state 6 as
29 DBSTATE_TEMP_UNACCESSIBLE_LAW. Although latest specification from 2016-04-10
30 declares all web services return value 2 instead of 6, it was reported the
31 value 6 was seen in the wild.
33 Version 0.10.4
34 ==============
36 • This release is fully compatible with the previous one.
38 • If a new message was sent, publishing recipient identity controlled by
39 dmPublishOwnID member of the isds_envelope structure was not respected. This
40 bug is fixed now.
42 • A compile time warning in on-line tests was fixed.
44 Version 0.10.3
45 ==============
47 • This release is fully compatible with the previous one.
49 • Dollar characters controlling argument orderding were removed from
50 printf-like formatting strings. They are not supported in mingw toolchain and
51 caused one-time password authentication failures on Windows platform.
53 • Logging binary blobs on debug level could read unitialized memory on
54 platforms where size_t type is not compatible with int type. This is fixed
55 now.
57 • An indentation warning reported by GCC 6 was fixed.
59 Version 0.10.2
60 ==============
62 • This release is fully compatible with previous one. There are only minimal
63 changes allowing to build without libcurl.
65 • Compilation failed if libcurl support was disabled. This is fixed now.
67 Version 0.10.1
68 ==============
70 • This release is fully compatible with previous one. There are no changes in
71 the code. Only tests were updated.
73 • Pregenerated certificates used for tests expired causing a test unit to
74 fail. This release updates the certificates.
76 Version 0.10
77 ============
79 • A new ISDSSearch2 service was implemented by an isds_find_box_by_fulltext()
80 function.
82 • The OpenSSL library can be used instead of the default GPGme library by
83 specifying --enable-openssl-backend option to the configure script.
85 • When parsing ISO 8601 date-time strings from a server response, microsecond
86 fractions are properly rounded (half up) now.
88 • An use-after-free bug in parsing SOAP response has been fixed.
90 • Handling su_seconds_t type used in the timeval structure was corrected to
91 enable flawless compilation with Mac OS X standard library.
93 • Various signedness mismataches which could lead to an undefined behaviour
94 were fixed.
96 • A work-around for accessing the strdup(3) function in Mac OS X standard
97 library was applied.
99 Version 0.9
100 ===========
102 • New functions isds_PersonName_free(), isds_BirthInfo_free(), and
103 isds_Address_free() have been added. Applications can use them for deallocating
104 isds_PersonName, isds_BirthInfo, and isds_Address structures.
106 • A memory leak in isds_DbOwnerInfo_free() has been fixed.
108 • A new glibc feature-macro _DEFAULT_SOURCE is used to silent warnings about
109 deprecated _SVID_SOURCE and _BSD_SOURCE macros. This is will be needed since
110 glibc-2.20 although current manual pages do not document this change.
112 • `template' identifier has been renamed in header files not to clash with C++
113 keywords.
115 • Global variable definitions have been moved from a private header file into
116 compilation units to satisfy strict OS X linker.
118 • This release is binary compatible with previous version 0.8. However
119 applications built against 0.9 are not guaranteed to work with 0.8.
121 • Documentation for GetDataBoxList SOAP service has been updated to align with
122 specification released on 2014-01-14.
124 • Internal test suite encountered many improvements (more return value checks,
125 NULL pointer dereference and memory leaks fixes, closing sockets fixed, some
126 code was simplified).
128 Version 0.8
129 ===========
131 • New ISDS service DataBoxCreditInfo has been implemented as
132 isds_get_commercial_credit(). This allows to retrieve current credit amount
133 available to the box owner for commercial activities like sending commercial
134 messages or using long term storage. It also allows to obtain recent history
135 of credit changes.
137 • Preliminary support for building with MinGW tool-chain has been added. Not
138 all tests have been ported yet.
140 • The MIME type normalization is case insensitive now.
142 • Status codes 1007 and 2011 of CheckDataBox ISDS service, bad box ID, are
143 recognized now and reported to the application as IE_INVAL.
145 • This release is binary compatible with previous version 0.7. However
146 applications built against 0.8 are not guaranteed to work with 0.7.
148 • The build system, autotools and gettext scripts namely, has been updated.
150 • NULL pointer dereference while parsing second and next permissions for
151 sending commercial messages has been fixed in the
152 isds_get_commercial_permissions() function.
154 • Bad arguments handling at isds_get_message_sender() function that could lead
155 to crash has been fixed.
157 Version 0.7
158 ===========
160 • New ISDS service Re-signISDSDocument has been implemented as
161 isds_resign_message() function. This can be used for adding time stamp to
162 already signed message or delivery details that had been produced without the
163 time stamp.
165 • TLS errors from cURL library are reported as IE_SECURITY to libisds
166 applications now. This is new isds_error value and it denotes any security
167 problem leading to abort of requested operation.
169 • This release is ABI-compatible with previous version 0.6. However
170 applications built against 0.7 are not guaranteed to work with 0.6.
172 • Internal test suite checks TLS authentication. GnuTLS is needed for
173 building tests now.
175 • Parsing dmRecipientOrgUnitNum value from message envelope has been fixed.
177 • A memory leak when using XPath has been fixed.
179 Version 0.6.2
180 =============
182 • Building tests out of source tree has been fixed.
184 Version 0.6.1
185 =============
187 • Missing test/simline/server_types.h files has been added into distribution
188 to fix test suite compilation.
190 Version 0.6
191 ===========
193 • ABI changed due to changes in specification. Some functions got additional
194 parameters or return codes.
196 • One-time password (OTP) authentication implemented. There is a new argument
197 at isds_login() and isds_change_password() functions of type struct isds_otp*.
198 Pass NULL if do not request OTP authentication.  The structure is used to
199 select OTP method (HMAC- or time-based code), to pass the OTP code (use NULL
200 to ask server for new time-based code), and to retrieve fine state of OTP
201 authentication. The functions can return IE_PARTIAL_SUCCESS if time-based
202 method is selected and server sent the new OTP code successfully.
203 OTP-authenticated context resides on URL different from others (use NULL or
204 isds_otp_locator for official instance or isds_otp_testing_locator for testing
205 instance). You can try client/login tool to check OTP-authenticated log-in.
206 You can use client/hotp_generator tool to generate series of HMAC-based OTP
207 codes (requires Perl Authen::OATH module).  There is a bug in cURL < 7.28.0
208 preventing from correct re-authentication. If you have unpatched cURL,
209 configure libisds with `--enable-curlreauthorizationbug' option. (See INSTALL
210 for more details.)
212 • isds_change_password() has additional argument to retrieve reference number
213 of the request assigned by the server. Pass NULL if you do not care.
215 • Internal tests check log-in procedure against simulated ISDS server. You can
216 run the simulated server as standalone executable in test/simline/server_cli
217 to check another clients. The server implements besides authentication
218 DummyRequest, services for changing passwords and EraseMessage.
220 • New DeleteDataBoxPromptly service implemented as isds_delete_box_promptly().
221 (This service is not documented in the specification).
223 • New PDZInfo service implemented as isds_get_commercial_permissions(). This
224 service enables application to know whether it can send commercial messages,
225 which subtypes of commercial messages can send (there are differences on
226 payment type), and to retrieve tokens for sending such messages.
228 • New service EraseMessage implemented as isds_delete_message_from_storage().
229 This function can be used to delete messages stored in long term storage (also
230 known as safe previously). Only messages in the long term storage can be
231 explicitly deleted.
233 • New user types USERTYPE_LIQUIDATOR (company liquidator) and
234 USERTYPE_OFFICIAL_CERT (undocumented in specification) added.
236 • Return value of isds_normalize_mime_type() is pointer to constant string now
237 to discourage application from fiddling with the value.
239 • Autoconf m4 macros have been updated (curl-7.26.0, gettext-0.18.1.1,
240 gpgme-1.3.1, libgcrypt-1.5.0, libtool-2.4.2, libxml2-2.8.0).
242 Version 0.5
243 ===========
245 • ABI changed due to changes in specification. API is preserved. Please
246 recompile your applications.
248 • This release has not been tested on real system because devoloper has not
249 obtained new testing account yet. But he believes library works. Testers are
250 welcome.
252 • Delivery events 5, 10, 11, 12, and 13 are recognized now.
254 • GetMessageAuthor service implemented as get_message_sender() function.
256 • New isds_envelope member `dmPublishOwnID' added. It allows sender to reveal
257 his natural name to recipient on sending a message.
259 • isds_GetDataBoxUsers() can return empty list of users now.
261 • New document types recognised. MIME types of Software602 forms have been
262 changed to reflect IANA registry.
264 • Credential for testing account removed from documentation and code. Owner of
265 ISDS removed all testing accounts, testers must request for new account and
266 must agree with new rules including keeping credentials in secret and
267 non-disclosuring found bugs in ISDS. Example clients and on-line tests read
268 credentials from environment and central file in build root direcotory. See
269 README for more details.
271 • Errors from libxml2 parser are captured by libisds log system as ILF_XML
272 facility and at ILL_ERROR level. Application can get them by standard library
273 interface.
275 • Library can be compiled without support for network operation by passing
276 `--without-libcurl' option to configure script. All functions dependent on
277 network remain available and will return IE_NOTSUP return code.
279 • Dead variables removed to pass compilation by GCC 4.6 in strict mode.
281 • Prepare test environment to pass without ~/.gnupg directory. Packagers can
282 remove the hack from their packages now.
284 Version 0.4
285 ===========
287 • This version breaks ABI because of ISDS specification change. Please adapt
288 your application where affected functions are called.
290 • ABI change: isds_get_password_expiration() will return NULL if password never
291 expires. Adjust your application to cope with NULL pointer on IE_SUCCESS.
293 • ABI change: isds_add_box() has new credentials_delivery parameter to request
294 for on-line credentials delivery and to receive token for that.
296 • ABI change: isds_add_user() has new credentials_delivery parameter to
297 request for on-line credentials delivery and to receive token for that.
299 • ABI change: isds_reset_password() has different arguments to request for
300 on-line credentials delivery and to receive token for that.
302 • ABI change: deprecated functions isds_set_tls() and
303 isds_set_mime_type_normalization() removed. Use isds_set_opt() instead.
305 • SOAP Fault error message is passed to application via isds_long_message().
307 • New function isds_get_list_of_sent_message_state_changes() implements
308 GetMessageStateChanges service. It returns list of message status changes in
309 requested time interval.
311 • New function isds_get_box_list_archive() implements GetDataBoxList service.
312 It returns ZIP archive with comma separate list of boxes. Different types of
313 lists can be requested. Only type `UPG' is available to public.
315 • New function isds_activate() implements Activate service.
317 • New delivery state EV0 is recognized as EVENT_ENTERED_SYSTEM isds_event_type.
319 • `tsr' document name suffix is recognized as time stamp file type.
321 • New function isds_pki_credentials_free() to deallocate isds_pki_credentials
322 structure.
324 • ISO time string parser fixed (negative or no time zone offset).
326 • All tests can run in parallel now.
328 • Lot of internal tests added. Funny color output now.
330 Version 0.3.1
331 =============
333 • Add `server' directory to distribution tar balls because example messages
334 are needed for some tests.
336 Version 0.3
337 ===========
339 • This library breaks API because of new features and changes in ISDS.
341 • This library version covers complete ISDS specification as released on
342 2010-05-23.
344 • Support for XML documents added. Use isds_document.is_xml to distinguish
345 between binary and XML document types. Because XML node list
346 (isds_document.xml_node_list) is used to describe XML document, your
347 application must link to libxml2 library too since now. Please note this
348 feature has not been heavily tested and that the interface is a little tricky
349 (regarding memory allocation). See client/sendxmldoc.c and
350 client/loadsentmessagewithxmldocuments.c examples for hints how to use it.
352 • Box creation (isds_add_box()) supports requesting for token. This
353 functionality is not covered by specification as it's not implemented on
354 server side yet.
356 • Message authenticity verification through new web service
357 AuthenticateMessage (isds_authenticate_message()) is supported. This function
358 sends a signed message encapsulated in CMS to ISDS where the system resolves
359 originality of the message.
361 • isds_envelope->dmType is input/output now. The one letter value is
362 transferred while sending new message. However ISDS ignores this option as
363 semantic is not defined yet.
365 • isds_envelope->timestamp is optional now. Some ISDS services can return
366 message without time stamp as can do not exist yet.
368 • Cookie-tracked session authentication changed to stateless. That means
369 password is transmitted to server on each request. Password is cached by
370 libcurl library until connection gets closed. Also different server locators
371 for non-certificate and certificate client authentication emerged. Old log-in
372 method will be canceled on 2010-07-01. Old libisds versions become useless.
373 Upgrade is strongly recommended.
375 • Static and out-of-source directory compilation is supported now.
377 • New function isds_normalize_mime_type(): translates file name extension to
378 MIME type (because official ISDS client is broken). This can be globally
379 enabled by isds_set_opt().
381 • Context parameters can be set by isds_set_opt(): TLS options (isds_set_tls()
382 is deprecated now), MIME type normalization (new: mangle document MIME type
383 in incoming messages into more reasonable values).
385 • Deprecated functions removed: isds_load_received_message(),
386 isds_log_signed_message().
388 • isds_DbUserInfo.caState added (country of contact address).
390 • isds_get_delivery_info() fixed to produce standard raw representation of
391 delivery details that can be loaded by isds_load_delivery() back.
393 • New function guess_raw_type(): detects type of supported message and
394 delivery details formats. Detected format can be supplied to
395 isds_load_message(). This way, application can automagically load and parse
396 any supported format.
398 • libcurl debug messages are caught by libisds and redirected to library
399 logger (ILF_HTTP facility).
401 Version 0.2.1
402 =============
404 • Libs value in libisds.pc pkg-config module fixed.
406 Version 0.2
407 ===========
409 • X.509 client certificate authentication is supported (but not tested yet).
410 Underlying HTTPS cURL library supports OpenSSL, GnuTLS and NSS cryptographic
411 back ends currently.
413 Current legislation requires to use cryptographic module with unexportable
414 private key. I've tested ASEKey produced by Athena Smartcard Solution
415 with OpenSSL back end successfully (a patch for curl-7.20.0 is required).
417 Example code client/certauth.c and server/tls/peer server and CA, server and
418 client cryptographic material are bundled. 
420 • Application can pass CRL PEM file to cryptographic library.
422 • Library offers pkg-config integration. Application build scripts can check
423 `libisds' pkg-config module and use PKG_CHECK_MODULES() m4 macro.
425 • Application can get dynamic string describing library version and its
426 dependencies at run-time (isds_version()).
428 • API changed and is not backward compatible. Please adjust and recompile your
429 applications.
431 • Library tests have been splitted to off-line (--enable-test) and on-line
432 (--enable-online-test) tests. On-line tests can not be compiled without
433 off-line tests. All tests are switched off by default.
435 • Server base URL for isds_login() does not contain path anymore. Application
436 must supply schema and hostname only (e.g. https://localhost/). Undefined base
437 URL will be interpreted as official ISDS locator.
439 • Base URLs of official ISDS server (isds_locator) and testing ISDS server
440 (isds_testing_locator) are provided by library. Application can offer them as
441 default choices to the user.
443 • Documents can be submitted for authorize conversion into Czech POINT system
444 (czp_convert_document(), requires specific isds_ctx).
446 • Application can catch all global log messages and redirect them wherever it
447 needs.
449 Version 0.1
450 ===========
452 • This is first public release. Whole ISDS 2010-01-22 specification is covered
453 except: XML documents, X.509 authentication