Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | provide getters and setters for the RSA_METHOD interface | gilles | 2019-06-05 | 1 | -1/+172 |
| | | | | ok tb@, jsing@, sthen@ | ||||
* | Add some accessor functions: | djm | 2018-09-12 | 1 | -1/+19 |
| | | | | | | RSA_meth_get_finish() RSA_meth_set1_name() EVP_CIPHER_CTX_(get|set)_iv() feedback and ok jsing@ tb@ | ||||
* | Provide RSA_meth_{dup,free,new,set_{finish,priv_{dec,enc}}}() | tb | 2018-03-17 | 1 | -0/+86 |
Note that these functions return NULL in out-of-memory situations, but contrary to OpenSSL's versions they do not set an error. ok jsing |