doc: Document access to deleted messages
[libisds.git] / NEWS
blob619a37a59ff06cc760fe45bf30a2d741a76103f0
1 Version 0.2.1
2 =============
4 • Libs value in libisds.pc pkg-config module fixed.
6 Version 0.2
7 ===========
9 • X.509 client certificate authentication is supported (but not tested yet).
10 Underlying HTTPS cURL library supports OpenSSL, GnuTLS and NSS cryptographic
11 back ends currently.
13 Current legislation requires to use cryptographic module with unexportable
14 private key. I've tested ASEKey produced by Athena Smartcard Solution
15 with OpenSSL back end successfully (a patch for curl-7.20.0 is required).
17 Example code client/certauth.c and server/tls/peer server and CA, server and
18 client cryptographic material are bundled. 
20 • Application can pass CRL PEM file to cryptographic library.
22 • Library offers pkg-config integration. Application build scripts can check
23 `libisds' pkg-config module and use PKG_CHECK_MODULES() m4 macro.
25 • Application can get dynamic string describing library version and its
26 dependencies at run-time (isds_version()).
28 • API changed and is not backward compatible. Please adjust and recompile your
29 applications.
31 • Library tests have been splitted to off-line (--enable-test) and on-line
32 (--enable-online-test) tests. On-line tests can not be compiled without
33 off-line tests. All tests are switched off by default.
35 • Server base URL for isds_login() does not contain path anymore. Application
36 must supply schema and hostname only (e.g. https://localhost/). Undefined base
37 URL will be interpreted as official ISDS locator.
39 • Base URLs of official ISDS server (isds_locator) and testing ISDS server
40 (isds_testing_locator) are provided by library. Application can offer them as
41 default choices to the user.
43 • Documents can be submitted for authorize conversion into Czech POINT system
44 (czp_convert_document(), requires specific isds_ctx).
46 • Application can catch all global log messages and redirect them wherever it
47 needs.
49 Version 0.1
50 ===========
52 • This is first public release. Whole ISDS 2010-01-22 specification is covered
53 except: XML documents, X.509 authentication