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