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
LSH
lsh
Commits
db575bc2
Commit
db575bc2
authored
Oct 05, 2005
by
Niels Möller
Browse files
*** empty log message ***
Rev: ChangeLog:1.868 Rev: src/nettle/ChangeLog:1.331 Rev: src/nettle/NEWS:1.21
parent
8baed31b
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
db575bc2
2005-10-05 Niels Mller <nisse@lysator.liu.se>
* doc/lsh.texinfo: Use @documentencoding ISO-8859-1.
2005-09-23 Niels Mller <nisse@lysator.liu.se>
* acinclude.m4 (LSH_FUNC_ALLOCA): Moved inclucion of malloc.h and
...
...
src/nettle/ChangeLog
View file @
db575bc2
2005-10-05 Niels Mller <nisse@lysator.liu.se>
* Makefile.in (TARGETS, DISTFILES): Added nettle.pdf.
(.texinfo.dvi, .dvi.ps, .ps.pdf): New targets, to build nettle.pdf.
(DOCTARGETS): New variable with targets that shouldn't be deleted
by make clean.
(maintainer-clean-here): New target. Deletes generated
documentation files.
* nettle.texinfo: Define AUTHOR with accents, when running in TeX
mode, which doesn't handle latin-1 properly. Set UPDATED-FOR to
1.13. Updated copyright years, and introduced a COPYRIGHT-YEARS
symbol. Updated copyright section, to mention assembler
implementations.
(Cipher modes): Transformed the Cipher Block Chaining to a section
Cipher modes, describing both CBC and the new CTR mode.
* src/nettle/x86/aes_tables.asm: Deleted unused file.
* x86/aes.asm: Deleted contents. This file is needed just to
override aes.c, which isn't needed for the x86 implementation.
* configure.ac (SHLIBMINOR): Increased minor number. Library
version is now libnettle.so.2.4, soname still libnettle.so.2.
* examples/nettle-benchmark.c (main): Reordered hash benchmarks.
* x86/sha1-compress.asm (EXPAND): Use % 16 instead of & 15 to
compute offsets mod 16, since m4 on FreeBSD 49.RELEASE and NetBSD
doesn't implement & correctly in eval.
...
...
src/nettle/NEWS
View file @
db575bc2
NEWS for the 1.13 release
Implemented CTR mode.
Fixed problem with broken m4 on bsd, which resulted in
corrupted x86 assembler for sha1.
Improved sha1 performance on x86.
Configure check to figure out if symbols in assembler files
need a leading underscore.
Improved benchmark program. Displays cycles per byte and block,
and compares with openssl (if openssl is installed).
Terminating newline in output from sexp-conv --hash.
The library is intended to be binary compatible with earlier
versions. The library name is libnettle.so.2.4. However, the
interface for the internal function _nettle_sha1_compress has
changed; any program that calls this function directly will
break.
NEWS for the 1.12 release
Fixed a bug in the configure script.
...
...
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