Age | Commit message (Expand) | Author |
2023-07-28 | Make BN_BLINDING internal | Theo Buehler |
2023-05-05 | Salt shares the blame of the continued existence of the X9.31 padding mode | Theo Buehler |
2023-04-25 | Remove X9.31 support | Theo Buehler |
2023-04-18 | Bring includes into canonical order | Theo Buehler |
2023-04-18 | Move some includes out of OPENSSL_NO_DEPRECATED | Theo Buehler |
2023-04-15 | Prepare rsa.h for X9.31 support removal | Theo Buehler |
2023-04-09 | Move a few functions out of OPENSSL_NO_DEPRECATED | Theo Buehler |
2022-07-12 | Remove mkerr.pl remnants from LibreSSL | Klemens Nanni |
2022-07-07 | Expose new API in headers. | Theo Buehler |
2022-06-27 | Prepare to provide RSA_security_bits() | Theo Buehler |
2022-01-14 | Make RSA, RSA_PSS_PARAMS and RSA_METHOD opaque | Theo Buehler |
2022-01-14 | Remove obsolete key formats | Theo Buehler |
2022-01-14 | Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_API | Theo Buehler |
2022-01-05 | Prepare to provide a number of RSA accessors | Theo Buehler |
2019-11-04 | Reshuffle RSA_PSS_PARAMS and RSA_OAEP_PARAMS to avoid duplicate typedef. | 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-10-31 | Add support for RSA-PSS. | Joel Sing |
2019-10-29 | Update RSA OAEP code. | 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-06-05 | provide getters and setters for the RSA_METHOD interface | Gilles Chehade |
2018-09-12 | Add some accessor functions: | Damien Miller |
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 |
2016-09-04 | Expand DECLARE_ASN1_.*FUNCTIONS macros. | Joel Sing |
2016-06-30 | Remove flags for disabling constant-time operations. | Brent Cook |
2015-02-14 | Check for allocation error in RSA_eay_mod_exp(). Coverity CID 25217. | Miod Vallat |
2014-07-12 | if (x) FOO_free(x) -> FOO_free(x). | Miod Vallat |
2014-07-10 | Explicitly include <openssl/opensslconf.h> in every file that references | Joel Sing |
2014-07-10 | Tweak some comments. We do not really need to know that "New!" flags were | Joel Sing |
2014-07-10 | Remove RSA_FLAG_NO_EXP_CONSTTIME, which was deprecated 12+ years ago. | Joel Sing |
2014-07-09 | Make comments readable. | Joel Sing |
2014-07-09 | KNF. | Joel Sing |
2014-07-09 | Remove RSA_memory_lock(). This undocumented function sort-of serializes your | Miod Vallat |
2014-06-12 | tags as requested by miod and tedu | Theo de Raadt |
2014-05-29 | Everything sane has stdio, and FILE *. we don't need ifdefs for this. | Bob Beck |
2014-04-13 | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | Miod Vallat |
2012-10-13 | resolve conflicts | Damien Miller |