Fix a possible memory leak in engine_table_register
[openssl.git] / crypto /
2017-03-26 Andy Polyakovaes/asm/bsaes-armv7.pl: relax stack alignment requirement.
2017-03-25 Bernd EdlingerFixed a gcc-7-strict-warnings issue.
2017-03-25 Bernd EdlingerDon't access memory before checking the correct length...
2017-03-24 Andy Polyakovbn/asm/sparcv9-mont.pl: fix squaring code path.
2017-03-22 Andy Polyakovaes/asm/aesni-sha*-x86_64.pl: fix IV handling in SHAEXT...
2017-03-21 Matt CaswellFix error paths in ASN1_TIME_to_generalizedtime
2017-03-20 Richard LevitteFix decoding of ASN.1 LONG and ZLONG items
2017-03-20 Kurt RoeckxFix VC warnings about unary minus to an unsigned type.
2017-03-20 Kurt RoeckxCast to an unsigned type before negating
2017-03-20 Kurt RoeckxAvoid signed overflow
2017-03-15 Bernd EdlingerFixed a crash in print_notice.
2017-03-13 Bernd EdlingerFix a crash or unbounded allocation in RSA_padding_add_...
2017-03-13 Andy Polyakovcrypto/x86*cpuid.pl: move extended feature detection.
2017-03-13 Bernd EdlingerFix a memory leak in X509_STORE_add_cert/crl error...
2017-03-12 Matt CaswellFix out-of-memory condition in conf
2017-03-11 Richard LevitteFix UI_get0_action_string()
2017-03-10 Richard Levittemake update
2017-03-10 Richard LevitteFix crypto/bn/bn_prime.pl to generate correctly formatt...
2017-03-08 PauliLimit the output of the enc -ciphers command
2017-03-07 Andy Polyakovcrypto/x86_64cpuid.pl: move extended feature detection...
2017-02-24 Bernd EdlingerRestore the test coverage of COMP_rle and SSL_COMP_add_...
2017-02-23 PauliIncrease the size of the stack buffer to prevent an...
2017-02-23 Todd ShortFix potential memory leak in ASN1_TIME_to_generalizedtime()
2017-02-23 Andy Polyakovbio/bss_file.c: since VS2015 one can't tell apart own...
2017-02-23 Rich SalzBackport OSSL_NELEM
2017-02-22 Richard LevitteFix typo, should be && rather than &
2017-02-22 Richard LevitteFix typo, missing ||
2017-02-22 Rich SalzIterate over EC_GROUP's poly array in a safe way
2017-02-22 Richard LevitteHave the directory reader use the Unix API on VMS
2017-02-21 Dmitry BelyavskiyFix memory leak in pkcs12 -export
2017-02-21 Bernd EdlingerFix a few memleaks in TXT_DB.
2017-02-21 Rich SalzPrevent OOB in SRP base64 code.
2017-02-17 Bernd EdlingerFix a slightly confusing if condition in a2i_ASN1_INTEGER.
2017-02-17 Bernd EdlingerFix a slightly confusing if condition in a2i_ASN1_ENUME...
2017-02-16 Bernd EdlingerCleanup *.S files.
2017-02-15 Bernd EdlingerFix possible memory leak in cryptodev_digest_update.
2017-02-14 FdaSilvaYYFix a few typos
2017-02-14 Guido VrankenRemove obsolete comment
2017-02-14 Yuchimem leak on error path and error propagation fix
2017-02-13 Darren TuckerDES keys are not 7 days long.
2017-02-09 Matt HauckFix statically linked engine initialization w/ fips
2017-02-07 Rich SalzIf BIO_snprintf failed, keep trying.
2017-02-07 Bernd Edlingeraes_gcm_cleanup() should check that gctx != NULL before
2017-02-07 Bernd EdlingerFix a crash in EVP_CIPHER_CTX_cleanup due to cipher_dat...
2017-02-06 Bernd EdlingerCombined patch for the more or less obvious issues
2017-02-05 Bernd EdlingerFix a crash with malformed user notice policy numbers
2017-01-26 Matt CaswellPrepare for 1.0.2l-dev
2017-01-26 Matt CaswellPrepare for 1.0.2k release OpenSSL_1_0_2k
2017-01-26 Andy Polyakovbn/asm/x86_64-mont5.pl: fix carry bug in bn_sqr8x_internal.
2017-01-26 Andy Polyakovcrypto/evp: harden RC4_MD5 cipher.
2017-01-24 Bernd EdlingerFix error handling in compute_key, BN_CTX_get can retur...
2017-01-20 Richard LevitteFix DSA parameter generation control error
2017-01-18 FdaSilvaYYClean one unused variable, plus an useless one.
2017-01-09 Bernd EdlingerFix a memory leak in RSA_padding_add_PKCS1_OAEP_mgf1
2016-12-20 Richard LevitteReformat M_check_autoarg to match our coding style
2016-12-20 Richard LevitteM_check_autoarg: sanity check the key
2016-12-12 Andy Polyakovperlasm/x86_64-xlate.pl: refine sign extension in ea...
2016-12-10 Richard LevitteUI_OpenSSL()'s session opener fails on MacOS X
2016-12-10 Richard LevitteVMS UI_OpenSSL: if the TT device isn't a tty, flag...
2016-12-10 Dr. Stephen HensonCheck input length to pkey_rsa_verify()
2016-12-08 Richard LevitteRemove extra bang
2016-12-08 Richard LevitteUI code style cleanup
2016-11-25 Andy Polyakovmodes/ctr128.c: fix false carry in counter increment...
2016-11-16 Rich SalzCheck return value of some BN functions.
2016-11-10 Andy Polyakovbn/asm/x86_64-mont.pl: fix for CVE-2016-7055 (Low sever...
2016-10-25 Dr. Matthias St... Fix leak of secrecy in ecdh_compute_key()
2016-10-22 Rich SalzCorrectly find all critical CRL extensions
2016-10-20 Cristian Stoicaremove redundant zero assignments
2016-10-19 Richard LevitteFix no-des
2016-10-18 Patrick SteuerFix strict-warnings build
2016-10-18 Patrick SteuerFix strict-warnings build
2016-10-15 Matt CaswellEnsure we handle len == 0 in ERR_err_string_n
2016-09-26 Matt CaswellPrepare for 1.0.2k-dev
2016-09-26 Matt CaswellPrepare for 1.0.2j release OpenSSL_1_0_2j
2016-09-26 Matt CaswellAdd some sanity checks when checking CRL scores
2016-09-22 Rich SalzFix typo introduced by a03f81f4
2016-09-22 Matt CaswellPrepare for 1.0.2j-dev
2016-09-22 Matt CaswellPrepare for 1.0.2i release OpenSSL_1_0_2i
2016-09-21 Rich SalzGH1555: Don't bump size on realloc failure
2016-09-21 Matt CaswellFix a missing NULL check in dsa_builtin_paramgen
2016-09-20 Marcus Meissnerinitialize the RSA struct to 0.
2016-09-15 Richard LevitteVMS: only use _realloc32 with /POINTER_SIZE=32
2016-09-14 Matt CaswellAdd some sanity checks around usage of t_fromb64()
2016-09-11 Dr. Stephen HensonFix memory leak on error.
2016-09-08 Richard LevitteIf errno is ENXIO in BSS_new_file(), set BIO_R_NO_SUCH_FILE
2016-09-07 David WoodhouseAvoid EVP_PKEY_cmp() crash on EC keys without public...
2016-09-06 Rich SalzMisc BN fixes
2016-08-31 Andy Polyakovcrypto/bn/*: x86[_64] division instruction doesn't...
2016-08-26 Matt CaswellSRP_create_verifier does not check for NULL before...
2016-08-26 Richard LevitteImprove the definition of STITCHED_CALL in e_rc4_hmac_md5.c
2016-08-26 FdaSilvaYYFix a few leaks in X509_REQ_to_X509.
2016-08-26 Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: /cmovb/cmovc/ as nasm...
2016-08-26 Andy Polyakovec/ecp_nistz256: harmonize is_infinity with ec_GFp_simp...
2016-08-26 Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: addition to perform...
2016-08-24 Dr. Stephen HensonAvoid overflow in MDC2_Update()
2016-08-22 David BenjaminDon't check for malloc failure twice.
2016-08-22 Kazuki YamaguchiFix overflow check in BN_bn2dec()
2016-08-22 Rich SalzRT2676: Reject RSA eponent if even or 1
2016-08-22 Richard LevitteVMS: Use strict refdef extern model when building libra...
2016-08-22 Andy Polyakovbn/asm/x86[_64]-mont*.pl: implement slightly alternativ...
next