Indent.
[shishi.git] / ANNOUNCE
blob1d9a3b409c26b566994baa7457c368a85a9702f6
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 RFC 1510(bis)
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 RFC 1510.  Shishi contains a
11 command line utility ('shishi') that is used by users to interface
12 with the library, to acquire and manage tickets (and more).  Included
13 are also a TELNET client and server (based on GNU InetUtils) for
14 remote network login, and a PAM module for host security.  A
15 rudimentary key distribution center (KDC) daemon is included.  Of
16 course, a manual documenting user aspects as well as the programming
17 API is included.
19 Shishi currently supports AS/TGS exchanges for acquiring tickets, the
20 AP exchange for performing client and server authentication, and SAFE
21 for integrity protected application data exchanges.  Shishi is
22 internationalized; error and status messages can be translated into
23 the users' language; user name and passwords can be converted into any
24 available character set (normally including ISO-8859-1 and UTF-8) and
25 also be processed using an experimental Stringprep profile.  The
26 des-cbc-md4, des-cbc-md5, des3-cbc-sha1-kd, aes128-cts-hmac-sha1-96,
27 and aes256-cts-hmac-sha1-96 encryption types, and the rsa-md4-des,
28 rsa-md5-des, hmac-sha1-des3-kd, hmac-sha1-96-aes128,
29 hmac-sha1-96-aes256 checksum types are supported.
31 Shishi is developed for the GNU/Linux system, but runs on over 20
32 platforms including most major Unix platforms and Windows.
34 Shishi is free software licensed under the GNU Public License.
36 The project web page:
37 http://josefsson.org/shishi/
39 For more information see:
40 http://www.ietf.org/rfc/rfc1510.txt
41 http://www.ietf.org/html.charters/krb-wg-charter.html
42 http://web.mit.edu/kerberos/www/
43 http://www.cmf.nrl.navy.mil/CCS/people/kenh/kerberos-faq.html
45 Further information including paid contract development:
46 Simon Josefsson <simon@josefsson.org>
48 ----------------------------------------------------------------------
49 Copying and distribution of this file, with or without modification,
50 are permitted in any medium without royalty provided the copyright
51 notice and this notice are preserved.