| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the libssl/src directory | beck | 2016-09-03 | 21 | -5926/+0 |
* | 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 |
* | Enable building with -DOPENSSL_NO_DEPRECATED. | doug | 2015-02-11 | 2 | -2/+4 |
* | Expand the -IMPLEMENT_ASN1_ENCODE_FUNCTIONS_(const_)?fname macros so that | jsing | 2015-02-10 | 1 | -3/+27 |
* | Expand the IMPLEMENT_ASN1_FUNCTIONS macro so that the code is visible and | jsing | 2015-02-09 | 1 | -2/+26 |
* | BN_CTX_get() can fail - consistently check its return value. | jsing | 2015-02-09 | 3 | -14/+17 |
* | Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes(). | jsing | 2014-10-22 | 4 | -24/+16 |
* | None of these need to include <openssl/rand.h> | jsing | 2014-10-18 | 5 | -10/+5 |
* | Make sure all error conditions in RSA_padding_add_PKCS1_PSS_mgf1() cause | miod | 2014-07-13 | 1 | -3/+4 |
* | if (x) FOO_free(x) -> FOO_free(x). | miod | 2014-07-12 | 2 | -5/+4 |
* | In RSA_eay_private_encrypt(), correctly return the smaller BN; OpenSSL | miod | 2014-07-11 | 1 | -2/+2 |
* | Remove duplicate 0x for salt len in output; Martin Kaiser via OpenSSL trunk. | miod | 2014-07-11 | 1 | -2/+2 |
* | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 17 | -53/+60 |
* | Explicitly include <openssl/opensslconf.h> in every file that references | jsing | 2014-07-10 | 9 | -9/+33 |
* | Stop including standard headers via cryptlib.h - pull in the headers that | jsing | 2014-07-10 | 9 | -11/+28 |
* | RSA_setup_blinding() gets a BN with BN_CTX_get(), returns `out of memory' | miod | 2014-07-10 | 1 | -6/+1 |
* | Tweak some comments. We do not really need to know that "New!" flags were | jsing | 2014-07-10 | 1 | -9/+8 |
* | Stop playing with the RSA_FLAG_BLINDING flag. It does nothing. | jsing | 2014-07-10 | 1 | -3/+1 |
* | delete some casts. ok miod | tedu | 2014-07-10 | 5 | -15/+15 |
* | Remove RSA_FLAG_NO_EXP_CONSTTIME, which was deprecated 12+ years ago. | jsing | 2014-07-10 | 1 | -13/+1 |
* | BN_free, BN_clear_free, BN_CTX_free, BN_BLINDING_free and BN_MONT_CTX_free | jsing | 2014-07-10 | 6 | -55/+32 |
* | Use a while loop instead of an ifdowhile loop. | jsing | 2014-07-10 | 2 | -12/+10 |
* | ASN1_STRING_free can handle NULL, so callers don't need to check. ok miod | tedu | 2014-07-09 | 1 | -3/+2 |
* | Make comments readable. | jsing | 2014-07-09 | 1 | -27/+33 |
* | More KNF. | jsing | 2014-07-09 | 19 | -322/+331 |
* | KNF. | jsing | 2014-07-09 | 2 | -123/+108 |
* | Unifdef -UPKCS_TESTVECT - we don't want the random data used in OAEP padding | miod | 2014-07-09 | 1 | -6/+1 |
* | remove unused, private version strings except SSL_version_str | bcook | 2014-07-09 | 1 | -3/+1 |
* | Be more strict in RSA_padding_check_X931(), and thus avoid a possible | miod | 2014-07-09 | 1 | -2/+2 |
* | In the old days (not in this century), SSLeay 0.4.5 would create X.509 RSA | miod | 2014-07-09 | 1 | -14/+3 |
* | Remove RSA_memory_lock(). This undocumented function sort-of serializes your | miod | 2014-07-09 | 2 | -51/+2 |
* | RSA_NULL used to be a compile option allowing the RSA interfaces to be | miod | 2014-07-09 | 4 | -176/+4 |
* | KNF | miod | 2014-07-09 | 19 | -1967/+1959 |
* | replace atoi() calls with strtol(). Follow the idiomatic pattern in our | deraadt | 2014-06-12 | 1 | -13/+32 |
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 22 | -21/+22 |
* | c-file-style hints, begone; ok beck | deraadt | 2014-06-11 | 1 | -1/+1 |
* | malloc() result does not need a cast. | deraadt | 2014-06-07 | 4 | -6/+6 |