Age | Commit message (Expand) | Author |
2023-05-05 | Add back support for RSA_X931_PADDING | Theo Buehler |
2023-04-15 | Stop supporting the long-retired X9.31 standard | Theo Buehler |
2023-04-05 | Add a few missing braces | Theo Buehler |
2023-04-05 | Set up the RSA's _method_mod_n before the initial blinding | Theo Buehler |
2022-12-26 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-11-26 | Make internal header file names consistent | Theo Buehler |
2022-01-20 | Add check for BN_sub return value | Kinichiro Inoguchi |
2022-01-07 | Prepare to make RSA and RSA_METHOD opaque by including rsa_locl.h | Theo Buehler |
2021-12-26 | Consistently call BN_init() before BN_with_flags() | Theo Buehler |
2019-11-02 | Provide RSA_PKCS1_OpenSSL(). | 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-21 | Split out BN_div and BN_mod into ct and nonct versions for Internal use. | Bob Beck |
2017-01-21 | Make explicit _ct and _nonct versions of bn_mod_exp funcitons that | Bob Beck |
2016-09-02 | missing space after comma | Theo Buehler |
2016-07-07 | call BN_init on temporaries to avoid use-before-set warnings | Brent Cook |
2016-06-30 | Remove flags for disabling constant-time operations. | Brent Cook |
2015-09-10 | Correct spelling of OPENSSL_cleanse. | Joel Sing |
2015-06-13 | Fix bad indenting in LibreSSL. | Doug Hogan |
2015-02-14 | Check for allocation error in RSA_eay_mod_exp(). Coverity CID 25217. | Miod Vallat |
2015-02-09 | BN_CTX_get() can fail - consistently check its return value. | Joel Sing |
2014-10-18 | None of these need to include <openssl/rand.h> | Joel Sing |
2014-07-11 | In RSA_eay_private_encrypt(), correctly return the smaller BN; OpenSSL | Miod Vallat |
2014-07-11 | Only import cryptlib.h in the four source files that actually need it. | Joel Sing |
2014-07-10 | Explicitly include <openssl/opensslconf.h> in every file that references | Joel Sing |
2014-07-10 | BN_free, BN_clear_free, BN_CTX_free, BN_BLINDING_free and BN_MONT_CTX_free | Joel Sing |
2014-07-09 | More KNF. | Joel Sing |
2014-07-09 | RSA_NULL used to be a compile option allowing the RSA interfaces to be | Miod Vallat |
2014-07-09 | KNF | Miod Vallat |
2014-06-12 | tags as requested by miod and tedu | Theo de Raadt |
2014-04-27 | Use C99 initializers for the various FOO_METHOD structs. More readable, and | Miod Vallat |
2014-04-17 | Change library to use intrinsic memory allocation functions instead of | Bob Beck |
2014-04-13 | Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery. | Miod Vallat |
2012-01-05 | OpenSSL 1.0.0f: merge | Damien Miller |
2011-11-03 | openssl-1.0.0e: resolve conflicts | Damien Miller |
2010-10-01 | resolve conflicts, fix local changes | Damien Miller |
2009-01-09 | resolve conflicts | Damien Miller |
2009-01-05 | update to openssl-0.9.8i; tested by several, especially krw@ | Damien Miller |
2008-09-07 | Fix merge botch. | Mark Kettenis |
2008-09-06 | resolve conflicts | Damien Miller |
2006-10-04 | openssl security fixes, diff from markus@, ok & "commit it" djm@ | Peter Valchev |
2006-06-27 | resolve conflicts | Damien Miller |
2005-04-29 | resolve conflicts | Damien Miller |
2003-11-11 | merge 0.9.7c; minor bugsfixes; | Markus Friedl |
2003-05-12 | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | Markus Friedl |
2003-03-17 | update to official patch from openssl.org; ok deraadt@, millert@ | Markus Friedl |
2003-03-15 | Enforce blinding on RSA operations involving private keys. | Hakan Olsson |