Add information on sources for vmac.* and rijndael.*
authorLars Kurth <lars.kurth@citrix.com>
Fri, 12 Aug 2016 17:33:00 +0000 (19:33 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 17 Aug 2016 13:44:58 +0000 (15:44 +0200)
I added these, as I came across the sources during
a license scan.

Signed-off-by: Lars Kurth <lars.kurth@citrix.com>
xen/crypto/README.source [new file with mode: 0644]
xen/include/crypto/README.source [new file with mode: 0644]

diff --git a/xen/crypto/README.source b/xen/crypto/README.source
new file mode 100644 (file)
index 0000000..894045d
--- /dev/null
@@ -0,0 +1,17 @@
+About
+=====
+This documents the upstream sources for files in this directory.
+
+rijndael.c
+==========
+This file comes from 
+http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/crypto/
+
+vmac.c
+======
+This file was developed by Ted Krovetz and Wei Dai (more details 
+are in the files). 
+
+See
+- https://en.wikipedia.org/wiki/VMAC
+- http://www.fastcrypto.org/vmac/vmac.c
diff --git a/xen/include/crypto/README.source b/xen/include/crypto/README.source
new file mode 100644 (file)
index 0000000..68de1cd
--- /dev/null
@@ -0,0 +1,17 @@
+About
+=====
+This documents the upstream sources for files in this directory.
+
+rijndael.h
+==========
+This file comes from 
+http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/crypto/
+
+vmac.h
+======
+This file was developed by Ted Krovetz and Wei Dai (more details 
+are in the files). 
+
+See
+- https://en.wikipedia.org/wiki/VMAC
+- http://www.fastcrypto.org/vmac/vmac.h