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