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
15bb509c
Commit
15bb509c
authored
Apr 12, 2003
by
Niels Möller
Browse files
*** empty log message ***
Rev: src/nettle/ChangeLog:1.187 Rev: src/nettle/NEWS:1.11 Rev: src/nettle/TODO:1.8
parent
4935f56f
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
15bb509c
2003-04-12 Niels Mller <nisse@cuckoo.hack.org>
* testsuite/Makefile.am (TS_SH): New test case symbols-test.
(EXTRA_PROGRAMS): Added testutils, as a kludge to
get automake to track dependencies for testutils.o.
* x86/aes-encrypt.asm (nettle_aes_encrypt): Renamed function to
use the nettle_ prefix.
* x86/aes-decrypt.asm (nettle_aes_decrypt): Likewise.
* sparc/aes.asm (_nettle_aes_crypt): Likewise.
* examples/Makefile.am (EXTRA_PROGRAMS): Add "io", as a kludge to
get automake to track dependencies for io.o.
(LDADD): Added ../libnettle.a, for the dependency.
* des-compat.c: Use names with the nettle_ prefix when using
Nettle's des functions.
* base16-meta.c (base16_encode_update): Need to undef before
redefining.
* New name mangling, to reduce the risk of link collisions. All
functions (except memxor) now use a nettle_ or _nettle prefix when
seen by the linker. For most functions, the header file that
declares a function also use #define to provide a shorter more
readable name without the prefix.
2003-03-11 Niels Mller <nisse@cuckoo.hack.org>
* Released nettle-1.7.
...
...
NEWS
View file @
15bb509c
NEWS for the 1.8 release
New name mangling, to reduce the risk of link collisions. All
functions (except memxor) now use a nettle_ or _nettle prefix
when seen by the linker. For most functions, the header file
that declares a function also use #define to provide a shorter
more readable name without the prefix.
NEWS for the 1.7 release
Implemented DSA.
...
...
TODO
View file @
15bb509c
...
...
@@ -11,10 +11,6 @@ Counter, and CFB. Suggested by Rafael 'Dido' Sevilla. References:
http://csrc.nist.gov/encryption/modes/Recommendation/Modes01.pdf
Improve sexp_Format to accept literals, like "n" in
sexp_format(buffer, "(n%b)", n);
Valgrind reports errors on the des-compat test program. Investigate.
...
...
@@ -28,3 +24,6 @@ use
typedef void
nettle_realloc_func(void *ctx, void *p, unsigned length);
The make rules for building position independent *_p.o files doesn't
get dependencies right.
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