xref: /netbsd-src/crypto/external/bsd/heimdal/dist/doc/ack.texi (revision d3273b5b76f5afaafe308cead5511dbb8df8c5e9)
1@node  Acknowledgments, Copyrights and Licenses, Migration, Top
2@c $NetBSD: ack.texi,v 1.2 2017/01/28 21:31:44 christos Exp $
3@comment  node-name,  next,  previous,  up
4@appendix Acknowledgments
5
6Eric Young wrote ``libdes''. Heimdal used to use libdes, without it
7kth-krb would never have existed. Since there are no longer any Eric
8Young code left in the library, we renamed it to libhcrypto.
9
10All functions in libhcrypto have been re-implemented or used available
11public domain code. The core AES function where written by Vincent
12Rijmen, Antoon Bosselaers and Paulo Barreto.  The core DES SBOX
13transformation was written by Richard Outerbridge. @code{imath} that
14is used for public key crypto support is written by Michael
15J. Fromberger.
16
17The University of California at Berkeley initially wrote @code{telnet},
18and @code{telnetd}.  The authentication and encryption code of
19@code{telnet} and @code{telnetd} was added by David Borman (then of Cray
20Research, Inc).  The encryption code was removed when this was exported
21and then added back by Juha Eskelinen.
22
23The @code{popper} was also a Berkeley program initially.
24
25Some of the functions in @file{libroken} also come from Berkeley by way
26of NetBSD/FreeBSD.
27
28@code{editline} was written by Simmule Turner and Rich Salz. Heimdal
29contains a modifed copy.
30
31The @code{getifaddrs} implementation for Linux was written by Hideaki
32YOSHIFUJI for the Usagi project.
33
34The @code{pkcs11.h} headerfile was written by the Scute project.
35
36Bugfixes, documentation, encouragement, and code has been contributed by:
37@table @asis
38@item Alexander Boström
39@item Allan McRae
40@item Andrew Bartlett
41@item Andrew Cobaugh
42@item Andrew Tridge
43@item Anton Lundin
44@item Asanka Herath
45@item Björn Grönvall
46@item Björn Sandell
47@item Björn Schlögl
48@item Brandon S. Allbery KF8NH
49@item Brian A May
50@item Buck Huppmann
51@item Cacdric Schieli
52@item Chaskiel M Grundman
53@item Christos Zoulas
54@item Cizzi Storm
55@item Daniel Kouril
56@item David Love
57@item David Markey
58@item David R Boldt
59@item Derrick J Brashear
60@item Donald Norwood
61@item Douglas E Engert
62@item Frank van der Linden
63@item Gabor Gombas
64@item Guido Günther
65@item Guillaume Rousse
66@item Harald Barth
67@item Ingo Schwarze
68@item Jacques A. Vidrine
69@item Jaideep Padhye
70@item Jan Rekorajski
71@item Jason McIntyre
72@item Jeffrey Altman
73@item Jelmer Vernooij
74@item Joerg Pulz
75@item Johan Danielsson
76@item Johan Gadsjö
77@item Johan Ihrén
78@item John Center
79@item Julian Ospald
80@item Jun-ichiro itojun Hagino
81@item KAMADA Ken'ichi
82@item Kamen Mazdrashki
83@item Karolin Seeger
84@item Ken Hornstein
85@item Love Hörnquist Åstrand
86@item Luke Howard
87@item Magnus Ahltorp
88@item Magnus Holmberg
89@item Marc Horowitz
90@item Mario Strasser
91@item Mark Eichin
92@item Martin von Gagern
93@item Matthias Dieter Wallnöfer
94@item Matthieu Patou
95@item Mattias Amnefelt
96@item Michael B Allen
97@item Michael Fromberger
98@item Michal Vocu
99@item Milosz Kmieciak
100@item Miroslav Ruda
101@item Mustafa A. Hashmi
102@item Nicolas Williams
103@item Patrik Lundin
104@item Petr Holub
105@item Phil Fisher
106@item Rafal Malinowski
107@item Ragnar Sundblad
108@item Rainer Toebbicke
109@item Richard Nyberg
110@item Roland C. Dowdeswell
111@item Roman Divacky
112@item Russ Allbery
113@item Sho Hosoda, 細田 将
114@item Simon Wilkinson
115@item Stefan Metzmacher
116@item Ted Percival
117@item Timothy Pearson
118@item Tom Payerle
119@item Victor Guerra
120@item Zeqing Xia
121@item Åke Sandgren
122@item and we hope that those not mentioned here will forgive us.
123@end table
124
125All bugs were introduced by ourselves.
126