Convert memset calls to OPENSSL_cleanse
[openssl.git] / crypto /
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
2016-06-14 Richard LevitteChange (!seqtt) to (seqtt == NULL)
2016-06-14 Richard LevitteAlways check that the value returned by asn1_do_adb...
2016-06-14 Dr. Stephen HensonFix omitted selector handling.
2016-06-14 Andy Polyakovcrypto/sparccpuid.S: limit symbol visibility.
2016-06-13 Rich SalzRT4560: Initialize variable to NULL
2016-06-12 Andy Polyakovcrypto/mem.c: drop reference to cleanse_ctr and fix...
2016-06-12 Phillip HellewellRT3053: Check for NULL before dereferencing
2016-06-12 Andy Polyakovcrypto/mem_clr.c: switch to OPENSSL_cleanse implementat...
2016-06-12 Andy Polyakovhmac/hmac.c: switch to OPENSSL_cleanse.
2016-06-10 Matt CaswellFix an error path leak in int X509_ATTRIBUTE_set1_data()
2016-06-10 Matt CaswellFix an error path leak in do_ext_nconf()
2016-06-10 Matt CaswellFix seg fault in TS_RESP_verify_response()
2016-06-07 Matt CaswellAdd a BN_mod_word test()
2016-06-07 Matt CaswellFix BN_mod_word bug
2016-06-07 Matt CaswellMore fix DSA, preserve BN_FLG_CONSTTIME
2016-06-06 Cesar PereidaFix DSA, preserve BN_FLG_CONSTTIME
2016-06-03 Matt CaswellBIO_printf() can fail to print the last character
2016-06-03 Jonas Maebecryptodev_asym, zapparams: use OPENSSL_* allocation...
2016-06-03 Dirk FeytonsFix build with no-cmac
2016-05-31 FdaSilvaYYFix some missing inits
2016-05-31 Dr. Stephen HensonParameter copy sanity checks.
2016-05-26 Matt CaswellCheck for malloc failure in EVP_PKEY_keygen()
2016-05-23 Matt CaswellFix a mem leak on an error path in OBJ_NAME_add()
2016-05-23 Matt CaswellFix error return value in SRP functions
2016-05-20 Richard LevitteRevert "make update"
2016-05-20 Richard LevitteRevert "Make it possible to have RFC2254 escapes with...
2016-05-20 Andy Polyakovrand/randfile.c: remove _XOPEN_SOURCE definition.
2016-05-19 Viktor DukhovniEnsure verify error is set when X509_verify_cert()...
2016-05-18 CynhFix SRP client key computation
2016-05-18 Richard LevitteCleanup openssl.ec
2016-05-18 Richard LevitteRun the refreshed scripts
2016-05-18 Richard LevitteRefresh seldom used C generating scripts to current...
2016-05-18 Alessandro GhediniAvoid double declaration of COMP_METHOD
2016-05-18 Richard Levittemake update
2016-05-18 Richard LevitteMake it possible to have RFC2254 escapes with ASN1_STRI...
2016-05-17 Richard LevitteDon't require any length of password when decrypting
2016-05-17 Matt CaswellRemove repeated condition from if in X509_NAME_oneline
2016-05-17 Matt CaswellFix SSL compression symbol exporting
2016-05-14 isnotnickRT3513: req doesn't display attributes using utf8string
2016-05-11 Steven ValdezAdding missing BN_CTX_(start/end) in crypto/ec/ec_key.c
2016-05-11 Viktor DukhovniFix i2d_X509_AUX and update docs
2016-05-10 Rich SalzGH837: Avoid double-free in OCSP parse.
2016-05-09 Richard LevitteAdd NULL check in i2d_PrivateKey()
2016-05-09 Matt CaswellFix BIO_eof() for BIO pairs
2016-05-08 Dr. Stephen HensonOnly call FIPS_update, FIPS_final in FIPS mode.
2016-05-06 Dr. Stephen HensonConstify PKCS12_newpass()
2016-05-06 Dr. Stephen HensonTidy up PKCS12_newpass() fix memory leaks.
2016-05-06 Dr. Stephen HensonOnly set CMS parameter when encrypting
2016-05-05 Dr. Stephen HensonUse default ASN.1 for SEED.
2016-05-05 Dr. Stephen HensonAlways try to set ASN.1 parameters for CMS.
2016-05-04 Dr. Stephen HensonFix name length limit check.
2016-05-04 Dr. Stephen HensonFix double free in d2i_PrivateKey().
2016-05-03 Matt CaswellPrepare for 1.0.2i-dev
2016-05-03 Matt CaswellPrepare for 1.0.2h release OpenSSL_1_0_2h
2016-05-03 Matt Caswellmake update
2016-05-03 Dr. Stephen HensonFix ASN1_INTEGER handling.
2016-05-03 Kurt RoeckxCheck that we have enough padding characters.
2016-05-03 Matt CaswellEnsure EVP_EncodeUpdate handles an output length that...
2016-05-03 Matt CaswellAvoid overflow in EVP_EncodeUpdate
2016-05-03 Matt CaswellPrevent EBCDIC overread for very long strings
2016-05-03 Matt CaswellFix encrypt overflow
2016-05-02 Dr. Stephen HensonFix i2d_X509_AUX: pp can be NULL.
2016-04-29 Dr. Stephen HensonDon't free ret->data if malloc fails.
2016-04-29 Dr. Stephen HensonAdd checks to X509_NAME_oneline()
2016-04-29 Dr. Stephen HensonSanity check buffer length.
2016-04-29 Dr. Stephen HensonAdd size limit to X509_NAME structure.
2016-04-27 Dr. Stephen HensonReject inappropriate private key encryption ciphers.
2016-04-26 Matt CaswellEnsure we check i2d_X509 return val
2016-04-25 Matt CaswellFix a signed/unsigned warning
2016-04-25 Andy Polyakovs390x assembly pack: cache capability query results.
2016-04-23 Viktor DukhovniFix buffer overrun in ASN1_parse().
2016-04-22 Dr. Stephen HensonHarden ASN.1 BIO handling of large amounts of data.
2016-04-07 Andy PolyakovPPC assembly pack: remove branch hints.
2016-03-18 Matt CaswellFix the no-comp option for Windows
2016-03-18 Matt CaswellFix a potential double free in EVP_DigestInit_ex
2016-03-07 Dr. Stephen HensonDon't shift serial number into sign bit
2016-03-07 Andy Polyakovbn/asm/x86[_64]-mont*.pl: complement alloca with page...
2016-03-07 Andy Polyakovperlasm/x86_64-xlate.pl: handle binary constants early.
2016-03-04 Dr. Stephen HensonSanity check PVK file fields.
2016-03-01 Matt CaswellPrepare for 1.0.2h-dev
2016-03-01 Matt CaswellPrepare for 1.0.2g release OpenSSL_1_0_2g
2016-03-01 Matt Caswellmake update
2016-03-01 Andy Polyakovbn/asm/x86_64-mont5.pl: unify gather procedure in hardl...
2016-03-01 Andy Polyakovcrypto/bn/x86_64-mont5.pl: constant-time gather procedure.
2016-03-01 Andy Polyakovbn/asm/rsaz-avx2.pl: constant-time gather procedure.
2016-03-01 Andy Polyakovbn/asm/rsax-x86_64.pl: constant-time gather procedure.
2016-03-01 Andy Polyakovbn/bn_exp.c: constant-time MOD_EXP_CTIME_COPY_FROM_PREBUF.
2016-02-29 Matt CaswellFix BN_hex2bn/BN_dec2bn NULL ptr/heap corruption
2016-02-28 Kurt RoeckxFix invalid free
next