| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | *** empty log message *** | beck | 2017-04-28 | 3 | -33/+21 |
* | Send the function codes from the error functions to the bit bucket, | beck | 2017-01-29 | 17 | -275/+148 |
* | Construct a BN_gcd_nonct, based on BN_mod_inverse_no_branch, as suggested | beck | 2017-01-25 | 2 | -5/+5 |
* | Add ct and nonct versions of BN_mod_inverse for internal use | beck | 2017-01-21 | 3 | -7/+9 |
* | Split out BN_div and BN_mod into ct and nonct versions for Internal use. | beck | 2017-01-21 | 3 | -12/+16 |
* | Make explicit _ct and _nonct versions of bn_mod_exp funcitons that | beck | 2017-01-21 | 1 | -2/+4 |
* | Expand ASN1_ITEM_rptr macros - no change in generated assembly. | jsing | 2016-12-30 | 2 | -6/+6 |
* | Explicitly export a list of symbols from libcrypto. | jsing | 2016-12-21 | 1 | -1/+6 |
* | unifdef OPENSSL_NO_CMS | jsing | 2016-10-19 | 2 | -39/+2 |
* | missing space after comma | tb | 2016-09-09 | 1 | -2/+2 |
* | Expand DECLARE_ASN1_.*FUNCTIONS macros. | jsing | 2016-09-04 | 1 | -4/+12 |
* | call BN_init on temporaries to avoid use-before-set warnings | bcook | 2016-07-07 | 2 | -2/+12 |
* | Remove flags for disabling constant-time operations. | bcook | 2016-06-30 | 4 | -129/+70 |
* | Fix for OpenSSL CVE-2015-3194 | beck | 2015-12-03 | 1 | -2/+2 |
* | Replace M_ASN1_OCTET_STRING_(free|new) with ASN1_OCTET_STRING_(free|new). | jsing | 2015-09-30 | 1 | -2/+2 |
* | Correct spelling of OPENSSL_cleanse. | jsing | 2015-09-10 | 3 | -11/+12 |
* | Drop stupid (int) casts for the arguments of malloc() and friends. This is | miod | 2015-07-19 | 2 | -6/+6 |
* | Replace remaining CRYPTO_memcmp() calls with timingsafe_memcmp(). | jsing | 2015-06-20 | 1 | -2/+2 |
* | Remove obsolete MDC-2DES from libcrypto. | doug | 2015-06-20 | 2 | -29/+3 |
* | Fix bad indenting in LibreSSL. | doug | 2015-06-13 | 1 | -2/+2 |
* | Regen | miod | 2015-02-15 | 1 | -52/+59 |
* | Check for allocation error in RSA_eay_mod_exp(). Coverity CID 25217. | miod | 2015-02-14 | 2 | -2/+7 |
* | Expand ASN1_CHOICE*, ASN1_SEQUENCE* and associated macros, making the | jsing | 2015-02-14 | 1 | -25/+161 |
* | Guenther has plans for OPENSSL_NO_CMS, so revert this for the moment. | beck | 2015-02-11 | 2 | -2/+39 |
* | get rid of OPENSSL_NO_CMS code we do not use. | beck | 2015-02-11 | 2 | -39/+2 |