Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Brian Smith
nettle
Commits
ee6ff2cc
Commit
ee6ff2cc
authored
Jul 07, 2012
by
Niels Möller
Browse files
Updated FSF address. Patch from David Woodhouse.
parent
75d3fcc8
Changes
237
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
ee6ff2cc
2012-07-07 Niels Möller <nisse@lysator.liu.se>
Copyright headers: Updated FSF address. Patch from David Woodhouse.
* examples/Makefile.in (BENCH_LIBS): Added -lm, needed for the
ldexp function. Reported by Anthony G. Basile.
...
...
aes-decrypt-internal.c
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
aes-decrypt.c
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
aes-encrypt-internal.c
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
aes-encrypt-table.c
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
aes-encrypt.c
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
aes-internal.h
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#ifndef NETTLE_AES_INTERNAL_H_INCLUDED
...
...
aes-meta.c
View file @
ee6ff2cc
...
...
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
aes-set-decrypt-key.c
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
/* Originally written by Rafael R. Sevilla <dido@pacific.net.ph> */
...
...
aes-set-encrypt-key.c
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
/* Originally written by Rafael R. Sevilla <dido@pacific.net.ph> */
...
...
aes.h
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#ifndef NETTLE_AES_H_INCLUDED
...
...
arcfour-crypt.c
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
arcfour-meta.c
View file @
ee6ff2cc
...
...
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
arcfour.c
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
arcfour.h
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#ifndef NETTLE_ARCFOUR_H_INCLUDED
...
...
arctwo-meta.c
View file @
ee6ff2cc
...
...
@@ -16,8 +16,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
arctwo.c
View file @
ee6ff2cc
...
...
@@ -22,8 +22,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
/* This implementation was written by Nikos Mavroyanopoulos for GNUTLS
...
...
arctwo.h
View file @
ee6ff2cc
...
...
@@ -20,8 +20,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#ifndef NETTLE_ARCTWO_H_INCLUDED
...
...
asn1.h
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#ifndef NETTLE_ASN1_H_INCLUDED
...
...
base16-decode.c
View file @
ee6ff2cc
...
...
@@ -19,8 +19,8 @@
*
* You should have received a copy of the GNU Lesser General Public License
* along with the nettle library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 5
9 Temple Place - Suite 330
, Boston,
* MA 02111-130
7
, USA.
* the Free Software Foundation, Inc., 5
1 Franklin Street, Fifth Floor
, Boston,
* MA 02111-130
1
, USA.
*/
#if HAVE_CONFIG_H
...
...
Prev
1
2
3
4
5
…
12
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment