Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-01 | Tweaks into functions and variables in crypto_rsa.[ch] | Fernando Fernandez Mancera | |
crypto_get_rsa_padding_overhead() and crypto_get_rsa_padding() are not static inline anymore in order to split the crypto_rsa module from crypto.[ch]. Also included necessary modules in order to solve dependency issues. Also made two functions in crypto.c use crypto_pk_asn1_encdoe() instead of reaching into the crypto_pk_t struct. | |||
2018-01-26 | Refactor crypto.[ch] into smaller RSA module. | Fernando Fernandez Mancera | |
Add two new files (crypto_rsa.c, crypto_rsa.h) as new module of crypto.[ch]. This new module includes all functions and dependencies related to RSA operations. Those have been removed from crypto.[ch]. All new changes related to RSA operations must be done in these files. Follows #24658 Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net> |