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
Petr Menšík
BIND
Commits
292ef406
Commit
292ef406
authored
Nov 22, 2000
by
Brian Wellington
Browse files
Calling RSA_check_key() requires entropy, which may not be present. Remove
the call.
parent
5a77e962
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/sec/dst/opensslrsa_link.c
View file @
292ef406
...
...
@@ -17,7 +17,7 @@
/*
* Principal Author: Brian Wellington
* $Id: opensslrsa_link.c,v 1.
3
2000/11/
18 03:01:09
bwelling Exp $
* $Id: opensslrsa_link.c,v 1.
4
2000/11/
22 00:11:30
bwelling Exp $
*/
#if defined(OPENSSL)
...
...
@@ -487,9 +487,6 @@ opensslrsa_fromfile(dst_key_t *key, const isc_uint16_t id,
if
(
key
->
key_id
!=
id
)
DST_RET
(
DST_R_INVALIDPRIVATEKEY
);
if
(
RSA_check_key
(
rsa
)
!=
1
)
DST_RET
(
DST_R_INVALIDPRIVATEKEY
);
return
(
ISC_R_SUCCESS
);
err:
...
...
Write
Preview
Markdown
is supported
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