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
5c62939b
Commit
5c62939b
authored
Sep 16, 2001
by
Niels Möller
Browse files
*** empty log message ***
Rev: ChangeLog:1.405 Rev: src/nettle/ChangeLog:1.23 Rev: src/werror.c:1.63
parent
85a98f44
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
5c62939b
2001-09-16 Niels Mller <nisse@cuckoo.hack.org>
* src/dsa.c (do_dsa_sign): Display any unexpected algorithm atom
before crashing.
2001-09-13 Niels Mller <nisse@ehand.com>
* src/io.c (address_info2sockaddr): Fixed debug invocation. FIX
...
...
src/nettle/ChangeLog
View file @
5c62939b
2001-09-16 Niels Möller <nisse@cuckoo.hack.org>
* testsuite/des-compat-test.c (cbc_data): Shorten to 32 bytes (4
blocks), the last block of zeroes wasn't used anyway.
* des-compat.c (des_compat_des3_decrypt): Decrypt in the right
order.
(des_ncbc_encrypt): Bug fixed.
(des_cbc_encrypt): Rewritten as a wrapper around des_ncbc_encrypt.
2001-09-14 Niels Möller <nisse@ehand.com>
* testsuite/des-compat-test.c: New file, copied from libdes
...
...
src/werror.c
View file @
5c62939b
...
...
@@ -430,10 +430,10 @@ werror_vformat(const char *f, va_list args)
{
int
atom
=
va_arg
(
args
,
int
);
if
(
atom
)
werror_write
(
get_atom_length
(
atom
),
get_atom_name
(
atom
));
if
(
atom
)
werror_write
(
get_atom_length
(
atom
),
get_atom_name
(
atom
));
else
werror_write
(
9
,
"<unknown>"
);
werror_write
(
9
,
"<unknown>"
);
break
;
}
case
's'
:
...
...
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