| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-01-17 | Free pss in RSA_free |  inoguchi | 1 | -1/+2 |
| 2019-11-20 | Fix rsa key output format |  inoguchi | 1 | -5/+12 |
| 2019-11-04 | Reshuffle RSA_PSS_PARAMS and RSA_OAEP_PARAMS to avoid duplicate typedef. |  jsing | 1 | -21/+19 |
| 2019-11-02 | Bring back some icky buffer allocation code so that pkey_rsa_print() |  jsing | 1 | -9/+41 |
| 2019-11-02 | Provide RSA_PKCS1_OpenSSL(). |  jsing | 2 | -3/+9 |
| 2019-11-02 | Make RSA_padding_{add,check}_PKCS1_OAEP_mgf1() public. |  jsing | 2 | -9/+8 |
| 2019-11-02 | Make RSA_OAEP_PARAMs public. |  jsing | 2 | -17/+17 |
| 2019-11-01 | Add RSA CMS support. |  jsing | 3 | -5/+262 |
| 2019-11-01 | Update RSA ASN.1 code to handle RSA-PSS. |  jsing | 4 | -302/+389 |
| 2019-11-01 | Clean up RSA_new_method(). |  jsing | 1 | -40/+24 |
| 2019-10-31 | Add CMS controls for RSA. |  jsing | 1 | -1/+8 |
| 2019-10-31 | Add support for RSA-PSS. |  jsing | 5 | -64/+369 |
| 2019-10-31 | Move RSA min modulus to a define and increase from 256 to 512 bits. |  jsing | 2 | -4/+6 |
| 2019-10-31 | Fix indent and indent before labels. |  jsing | 1 | -5/+5 |
| 2019-10-31 | Use braces where a statement has both multi-line and single-line blocks. |  jsing | 1 | -8/+13 |
| 2019-10-31 | Add additional validation of key size, message digest size and public |  jsing | 1 | -3/+17 |
| 2019-10-31 | Clean up some code. |  jsing | 1 | -11/+13 |
| 2019-10-31 | Avoid potentially leaking pub_exp in pkey_rsa_copy(). |  jsing | 1 | -4/+4 |
| 2019-10-29 | Add two controls that were missed in the previous commit. |  jsing | 1 | -1/+13 |
| 2019-10-29 | Update RSA OAEP code. |  jsing | 2 | -21/+124 |
| 2019-10-25 | Free maskHash when RSA_PSS_PARAMS is freed. |  jsing | 1 | -3/+23 |
| 2019-10-24 | Provide RSA_OAEP_PARAMS along with ASN.1 encoding/decoding. |  jsing | 2 | -2/+97 |
| 2019-10-24 | Add RSA_PSS_PARAMS pointer to RSA struct. |  jsing | 1 | -1/+8 |
| 2019-10-24 | Add maskHash field to RSA_PSS_PARAMS. |  jsing | 1 | -1/+4 |
| 2019-10-24 | Provide RSA_pkey_ctx_ctrl(). |  jsing | 2 | -2/+19 |
| 2019-10-17 | Sync RSA_padding_check_PKCS1_OAEP_mgf1(). |  jsing | 1 | -63/+110 |
| 2019-10-09 | Use EVP_MAX_MD_SIZE instead of SHA_DIGEST_LENGTH and remove OPENSSL_NO_SHA* |  jsing | 1 | -7/+2 |
| 2019-10-04 | Provide internal RSA_padding_{add,check}_PKCS1_OAEP_mgf1() functions. |  jsing | 2 | -10/+90 |
| 2019-10-03 | Move towards making RSA OAEP functions handle arbitrary message digests. |  jsing | 1 | -51/+57 |
| 2019-09-09 | Provide EVP_PKEY_CTX_get_signature_md() macro and implement the |  jsing | 1 | -1/+5 |
| 2019-06-05 | provide getters and setters for the RSA_METHOD interface |  gilles | 2 | -2/+220 |
| 2018-09-12 | Add some accessor functions: |  djm | 2 | -2/+22 |
| 2018-09-05 | use timing-safe compares for checking results in signature verification |  djm | 4 | -9/+10 |
| 2018-08-24 | Add consts to EVP_PKEY_asn1_set_private() |  tb | 1 | -2/+2 |
| 2018-08-19 | whitespace fix |  tb | 1 | -2/+2 |
| 2018-08-19 | Don't leak db on error in RSA_padding_check_PKCS1_OAEP(). |  tb | 1 | -7/+7 |
| 2018-08-05 | In RSA_padding_add_PKCS1_OAEP, dbmask needs to be freed on failure. |  bcook | 1 | -3/+7 |
| 2018-07-23 | Implement RSASSA-PKCS1-v1_5 as specified in RFC 8017. |  tb | 1 | -119/+147 |
| 2018-04-14 | make ENGINE_finish() succeed on NULL and simplify callers as in |  tb | 1 | -12/+7 |
| 2018-03-17 | Provide RSA_meth_{dup,free,new,set_{finish,priv_{dec,enc}}}() |  tb | 2 | -1/+96 |
| 2018-02-20 | Provide RSA_{clear,set,test}_flasg() |  tb | 2 | -2/+23 |
| 2018-02-18 | Provide RSA_{g,s}et0_crt_params() |  tb | 2 | -2/+40 |
| 2018-02-18 | Use usual order of RSA_{g,s}et0_key(). |  tb | 2 | -13/+14 |
| 2018-02-18 | Provide RSA_{g,s}et0_factors() |  tb | 2 | -2/+31 |
| 2018-02-18 | Provide RSA_bits() |  tb | 2 | -2/+9 |
| 2018-02-17 | Provide further parts of the OpenSSL 1.1 API: {DH,DSA}_get0_{key,pqg}(), |  tb | 2 | -2/+39 |
| 2017-08-30 | Bring back the RSA_SSLV23_PADDING define. |  jsing | 1 | -1/+2 |
| 2017-08-28 | Remove RSA_padding_add_SSLv23()/RSA_padding_check_SSLv23() and related |  jsing | 4 | -166/+3 |
| 2017-05-02 | use freezero() instead of memset/explicit_bzero + free. Substantially |  deraadt | 3 | -35/+13 |
| 2017-04-28 | revert previous accidental commit |  beck | 3 | -21/+33 |