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
4abb3b45
Commit
4abb3b45
authored
Apr 23, 2000
by
Niels Möller
Browse files
*** empty log message ***
Rev: ChangeLog:1.188 Rev: misc/make-dist:1.2 Rev: src/testsuite/.cvsignore:1.4
parent
5b08b890
Changes
4
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
4abb3b45
2000-04-23 Niels Mller <nisse@cuckoo.localdomain>
* src/testsuite/Makefile.am (TS_PROGS): Added twofish-test.
* Constness improvements.
* src/pkcs5.c: New file.
* src/keyexchange.c (kex_make_mac): Pass key length to MAKE_MAC.
* src/io.c (safe_popd): New function.
(safe_pushd): New function.
* src/hmac.c (make_hmac_instance): Added key length argument, and
implemented variable size keys.
* src/gc.c (gc_kill): Implemented early deallocation.
* src/crypto.h (pkcs5_key_derivation): Added prototype.
* src/abstract_crypto.h (MAKE_MAC): Added key length argument.
Const-ness fixes.
* src/Makefile.am.in (liblsh_a_SOURCES): Added pkcs5.c.
* acinclude.m4 (AC_CHECK_MEMBER): Bug fix.
2000-04-22 Niels Mller <nisse@lysator.liu.se>
* src/unix_user.c (lsh_make_utmp): Check HAVE_UT_HOST.
...
...
misc/make-dist
View file @
4abb3b45
#! /bin/sh
strip_rsa
()
{
mv
src/.dist_classes src/.dist_classes-old
\
&&
grep
-v
'^rsa.c.x$'
< src/.dist_classes-old
>
src/.dist_classes
}
make
&&
(
cd
src/testsuite
&&
make check-more
)
&&
\
./make_am
--rethink
&&
make
&&
make distcheck
./make_am
--rethink
&&
strip_rsa
&&
./make_am
&&
make
&&
make distcheck
src/testsuite/.cvsignore
View file @
4abb3b45
...
...
@@ -7,3 +7,5 @@ foo
foo.pub
spki-tag-test
spki-tag-test.c
twofish-test
twofish-test.c
src/testsuite/.gitignore
View file @
4abb3b45
...
...
@@ -7,3 +7,5 @@
/foo.pub
/spki-tag-test
/spki-tag-test.c
/twofish-test
/twofish-test.c
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