Age | Commit message (Expand) | Author |
2019-11-02 | Bring back some icky buffer allocation code so that pkey_rsa_print() | Joel Sing |
2019-11-02 | Provide RSA_PKCS1_OpenSSL(). | Joel Sing |
2019-11-02 | Make RSA_padding_{add,check}_PKCS1_OAEP_mgf1() public. | Joel Sing |
2019-11-02 | Make RSA_OAEP_PARAMs public. | Joel Sing |
2019-11-01 | Add RSA CMS support. | Joel Sing |
2019-11-01 | Update RSA ASN.1 code to handle RSA-PSS. | Joel Sing |
2019-11-01 | Clean up RSA_new_method(). | Joel Sing |
2019-10-31 | Add CMS controls for RSA. | Joel Sing |
2019-10-31 | Add support for RSA-PSS. | Joel Sing |
2019-10-31 | Move RSA min modulus to a define and increase from 256 to 512 bits. | Joel Sing |
2019-10-31 | Fix indent and indent before labels. | Joel Sing |
2019-10-31 | Use braces where a statement has both multi-line and single-line blocks. | Joel Sing |
2019-10-31 | Add additional validation of key size, message digest size and public | Joel Sing |
2019-10-31 | Clean up some code. | Joel Sing |
2019-10-31 | Avoid potentially leaking pub_exp in pkey_rsa_copy(). | Joel Sing |
2019-10-29 | Add two controls that were missed in the previous commit. | Joel Sing |
2019-10-29 | Update RSA OAEP code. | Joel Sing |
2019-10-25 | Free maskHash when RSA_PSS_PARAMS is freed. | Joel Sing |
2019-10-24 | Provide RSA_OAEP_PARAMS along with ASN.1 encoding/decoding. | Joel Sing |
2019-10-24 | Add RSA_PSS_PARAMS pointer to RSA struct. | Joel Sing |
2019-10-24 | Add maskHash field to RSA_PSS_PARAMS. | Joel Sing |
2019-10-24 | Provide RSA_pkey_ctx_ctrl(). | Joel Sing |
2019-10-17 | Sync RSA_padding_check_PKCS1_OAEP_mgf1(). | Joel Sing |
2019-10-09 | Use EVP_MAX_MD_SIZE instead of SHA_DIGEST_LENGTH and remove OPENSSL_NO_SHA* | Joel Sing |
2019-10-04 | Provide internal RSA_padding_{add,check}_PKCS1_OAEP_mgf1() functions. | Joel Sing |
2019-10-03 | Move towards making RSA OAEP functions handle arbitrary message digests. | Joel Sing |
2019-09-09 | Provide EVP_PKEY_CTX_get_signature_md() macro and implement the | Joel Sing |
2019-06-05 | provide getters and setters for the RSA_METHOD interface | Gilles Chehade |
2018-09-12 | Add some accessor functions: | Damien Miller |
2018-09-05 | use timing-safe compares for checking results in signature verification | Damien Miller |
2018-08-24 | Add consts to EVP_PKEY_asn1_set_private() | Theo Buehler |
2018-08-19 | whitespace fix | Theo Buehler |
2018-08-19 | Don't leak db on error in RSA_padding_check_PKCS1_OAEP(). | Theo Buehler |
2018-08-05 | In RSA_padding_add_PKCS1_OAEP, dbmask needs to be freed on failure. | Brent Cook |
2018-07-23 | Implement RSASSA-PKCS1-v1_5 as specified in RFC 8017. | Theo Buehler |
2018-04-14 | make ENGINE_finish() succeed on NULL and simplify callers as in | Theo Buehler |
2018-03-17 | Provide RSA_meth_{dup,free,new,set_{finish,priv_{dec,enc}}}() | Theo Buehler |
2018-02-20 | Provide RSA_{clear,set,test}_flasg() | Theo Buehler |
2018-02-18 | Provide RSA_{g,s}et0_crt_params() | Theo Buehler |
2018-02-18 | Use usual order of RSA_{g,s}et0_key(). | Theo Buehler |
2018-02-18 | Provide RSA_{g,s}et0_factors() | Theo Buehler |
2018-02-18 | Provide RSA_bits() | Theo Buehler |
2018-02-17 | Provide further parts of the OpenSSL 1.1 API: {DH,DSA}_get0_{key,pqg}(), | Theo Buehler |
2017-08-30 | Bring back the RSA_SSLV23_PADDING define. | Joel Sing |
2017-08-28 | Remove RSA_padding_add_SSLv23()/RSA_padding_check_SSLv23() and related | Joel Sing |
2017-05-02 | use freezero() instead of memset/explicit_bzero + free. Substantially | Theo de Raadt |
2017-04-28 | revert previous accidental commit | Bob Beck |
2017-04-28 | *** empty log message *** | Bob Beck |
2017-01-29 | Send the function codes from the error functions to the bit bucket, | Bob Beck |
2017-01-25 | Construct a BN_gcd_nonct, based on BN_mod_inverse_no_branch, as suggested | Bob Beck |