Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nettle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Nettle
nettle
Commits
12d82cec
Commit
12d82cec
authored
Apr 22, 2015
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix email address in ChangeLog.
parent
280d82bb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
ChangeLog
ChangeLog
+10
-10
No files found.
ChangeLog
View file @
12d82cec
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
* configure.ac: Fix shell quoting in test of GMP_NUMB_BITS asm
* configure.ac: Fix shell quoting in test of GMP_NUMB_BITS asm
compatibility. Reported by Edward Sheldrake.
compatibility. Reported by Edward Sheldrake.
2015-03-31 Niels Möller <nisse@
diamant.hack.org
>
2015-03-31 Niels Möller <nisse@
lysator.liu.se
>
* x86_64/ecc-224-modp.asm: Require that GMP_NUMB_BITS == 64.
* x86_64/ecc-224-modp.asm: Require that GMP_NUMB_BITS == 64.
* x86_64/ecc-521-modp.asm: Likewise. Note that the other
* x86_64/ecc-521-modp.asm: Likewise. Note that the other
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
* Makefile.in (clean-here): Unconditionally delete *.a (including
* Makefile.in (clean-here): Unconditionally delete *.a (including
stub libraries like *.dll.a).
stub libraries like *.dll.a).
2015-03-30 Niels Möller <nisse@
diamant.hack.org
>
2015-03-30 Niels Möller <nisse@
lysator.liu.se
>
* version.h.in (GMP_NUMB_BITS) [NETTLE_USE_MINI_GMP]: Move
* version.h.in (GMP_NUMB_BITS) [NETTLE_USE_MINI_GMP]: Move
definition here (uses configure substitution).
definition here (uses configure substitution).
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
version.h, not bignum.h. Allow leading underscore on mini-gmp
version.h, not bignum.h. Allow leading underscore on mini-gmp
symbols.
symbols.
2015-03-26 Niels Möller <nisse@
diamant.hack.org
>
2015-03-26 Niels Möller <nisse@
lysator.liu.se
>
* Makefile.in (PRE_CPPFLAGS): Drop -I$(srcdir), no longer needed.
* Makefile.in (PRE_CPPFLAGS): Drop -I$(srcdir), no longer needed.
(HEADERS): Added bignum.h. Removed version.h.
(HEADERS): Added bignum.h. Removed version.h.
...
@@ -56,7 +56,7 @@
...
@@ -56,7 +56,7 @@
* version.h.in (NETTLE_USE_MINI_GMP): Substitute here.
* version.h.in (NETTLE_USE_MINI_GMP): Substitute here.
2015-03-25 Niels Möller <nisse@
diamant.hack.org
>
2015-03-25 Niels Möller <nisse@
lysator.liu.se
>
* configure.ac (MAJOR_VERSION, MINOR_VERSION): Tweak sed
* configure.ac (MAJOR_VERSION, MINOR_VERSION): Tweak sed
expressions, to tolerate version suffixes.
expressions, to tolerate version suffixes.
...
@@ -67,7 +67,7 @@
...
@@ -67,7 +67,7 @@
* ed25519-sha512-pubkey.c: Fix stack overwrite. The digest array
* ed25519-sha512-pubkey.c: Fix stack overwrite. The digest array
must have room for a complete sha512 digest.
must have room for a complete sha512 digest.
2015-03-19 Niels Möller <nisse@
diamant.hack.org
>
2015-03-19 Niels Möller <nisse@
lysator.liu.se
>
* Makefile.in (OPT_HOGWEED_SOURCES): Deleted make variable.
* Makefile.in (OPT_HOGWEED_SOURCES): Deleted make variable.
(nettle_SOURCES, hogweed_SOURCES): Don't include optional sources
(nettle_SOURCES, hogweed_SOURCES): Don't include optional sources
...
@@ -95,7 +95,7 @@
...
@@ -95,7 +95,7 @@
variables.
variables.
* version.h.in: New file, defining version numbers.
* version.h.in: New file, defining version numbers.
2015-03-18 Niels Möller <nisse@
diamant.hack.org
>
2015-03-18 Niels Möller <nisse@
lysator.liu.se
>
EdDSA interface change, use plain strings to represent keys.
EdDSA interface change, use plain strings to represent keys.
* eddsa.h (_ED25519_LIMB_SIZE): Deleted constant.
* eddsa.h (_ED25519_LIMB_SIZE): Deleted constant.
...
@@ -120,13 +120,13 @@
...
@@ -120,13 +120,13 @@
* testsuite/ed25519-test.c (test_one): Test
* testsuite/ed25519-test.c (test_one): Test
ed25519_sha512_public_key, and adapt to new ed25519 interface.
ed25519_sha512_public_key, and adapt to new ed25519 interface.
2015-03-14 Niels Möller <nisse@
diamant.hack.org
>
2015-03-14 Niels Möller <nisse@
lysator.liu.se
>
* ccm.c (memeql_sec): New function, more side-channel silent than
* ccm.c (memeql_sec): New function, more side-channel silent than
memcmp.
memcmp.
(ccm_decrypt_message): Use it.
(ccm_decrypt_message): Use it.
2015-03-12 Niels Möller <nisse@
diamant.hack.org
>
2015-03-12 Niels Möller <nisse@
lysator.liu.se
>
* base64.h (struct base64_encode_ctx): Micro optimization of
* base64.h (struct base64_encode_ctx): Micro optimization of
struct layout, saving a few bytes.
struct layout, saving a few bytes.
...
@@ -135,7 +135,7 @@
...
@@ -135,7 +135,7 @@
* nettle.texinfo (ASCII encoding): Document base64url functions.
* nettle.texinfo (ASCII encoding): Document base64url functions.
2015-03-10 Niels Möller <nisse@
diamant.hack.org
>
2015-03-10 Niels Möller <nisse@
lysator.liu.se
>
* nettle.texinfo: Update documentation of curve25519_mul. Say that
* nettle.texinfo: Update documentation of curve25519_mul. Say that
the output is undefined for points belonging to the twist rather
the output is undefined for points belonging to the twist rather
...
@@ -147,7 +147,7 @@
...
@@ -147,7 +147,7 @@
of curve25519_mul return value.
of curve25519_mul return value.
* testsuite/curve25519-dh-test.c (test_a): Likewise.
* testsuite/curve25519-dh-test.c (test_a): Likewise.
2015-02-26 Niels Möller <nisse@
diamant.hack.org
>
2015-02-26 Niels Möller <nisse@
lysator.liu.se
>
* nettle.texinfo: Document curve25519 and eddsa.
* nettle.texinfo: Document curve25519 and eddsa.
...
...
Write
Preview
Markdown
is supported
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