diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2015-11-07 17:46:50 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2015-11-07 17:46:50 +0000 |
commit | 12fb7c3747a6559756a70bd08ba5ea0942f3afc9 (patch) | |
tree | f87863d94b5edbc417461db84693030918d7dffb /sys/crypto/xform.c | |
parent | cae8b2f70c449d1c69a53b7c3211d71483f5fe50 (diff) |
Update copyright information
Diffstat (limited to 'sys/crypto/xform.c')
-rw-r--r-- | sys/crypto/xform.c | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sys/crypto/xform.c b/sys/crypto/xform.c index 8c72b067c68..e9650d2acf6 100644 --- a/sys/crypto/xform.c +++ b/sys/crypto/xform.c @@ -1,9 +1,10 @@ -/* $OpenBSD: xform.c,v 1.50 2015/11/07 17:46:07 mikeb Exp $ */ +/* $OpenBSD: xform.c,v 1.51 2015/11/07 17:46:49 mikeb Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), * Angelos D. Keromytis (kermit@csd.uch.gr), - * Niels Provos (provos@physnet.uni-hamburg.de) and - * Damien Miller (djm@mindrot.org). + * Niels Provos (provos@physnet.uni-hamburg.de), + * Damien Miller (djm@mindrot.org) and + * Mike Belopuhov (mikeb@openbsd.org). * * This code was written by John Ioannidis for BSD/OS in Athens, Greece, * in November 1995. @@ -18,6 +19,8 @@ * * AES XTS implementation in 2008 by Damien Miller * + * AES-GCM-16 and Chacha20-Poly1305 AEAD modes by Mike Belopuhov. + * * Copyright (C) 1995, 1996, 1997, 1998, 1999 by John Ioannidis, * Angelos D. Keromytis and Niels Provos. * @@ -25,6 +28,8 @@ * * Copyright (C) 2008, Damien Miller * + * Copyright (C) 2010, 2015, Mike Belopuhov + * * Permission to use, copy, and modify this software with or without fee * is hereby granted, provided that this entire notice is included in * all copies of any software which is or includes a copy or |