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
Wim Lewis
nettle
Commits
54eb075f
Commit
54eb075f
authored
Nov 15, 2015
by
Niels Möller
Browse files
Mark _rsa_blind and _rsa_unblind as deprecated.
parent
d8b586f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
54eb075f
2015-11-15 Niels Möller <nisse@lysator.liu.se>
* rsa.h (_rsa_blind, _rsa_unblind): Mark as deprecated.
2015-09-17 Niels Möller <nisse@lysator.liu.se>
* rsa-md5-sign-tr.c (rsa_md5_sign_tr, rsa_md5_sign_digest_tr): New
...
...
rsa.h
View file @
54eb075f
...
...
@@ -483,6 +483,8 @@ _rsa_verify(const struct rsa_public_key *key,
size_t
_rsa_check_size
(
mpz_t
n
);
/* _rsa_blind and _rsa_unblind are deprecated, unused in the library,
and will likely be removed with the next ABI break. */
void
_rsa_blind
(
const
struct
rsa_public_key
*
pub
,
void
*
random_ctx
,
nettle_random_func
*
random
,
...
...
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