enable ltm, add key blinding, add remove tfm
This commit is contained in:
@@ -41,7 +41,6 @@
|
||||
/* symbol renaming */
|
||||
#define RSA_null_method hc_RSA_null_method
|
||||
#define RSA_imath_method hc_RSA_imath_method
|
||||
#define RSA_tfm_method hc_RSA_tfm_method
|
||||
#define RSA_ltm_method hc_RSA_ltm_method
|
||||
#define RSA_gmp_method hc_RSA_gmp_method
|
||||
#define RSA_new hc_RSA_new
|
||||
@@ -138,7 +137,6 @@ struct RSA {
|
||||
const RSA_METHOD *RSA_null_method(void);
|
||||
const RSA_METHOD *RSA_imath_method(void);
|
||||
const RSA_METHOD *RSA_gmp_method(void);
|
||||
const RSA_METHOD *RSA_tfm_method(void);
|
||||
const RSA_METHOD *RSA_ltm_method(void);
|
||||
|
||||
/*
|
||||
@@ -157,7 +155,7 @@ const RSA_METHOD * RSA_get_method(const RSA *);
|
||||
int RSA_set_method(RSA *, const RSA_METHOD *);
|
||||
|
||||
int RSA_set_app_data(RSA *, void *arg);
|
||||
void * RSA_get_app_data(RSA *);
|
||||
void * RSA_get_app_data(const RSA *);
|
||||
|
||||
int RSA_check_key(const RSA *);
|
||||
int RSA_size(const RSA *);
|
||||
|
Reference in New Issue
Block a user