crypto/evp: harden RC4_MD5 cipher.
[openssl.git] / crypto /
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...
2016-08-21 Andy Polyakovec/ecp_nistz256.c: get is_one on 32-bit platforms right.
2016-08-21 Rich SalzFix incorrect return argument.
2016-08-20 Kurt RoeckxFix off by 1 in ASN1_STRING_set()
2016-08-19 Rich SalzFix NULL-return checks in 1.0.2
2016-08-19 Richard LevitteVSI submission: RAND fixups
2016-08-19 Richard LevitteVSI submission: make better use of item lists in o_time.c
2016-08-19 Richard LevitteVSI submission: avoid pointer size warnings in mem.c
2016-08-19 Richard Levitteevp_test.c: avoid warning from having a pointer differe...
2016-08-16 Richard Levittemake update to have PEM_R_HEADER_TOO_LONG defined
2016-08-15 Dr. Stephen HensonLimit reads in do_b2i_bio()
2016-08-15 Dr. Stephen HensonCheck for errors in BN_bn2dec()
2016-08-15 Dr. Stephen HensonCheck for errors in a2d_ASN1_OBJECT()
2016-08-11 Andy Polyakovsha/asm/sha1-x86_64.pl: fix crash in SHAEXT code on...
2016-08-05 Dr. Stephen HensonSanity check input length in OPENSSL_uni2asc().
2016-08-05 Dr. Stephen HensonLeak fixes.
2016-08-04 Kurt RoeckxReturn error when trying to print invalid ASN1 integer
2016-08-04 Dr. Stephen HensonLimit recursion depth in old d2i_ASN1_bytes function
2016-08-04 Dr. Stephen HensonCheck for overflows in i2d_ASN1_SET()
2016-08-04 Dr. Stephen HensonLimit status message sisze in ts_get_status_check
2016-08-03 Richard LevitteDon't check any revocation info on proxy certificates
2016-08-02 Dr. Stephen HensonCalculate sequence length properly.
2016-08-02 Dr. Stephen Hensoninclude <limits.h>
2016-08-02 Dr. Stephen HensonCheck for overflows in ASN1_object_size().
2016-08-02 Dr. Stephen HensonCheck for overlows and error return from ASN1_object_size()
2016-07-29 Dr. Stephen HensonFix CRL time comparison.
2016-07-26 Dr. Stephen HensonNote cipher BIO write errors too.
2016-07-26 Dr. Stephen HensonSet error if EVP_CipherUpdate fails.
2016-07-22 Dr. Stephen HensonUse newest CRL.
2016-07-22 Dr. Stephen HensonFix OOB read in TS_OBJ_print_bio().
2016-07-20 Todd ShortOCSP_request_add0_id() inconsistent error return
2016-07-19 Dr. Stephen HensonCheck and print out boolean type properly.
2016-07-18 Dr. Stephen HensonFix print of ASN.1 BIGNUM type.
2016-07-16 Richard LevitteRemove the silly CVS markers from LPdir_*.c
2016-07-15 Richard LevitteFix ASN.1 private encode of EC_KEY to not change the...
2016-07-06 Orgad ShanehFix compilation with CMS disabled
2016-07-06 Dr. Stephen HensonDon't indicate errors during initial adb decode.
2016-07-05 Cristian Stoicaremove double initialization of cryptodev engine
2016-07-01 Andy PolyakovSPARC assembly pack: enforce V8+ ABI constraints.
2016-06-30 Matt CaswellConvert memset calls to OPENSSL_cleanse
2016-06-29 Richard LevitteFix proxy certificate pathlength verification
2016-06-29 Richard LevitteCheck that the subject name in a proxy cert complies...
2016-06-27 Matt CaswellChange usage of RAND_pseudo_bytes to RAND_bytes
2016-06-24 Matt CaswellEnsure HMAC key gets cleansed after use
2016-06-23 Matt CaswellFix ASN1_STRING_to_UTF8 could not convert NumericString
2016-06-21 John FoleyRT3752: Add FIPS callback for thread id
2016-06-20 Dr. Matthias St... RT3925: Remove trailing semi from #define's.
2016-06-20 Andy Polyakovaes/asm/bsaes-armv7.pl: omit redundant stores in XTS...
2016-06-20 Andy Polyakovaes/asm/bsaes-armv7.pl: fix XTS decrypt test failure.
2016-06-16 Rich SalzRT4545: Backport 2877 to 1.0.2
next