Doc fix.
[shishi.git] / ANNOUNCE
blob6a7664f79a7b4a0f8dec24131c9adc207350b4fd
1 Shishi ANNOUNCE -- Overview to attract interest.
2 Copyright (C) 2002, 2003 Simon Josefsson
3 See the end for copying conditions.
5 Shishi is a (still incomplete) implementation of the Kerberos 5
6 network authentication system.  Shishi can be used to authenticate
7 users in distributed systems.
9 Shishi contains a library ('libshishi') that can be used by
10 application developers to add support for Kerberos 5.  Shishi contains
11 a command line utility ('shishi') that is used by users to acquire and
12 manage tickets (and more).  The server side, a Key Distribution
13 Center, is implemented by 'shishid'.  Of course, a manual documenting
14 usage aspects as well as the programming API is included.
16 Shishi currently supports AS/TGS exchanges for acquiring tickets, the
17 AP exchange for performing client and server authentication, and SAFE
18 for integrity protected application data exchanges.  Shishi is
19 internationalized; error and status messages can be translated into
20 the users' language; user name and passwords can be converted into any
21 available character set (normally including ISO-8859-1 and UTF-8) and
22 also be processed using an experimental Stringprep profile.  The
23 des-cbc-md4, des-cbc-md5, des3-cbc-sha1-kd, aes128-cts-hmac-sha1-96,
24 and aes256-cts-hmac-sha1-96 encryption types, and the rsa-md4-des,
25 rsa-md5-des, hmac-sha1-des3-kd, hmac-sha1-96-aes128,
26 hmac-sha1-96-aes256 checksum types are supported.
28 Shishi is developed for the GNU/Linux system, but runs on over 20
29 platforms including most major Unix platforms and Windows, and many
30 kind of devices including iPAQ handhelds and S/390 mainframes.
32 Shishi is free software licensed under the GNU General Public License.
34 The project web page:
35 http://www.gnu.org/software/shishi/
37 For more information see:
38 http://www.ietf.org/rfc/rfc1510.txt
39 http://www.ietf.org/html.charters/krb-wg-charter.html
40 http://web.mit.edu/kerberos/www/
41 http://www.cmf.nrl.navy.mil/CCS/people/kenh/kerberos-faq.html
43 Further information including paid contract development:
44 Simon Josefsson <simon@josefsson.org>
46 ----------------------------------------------------------------------
47 Copying and distribution of this file, with or without modification,
48 are permitted in any medium without royalty provided the copyright
49 notice and this notice are preserved.