-
-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Closed
Labels
branch: masterApplies to master branchApplies to master branchtriaged: bugThe issue/pr is/fixes a bugThe issue/pr is/fixes a bug
Milestone
Description
There are some TODOs in the code that suggest that certain things should be deprecated but haven't yet been.
These should be resolved one way or the other before beta 1.
The TODOs in question are:
Lines 67 to 68 in a48309c
| /* TODO(3.0): deprecate this? It is exposed for sls/t1_lib.c's use */ | |
| # define RSA_METHOD_FLAG_NO_CHECK 0x0001 |
Lines 284 to 285 in a48309c
| /* TODO(3.0): deprecate this one ssl/ssl_rsa.c can be changed to avoid it */ | |
| int RSA_flags(const RSA *r); |
Lines 356 to 358 in a48309c
| /* TODO(3.0): figure out how to deprecate these two */ | |
| int RSA_blinding_on(RSA *rsa, BN_CTX *ctx); | |
| void RSA_blinding_off(RSA *rsa); |
Lines 176 to 179 in a48309c
| /* | |
| * TODO(3.0): deprecate DH_check_params once ssl/statem/statem_clnt.c is fixed. | |
| */ | |
| int DH_check_params(const DH *dh, int *ret); |
Lines 201 to 202 in a48309c
| /* TODO(3.0): deprecate DH_new_by_nid() after converting ssl/s3_lib.c */ | |
| DH *DH_new_by_nid(int nid); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
branch: masterApplies to master branchApplies to master branchtriaged: bugThe issue/pr is/fixes a bugThe issue/pr is/fixes a bug