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
c2dc63d1
Commit
c2dc63d1
authored
Jan 09, 2002
by
Niels Möller
Browse files
*** empty log message ***
Rev: ChangeLog:1.449 Rev: src/nettle/ChangeLog:1.52
parent
75f5e9a4
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
c2dc63d1
2002-01-09 Niels Mller <nisse@cuckoo.hack.org>
* src/dsa.c (dsa_hash): Don't call sha1_final.
* src/dsa_keygen.c (hash): Likewise.
* src/lsh.h (struct lsh_string_header): Empty structs are not
allowed by ANSI-C, so don't declare this one unless debugging is
enabled.
* src/lsh_proxy.c: Don't use randomness_with_poll.
* src/lshd.c (main): Pass the correct type to make_simple_kexinit.
* src/md5.c (do_md5_digest): Don't call md5_final and md5_init.
* src/sha.c (do_sha_digest): Don't call sha1_final and sha1_init.
* src/rsync/generate.c, src/rsync/receive.c, src/rsync/send.c:
Removed calls of md5_final.
2001-12-16 Niels Mller <nisse@cuckoo.hack.org>
* Released lsh-1.3.6.
...
...
src/nettle/ChangeLog
View file @
c2dc63d1
2002-01-09 Niels Mller <nisse@cuckoo.hack.org>
* rsa-compat.c: Updated for new md5 and rsa conventions.
* rsa_md5.c: Represent a signature as an mpz_t, not a string.
Updated calls of md5 functions.
* rsa_sha1.c: Likewise.
* rsa.c (rsa_prepare_public_key): Renamed function, was
rsa_init_public_key.
(rsa_prepare_private_key): Renamed function, was
rsa_init_private_key.
* nettle.texinfo (Hash functions): Update for the changed
interface without *_final. Document sha256.
* testsuite/md5-test.m4, testsuite/sha1-test.m4,
testsuite/sha256-test.m4, testsuite/yarrow-test.c: Updated for new
hash function interface.
* yarrow256.c: Removed calls of sha256_final and and some calls of
sha256_init.
* md5-compat.c (MD5Final): Call only md5_digest.
* md5.c (md5_digest): Call md5_final and md5_init.
(md5_final): Declared static.
sha1.c, sha256.c: Analogous changes.
* bignum.c (nettle_mpz_get_str_256): Declare the input argument
const.
2001-12-14 Niels Mller <nisse@cuckoo.hack.org>
* Makefile.am (EXTRA_DIST): Added $(des_headers). Changed
...
...
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