Add memset.c, an AC_LIBOBJ.
[libidn.git] / ANNOUNCE
blobe93d11cf1d51c4e9f9a2dd6aa1ec8690527e8be1
1 Libstringprep is an implementation of the Stringprep specification
2 used by the Internationalized Domain Names IETF working group to
3 implement internationalized domain names.  It is licensed under the
4 GNU Lesser General Public License.
6 The library implements Unicode 3.2 NFKC normalization, mapping
7 characters in strings according to Stringprep, and the Bidirectional
8 Character handling steps of Stringprep.  The simple API consists of
9 two main functions, one for converting data from the system's native
10 representation into UTF-8, and one function to perform the Stringprep
11 processing.
13 The library contains the Nameprep and Kerberos 5 stringprep profiles,
14 but adding a new Stringprep profile is straightforward.  The library
15 is currently used by forthcoming SASL and Kerberos libraries to
16 process user names and passwords before they are input to
17 cryptographic operations.  No domain name related application use it.
19 The library has been tested on several different Unix systems
20 (including Linux, Solaris, IRIX, AIX, and Tru64).  It was designed to
21 be ported easily to Windows as well.
23 The project page of the library is available at:
24 http://www.josefsson.org/libstringprep/
26 For more information see:
27 http://www.ietf.org/html.charters/idn-charter.html
28 http://www.ietf.org/internet-drafts/draft-hoffman-stringprep-07.txt
29 http://www.i-d-n.net/